summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2002-03-22Split the notion of building Hesiod, Kerberos, S/key, and YPthorpej
infrastructure and using that infrastructure in programs. * MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building of the infratsructure (libraries, support programs, etc.) * USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control building of support for using the corresponding API in various libraries/programs that can use it. As discussed on tech-toolchain.
2002-03-18ANSIfy.mjl
Lose \n from syslog messages. strncpy() -> strlcpy(). Correct last arg to execl (NULL, not 0). (From OpenBSD)
2002-03-18strncpy() -> strlcpy()mjl
2002-03-10remove - the C version diverged enough for this to not bejdolecek
full-featured replacement
2002-03-10fix behaviour if exactly one directory is specified (off-by-one error)jdolecek
this caused makewhatis behave as if called without arguments at all Problem reported by Xavier HUMBERT on current-users.
2002-03-08Grammar and mdoc fixes.wiz
2002-03-08If called without arguments, parse /etc/man.conf and regenerate the whatisjdolecek
databases specified there. By default, the individual databases are actually generated by forked children in this case, for performance reasons. This feature can be switched off by new -f flag. If the configuration file can't be parsed or doesn't contain any _whatdb entries, the code falls back to /usr/share/man as before. Added -C, which allows to specify alternate configuration file. This is compatible with apropos(1) and whatis(1) flag of same name. Update manpage accordingly and document behaviour a bit better. Also add a HISTORY section, hopefully correct (done using CVS logs). This solves toolchain/5231 by Tim Rightnour and bin/7696 by Allen Briggs.
2002-03-08improve description of options - particularily, avoid repeating the optionjdolecek
in the description, and use 'print' instead of 'returns' or 'determines'
2002-03-08makewhatis(8) doesn't use getNAME(8) nowadaysjdolecek
2002-03-07Make the whatis enties prefixed with man subdirectory the manpagejdolecek
appears in, as commonly used for architecture-specific manpages. The subdirectory is deliberately printed such that the entry is suitable for cut&paste for man(1). Fixes bin/9744 by John Hawkinson and misc/14997 by Hiramatsu Yoshifumi.
2002-03-05Use ${PRINTOBJDIR}.thorpej
2002-03-04Lineup comment and remove unnecessary whitespaces.enami
2002-03-04Use \a instead of embedding raw control-G character.enami
2002-03-01Don't bomb if the ${DPADD} files are missing -- we want at least one oftv
them, where the other may not exist, and the linker will fail for us if both don't exist.
2002-02-24Change to use a register prefix.matt
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