aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Small bug fix and improvementsYoshinobu Inoue1999-12-281-2/+8
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-285-0/+1937
* Fix tab completion mounts (like /cdrom/)Eivind Eklund1999-12-262-0/+2
* Fix bogus initialization of using a sledge hammer to quite -Wall, badDavid E. O'Brien1999-12-211-5/+4
* 'clri' takes an argument.Bill Fumerola1999-12-201-2/+3
* Fix the example in the bugs section.Kenneth D. Merry1999-12-171-1/+1
* Document that securelevel >= 2 clamps time changes to at most one second.Nik Clayton1999-12-161-0/+4
* Spelling fix (manuall -> manual)Bill Fumerola1999-12-161-1/+1
* Spelling correction (adress -> address)Bill Fumerola1999-12-161-1/+1
* Add MAINTAINER tag.Guido van Rooij1999-12-154-0/+8
* Enable INET6 by default.Yoshinobu Inoue1999-12-152-2/+2
* First version of HPFS stuff.Semen Ustimenko1999-12-093-0/+396
* When erroring out that there is not enough space to write the corefile,David E. O'Brien1999-12-081-3/+5
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-077-16/+508
* Move basic ifilter utils to sbin where they shold have been committed byGuido van Rooij1999-12-061-0/+3
* Correct the ttys.5 and init.8 manpages with respect to the incorrectSheldon Hearn1999-12-061-7/+20
* Turn on 'ipfw tee'. Update man page. Please note (from the man page):Archie Cobbs1999-12-062-17/+10
* Properly align the columns of the header on Alpha.Marcel Moolenaar1999-12-041-1/+7
* Add -q quite mode.David E. O'Brien1999-12-042-4/+16
* Added ntfs filesystem to be exported.Semen Ustimenko1999-12-031-0/+4
* Print out the filesystem read counts now collected by the kernel.Kirk McKusick1999-12-012-0/+6
* Accept both types of devices to work with older kernels tooAndrey A. Chernov1999-11-301-2/+2
* Allow character devices tooAndrey A. Chernov1999-11-301-5/+5
* Convert dumpon to work on character devices instead of block devices.Poul-Henning Kamp1999-11-281-1/+1
* Make fsck even more char/blk dev tolerant.Poul-Henning Kamp1999-11-277-70/+41
* Allow root-reloading also for chr devices.Poul-Henning Kamp1999-11-274-176/+12
* rewire userland ipfilter programsGuido van Rooij1999-11-231-0/+1
* Revive userland stuff for ipfilter.Guido van Rooij1999-11-234-0/+45
* Belatedly back out rev. 1.20.Dag-Erling Smørgrav1999-11-222-25/+9
* Finish up umntall support. init now passed an argument to theMatthew Dillon1999-11-225-71/+44
* Add a "-d" option which causes the system to generate a crash dump.John Polstra1999-11-212-4/+17
* Add comment about aliases on same subnet.Poul-Henning Kamp1999-11-211-0/+2
* Make last commit bde-compliant:Pierre Beyssac1999-11-181-8/+9
* Allow octal or hex input.Greg Lehey1999-11-171-1/+1
* Fix aliasing bug causing in_cksum() to fail on odd packet sizesPierre Beyssac1999-11-151-5/+9
* TypoKris Kennaway1999-11-151-1/+1
* Remove dead xref to scsiformat(8)Kris Kennaway1999-11-151-1/+0
* Remove dead xrefs to gated(8) and htable(8)Kris Kennaway1999-11-151-2/+0
* Add reference to the share/examples/nwclient directory.Boris Popov1999-11-141-6/+7
* (1) Remove ISO support, it's dead in the kernel anyway.Bill Fumerola1999-11-121-94/+6
* Give nfsd the ability to bind to specific IP addresses through the -hMatthew Dillon1999-11-112-25/+93
* Make `-r -s' also match the BSDI output.David E. O'Brien1999-11-112-2/+2
* vsprintf -> vsnprintf in msg().Warner Losh1999-11-101-1/+1
* Change the "-r" output format to match BSDI's default output format.David E. O'Brien1999-11-091-2/+2
* Add a new "-r" (right) option that reverses the order a filename and theDavid E. O'Brien1999-11-072-4/+22
* Fix Bus Device Resets from userland, and specifically from camcontrol.Kenneth D. Merry1999-10-311-11/+41
* Some spelling/grammar fixes.Mike Pritchard1999-10-301-3/+3
* Minor grammar fix.Mike Pritchard1999-10-301-1/+1
* Fix an overflow or two and replace a while with a for.Brian Feldman1999-10-301-9/+11
* Fix a few things:Brian Feldman1999-10-302-30/+62