summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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
1998-08-31Move libalias sources into the ppp directory.brian
Suggested (many times) by: Theo
1998-08-31mostly fix build problemsTheo de Raadt
1998-08-31Upgrade ppp to version 2.0brian
This adds a number of features including: o Multilink o Callback (including CBCP) o DNS negotiation (client & server) o Easy to configure masquerading/packet aliasing o Any number of diagnostic socket connections (limits DOS attacks) o Sticky routes (ppp updates the routing table when the IP number is changed) See the file README.changes for things that effect current configurations.
1998-08-30buckets of scanf overflowsTheo de Raadt
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-27fixTheo de Raadt
1998-08-27fixes based on mail with jmcdonal@unf.eduTheo de Raadt
1998-08-23o If the user doesn't specify a file, use /dev/ksyms in preference toTodd C. Miller
/bsd if it exists and we can open it. o Fix a bug where kvm_mkdb would leave a temp file in /var/db if the file argument didn't exit.
1998-08-21strengthen suspicious(); jmcdonal@unf.eduTheo de Raadt
1998-08-21oops, remove debugging infoTodd C. Miller
1998-08-21Changes to work with /dev/ksyms:Todd C. Miller
o If we are have no data segment and text seg is __LDPGSZ, we must be /dev/ksyms or an equivalent so use sysctl to get version string. o fix an int vs. long issue and prepend '_' to symbols that lack one (alpha for instance).
1998-08-20add -q flag to silent messages of the type:Marco S Hyman
missing: some-file-name (not created: File exists) which occurred of some-file-name was a path that contained a symbolic link
1998-08-20ecoff support, based on libc/gen/nlist.cTodd C. Miller
1998-08-19buf oflows; reported by felix@schlund.de but fixed by me because he did not ↵Theo de Raadt
send in a patch
1998-08-19clean up our temp files on failureTodd C. Miller
1998-08-19Make kvm_mkdb work againTodd C. Miller
o testdb() needs to take as an arg the name of the kernel so it can do the version test correctly. o add undocumented verbose flag to tell when we are rebuilding the .db file o DO_* -> _NLIST_DO_*, this prevented kvm_mkdb from doing anything at all. o preserve a few error messages so you get error output when none of the exec types match the target. o check malloc return values o get_kerntext should not subtract the sizeof(struct exec) from kernel_text
1998-08-19build that man page tooTheo de Raadt
1998-08-18kill old man page, use tcpdump.8 insteadTodd C. Miller
1998-08-18no libraryTheo de Raadt
1998-08-18openbsdTheo de Raadt