summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1998-10-01Fix template (rong file before) and fix clean target for new dirs.Bob Beck
1998-10-01fix conflict.Bob Beck
simplify a bit
1998-10-01simplify a bitBob Beck
1998-10-01minor change makes building in tree much easier.Bob Beck
1998-10-01update for 1.3.2Bob Beck
1998-10-01fix retarded default pathsBob Beck
1998-10-01Config and wrapper for 1.3.2.Bob Beck
1998-10-011.3.2 Makefile.Bob Beck
1998-10-01unused files, thanks to apache souce tree transmogrification..Bob Beck
1998-10-01Apache 1.3.2Bob Beck
1998-09-29only spew 'illegal option' once if they give an unsupported optinoTodd C. Miller
1998-09-27preceeding -> precedingAaron Campbell
1998-09-26if malloc fails, say how much we tried to allocTodd C. Miller
1998-09-24The return value of setmode(3) is a pointer to malloc()'ed area andTodd C. Miller
must be freed to avoid memory leaks if called repeatedly. From itohy@netbsd.org
1998-09-22make tcpdump aware of SACK (RFC 2018), loosely based on a patch fromNiels Provos
hari@cs.berkeley.edu.
1998-09-22Add support for having UIDs past 32000. Changed the option -uid toTobias Weingartner
-uid_start, and added -uid_end to specify valid ranges to adduser. Manpage updated to relfect reality, plus a couple spelling errors.
1998-09-20add -1 option: Try once, if we fail, EXITTheo de Raadt
1998-09-18Order SEE ALSO correctly.brian
Pointed out by: bde@FreeBSD.org Patched correctly by: wosch@FreeBSD.org
1998-09-17alpha does not survive -O2 compiles hereNiklas Hallqvist
1998-09-17Use optarg, not argv[optind]Niklas Hallqvist
1998-09-17dhclient-script should be in sbinTheo de Raadt
1998-09-17move dhclient-script to /usr/bin by default; executables do not belong in /etcTheo de Raadt
1998-09-17reset variable "log" so that it would properly detach from controlling terminal.pattonme
1998-09-17Depolute Makefiles.brian
1998-09-17Alphabeticalize SEE ALSO section.brian
1998-09-15change man page to reflect new pathsArtur Grabowski
1998-09-15change some pathsArtur Grabowski
1998-09-15Correct ua_ntohs.brian
1998-09-15build afs when AFS is "yes"Artur Grabowski
1998-09-15make it build on alphaArtur Grabowski
1998-09-15updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic.
1998-09-15updated to v3.2.9 of Darren's codebase. His code reimplements variablepattonme
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic.
1998-09-15fix install locationTheo de Raadt
1998-09-14Initial version of Arla, a free implementation of an AFS cache-manager.Artur Grabowski
(second try, hopefully into the correct repository this time)
1998-09-13typosAaron Campbell
1998-09-12Insert missing flags -s and -S, probably lost during move from 'mini getopt'Niels Provos
to the real getopt.
1998-09-12move dhclient so that crunch can find it if neededTheo de Raadt
1998-09-11Don't build pcmciad.Federico G. Schwindt
1998-09-10overzealous cut-and-paste by me a week agoTheo de Raadt
1998-09-09Reflect realitybrian
1998-09-09Initialise lcp::his_mru to the ``set mtu'' value if it's lessbrian
than DEF_MRU, allowing our interface mtu to be decreased despite negotiation with the peer.
1998-09-07updated pkg_* tools. Merged in many changes/improvements from NetBSD.Marco S Hyman
New features include md5 hash so pkg_delete won't remove files that have changed and the ability to define conflicting packages, e.g. you can't install both mh and nmh. The ports tree will have to be updated to take advantage of this. Let me know of any problems, real or imagined :-)
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
occurrences squashed as well.
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-09-04Add a missing #includebrian
1998-09-04Don't cast potentially unaligned addresses to pointers tobrian
non-char types on non-i386 architectures. On Alpha and Sparc we get a bus error if we do.
1998-09-03buf overlookTheo de Raadt
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-08-31more paranoiaTheo de Raadt