summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2002-02-13Fixes for mlsd/mlst standards conformance issues (noted by Robert Elz):lukem
- mlst shouldn't return cdir or pdir for type, only dir - mlst should always provide a full path name - mlsd should provide a full path name for the cdir entry. (providing a full path name for the pdir entry is optional, and i punted on that).
2002-02-11Don't log an xferlog-style entry if bytes == -1.lukem
Per suggestion by Kimmo Suominen and observation of wu-ftpd in similar circumstances.
2002-02-11achive is not a good word.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-07Edit -mdoc usage.ross
* There is no -indent option to .Bd or .Bl, although you would never know that from its frequent use in this tree. There is a "-offset indent" combination that makes sense, and you can certainly say "-width indent". * Also, you can't markup the -width option argument, tho you CAN use a callable macro. So "-width Ar filename" doesn't make sense, but either "-width Ar" or "-width filename" does, as might something like "-width xxfilename" for a little extra space. * There are a lot of needlessly complex hanging tag macros in man4 used to create simple item lists. Those should be simplified one of these days before someone copies and edits yet another man4 page.
2002-02-06Rename to reflect the MACHINE_ARCH that will be used on ARM ELFthorpej
platforms.
2002-02-06MACHINE_ARCH for ELF ARM platforms is "arm", not "arm32".thorpej
2002-02-04Whitespace cleanup.thorpej
2002-02-04Use ${MACHINE_CPU} to assign ARCHSUBDIR.thorpej
2002-02-03Add support for dynamic linking on the SuperH. From Marcus Comstedt,thorpej
with some bug fixes (namely, don't forget to consider the addend when processing relocations) from me.
2002-02-01fix previous, and ensure that closedataconn() is only called after dataconn()lukem
and with a non-NULL file pointer. active transfers now work correctly again, passive transfers work, and the data stream is only closed after a PASV or EPSV if a successful connection was initiated with dataconn().
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
round has been tested on Solaris/x86 and Linux hosts. * Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
2002-01-31Make it possible for uudecode to be a host tool.tv
2002-01-31More sanity checks to avoid looking at unitialized memory.christos
2002-01-31implement -u <len>. PR 13676itojun
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
particular, most tools now run correctly on Solaris 7.)
2002-01-28Make it compile again (vmstat change fallout).augustss
2002-01-23Install the man page on a.out systems as well so that the man set is theskrll
same for all.
2002-01-22Add a uuencoded binary of a.out arm32 ld.so and update Makefile to extractskrll
on ELF platforms. This file was created using the following revisions: ld.h,v 1.2 1998/12/17 23:36:38 pk malloc.c,v 1.7 2000/11/28 06:01:34 mycroft rtld.c,v 1.82 2001/09/20 20:55:29 wiz shlib.c,v 1.18 2000/05/27 06:53:30 matt shlib.h,v 1.1 1998/12/15 23:16:14 pk arm32 specific files: md-static-funcs.c,v 1.1 1997/10/17 21:25:42 mark md.c,v 1.11 1999/02/27 03:34:05 tv md.h,v 1.4 2000/05/28 01:53:05 matt mdprologue.S,v 1.1 1997/10/17 21:25:59 mark
2002-01-21Handle ".Xr" commands with text after the section number probably.tron
This fixes PR bin/15253 by Thomas Klausner.
2002-01-21in closedataconn(), only close the passive data fd if the main datalukem
descriptor was set by dataconn(). this fixes a problem for clients (such as lynx and netscape) that only sent PASV/EPSV after a transfer (RETR, LIST, STOR) started and returned 150. certain command sequences could return 550 (etc) before setting up the dataconn(), and would run into this bug. netbsd's ftp didn't hit this bug because it always sends PASV/EPSV before a new transfer command.
2002-01-17reject SIZE request for ascii file if it exceeds 10k.itojun
2002-01-15Sort sections, drop effectively empty section.wiz
2002-01-15Drop an unnecessary .Pp.wiz
2002-01-15Whitespace and punctuation nits, comment out an option that does not concern ↵wiz
NetBSD.
2002-01-15Whitespace nits.wiz
2002-01-15Whitespace nits, sort SEE ALSO.wiz
2002-01-15Whitespace nits.wiz
2002-01-15Whitespace nits, sort sections.wiz
2002-01-15Punctuation nit.wiz
2002-01-15Sort sections.wiz
2002-01-15Whitespace nit, mark up AUTHORS section, use standard headers, sort ↵wiz
sections, end sentences with dots.
2002-01-15Whitespace nit.wiz
2002-01-15Whitespace nits, sort SEE ALSO.wiz
2002-01-15Drop some unnecessary .Pps.wiz
2002-01-15Whitespace nits and fix xref section.wiz
2002-01-15Sort sections and fix punctuation nit.wiz
2002-01-15Sort sections and SEE ALSO.wiz
2002-01-15Whitespace nits, sort sections.wiz
2002-01-15Whitespace nits, sort sections, end sentences with dots.wiz
2002-01-15Whitespace nits.wiz
2002-01-15Drop some unnecessary .Pps, sort SEE ALSO, whitespace nits.wiz
2002-01-15Sort sections.wiz
2002-01-15Formatting improvements, sort SEE ALSO and sections.wiz
2002-01-11- fix whitespace nits.christos
- change error checking philosophy: instead of returning errors to the upper layer only to fail silently and exit there, or die of unexpected NULL pointers bail out and print an error immediately. Add emalloc/estrdup to simplify. This change removed a bunch of code. - fix size_t/int confusion - cast argument to isspace(3) to unsigned char - ? : statement is not an lvalue, so don't take its address. - unlink the file before we open it, because we chmod it to readonly. - misc KNF
2002-01-11daemon(3) should be used prior to file descriptor setups.itojun
2002-01-06Do not attempt to relocate any pltrela entries that are not JMP_SLOT on sparc64.eeh
2002-01-04Revert rev. 1.30 (partly). If MKPICINSTALL=no in mk.conf, libc_pic.a willtv
NOT be installed by the time we build here. However, allow the link to look in both src/lib/libc and $DESTDIR/usr/lib.
2001-12-28- Allow RTLD_DEFAULT_LIBRARY_PATH to be overridden.lukem
- If ${SHLIBDIR} != ${LIBDIR}, then set RTLD_DEFAULT_LIBRARY_PATH to ${SHLIBDIR}:${LIBDIR}
2001-12-28if SHLINKDIR != /usr/libexec, install compat symlinklukem