Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-01 | Fix template (rong file before) and fix clean target for new dirs. | Bob Beck | |
1998-10-01 | fix conflict. | Bob Beck | |
simplify a bit | |||
1998-10-01 | simplify a bit | Bob Beck | |
1998-10-01 | minor change makes building in tree much easier. | Bob Beck | |
1998-10-01 | update for 1.3.2 | Bob Beck | |
1998-10-01 | fix retarded default paths | Bob Beck | |
1998-10-01 | Config and wrapper for 1.3.2. | Bob Beck | |
1998-10-01 | 1.3.2 Makefile. | Bob Beck | |
1998-10-01 | unused files, thanks to apache souce tree transmogrification.. | Bob Beck | |
1998-10-01 | Apache 1.3.2 | Bob Beck | |
1998-09-29 | only spew 'illegal option' once if they give an unsupported optino | Todd C. Miller | |
1998-09-27 | preceeding -> preceding | Aaron Campbell | |
1998-09-26 | if malloc fails, say how much we tried to alloc | Todd C. Miller | |
1998-09-24 | The return value of setmode(3) is a pointer to malloc()'ed area and | Todd C. Miller | |
must be freed to avoid memory leaks if called repeatedly. From itohy@netbsd.org | |||
1998-09-22 | make tcpdump aware of SACK (RFC 2018), loosely based on a patch from | Niels Provos | |
hari@cs.berkeley.edu. | |||
1998-09-22 | Add support for having UIDs past 32000. Changed the option -uid to | Tobias 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-20 | add -1 option: Try once, if we fail, EXIT | Theo de Raadt | |
1998-09-18 | Order SEE ALSO correctly. | brian | |
Pointed out by: bde@FreeBSD.org Patched correctly by: wosch@FreeBSD.org | |||
1998-09-17 | alpha does not survive -O2 compiles here | Niklas Hallqvist | |
1998-09-17 | Use optarg, not argv[optind] | Niklas Hallqvist | |
1998-09-17 | dhclient-script should be in sbin | Theo de Raadt | |
1998-09-17 | move dhclient-script to /usr/bin by default; executables do not belong in /etc | Theo de Raadt | |
1998-09-17 | reset variable "log" so that it would properly detach from controlling terminal. | pattonme | |
1998-09-17 | Depolute Makefiles. | brian | |
1998-09-17 | Alphabeticalize SEE ALSO section. | brian | |
1998-09-15 | change man page to reflect new paths | Artur Grabowski | |
1998-09-15 | change some paths | Artur Grabowski | |
1998-09-15 | Correct ua_ntohs. | brian | |
1998-09-15 | build afs when AFS is "yes" | Artur Grabowski | |
1998-09-15 | make it build on alpha | Artur Grabowski | |
1998-09-15 | updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme | |
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic. | |||
1998-09-15 | updated to v3.2.9 of Darren's codebase. His code reimplements variable | pattonme | |
locking, replaces u_long's with u_32_t to properly handle 64bit archs. Wrapped OpenBSD specific preprocessor logic. | |||
1998-09-15 | fix install location | Theo de Raadt | |
1998-09-14 | Initial version of Arla, a free implementation of an AFS cache-manager. | Artur Grabowski | |
(second try, hopefully into the correct repository this time) | |||
1998-09-13 | typos | Aaron Campbell | |
1998-09-12 | Insert missing flags -s and -S, probably lost during move from 'mini getopt' | Niels Provos | |
to the real getopt. | |||
1998-09-12 | move dhclient so that crunch can find it if needed | Theo de Raadt | |
1998-09-11 | Don't build pcmciad. | Federico G. Schwindt | |
1998-09-10 | overzealous cut-and-paste by me a week ago | Theo de Raadt | |
1998-09-09 | Reflect reality | brian | |
1998-09-09 | Initialise lcp::his_mru to the ``set mtu'' value if it's less | brian | |
than DEF_MRU, allowing our interface mtu to be decreased despite negotiation with the peer. | |||
1998-09-07 | updated 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-07 | More 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-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-09-04 | Add a missing #include | brian | |
1998-09-04 | Don't cast potentially unaligned addresses to pointers to | brian | |
non-char types on non-i386 architectures. On Alpha and Sparc we get a bus error if we do. | |||
1998-09-03 | buf overlook | Theo de Raadt | |
1998-09-01 | more man page fixes; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-31 | more paranoia | Theo de Raadt | |