aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* typoAdam David1997-01-221-1/+1
* Style police.David Nugent1997-01-221-13/+14
* -n was brokenAdam David1997-01-211-5/+0
* Various minor cleanup.Mike Pritchard1997-01-191-10/+26
* Impose login_cap resource limits on processes started by init.David Nugent1997-01-192-1/+32
* Adjust spelling of `fw_flg' so this thing compiles again.Jordan K. Hubbard1997-01-171-2/+2
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* implement "not" keyword for inverting the address logicAdam David1997-01-162-12/+23
* Trivial fix for braino.Poul-Henning Kamp1997-01-161-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-14116-116/+116
* Sort cross references.Wolfram Schneider1997-01-1325-50/+72
* If the RTM_NEWMADDR and RTM_DELMADDR messages are definedGarrett Wollman1997-01-091-1/+13
* Fix double typoPeter Wemm1997-01-081-1/+1
* Fix many buffer overflows, correct usage of strcat and implementWarner Losh1997-01-073-11/+19
* bin/1789: dump estimates a negative number of tapes needed for huge dumpsPaul Traina1997-01-071-4/+4
* This commit was generated by cvs2svn to compensate for changes in r21378,Garrett Wollman1997-01-061-23/+24
|\
| * Quoth Vern:vendor/SGI/vjs_970104Garrett Wollman1997-01-062-24/+25
| * Latest version of routed from Vern Schryver. This one reallyvendor/SGI/vjs_970102Garrett Wollman1997-01-021-1/+1
* | Update to match changes in <net/if.h>.Garrett Wollman1997-01-033-3/+6
* | Merge to eliminate conflictAndrey A. Chernov1997-01-031-1/+1
* | Yet another buffer overflow.Guido van Rooij1997-01-014-9/+19
* | Various security related deltas from OpenBSDWarner Losh1997-01-013-17/+43
* | Backing out my change of /etc/rmt -> /usr/sbin/rmt.David E. O'Brien1996-12-292-2/+3
* | rmt is /usr/sbin/rmt, not /etc/rmt which is a link to /usr/sbin/rmtDavid E. O'Brien1996-12-292-2/+2
* | Add example for mount_mfs(8).Wolfram Schneider1996-12-261-1/+8
* | comma typosWolfram Schneider1996-12-232-8/+9
* | Minor mdoc/style fixes.Mike Pritchard1996-12-232-49/+42
* | Convert to mdoc format.Mike Pritchard1996-12-232-304/+356
* | FIx coredump with rtquery.Andrey A. Chernov1996-12-211-1/+1
* | Delete redundant include of <sys/time.h>Garrett Wollman1996-12-171-2/+1
* | Merge from vendor branch.Garrett Wollman1996-12-172-7/+4
* | This commit was generated by cvs2svn to compensate for changes in r20606,Garrett Wollman1996-12-174-56/+60
|\|
| * Latest routed from Vern Schryver. This is supposed to fixvendor/SGI/vjs_961217Garrett Wollman1996-12-178-68/+69
* | Add multicast options -I (source interface), -T (set ttl), -L (no loopback).Bill Fenner1996-12-152-15/+80
* | Now that all of the "standard" file system mount commandsMike Pritchard1996-12-146-399/+44
* | Refer the reader to devfs(5).Mike Pritchard1996-12-141-8/+0
* | Refer the reader to fdesc(5) for detailed info on the fdesc filesystem.Mike Pritchard1996-12-141-85/+11
* | Remove the descriptions of the files in /kern and referMike Pritchard1996-12-141-40/+8
* | Update the newfs(8) man page to reflect currentMike Pritchard1996-12-141-4/+10
* | Remove the detailed description of the files in /procMike Pritchard1996-12-141-156/+11
* | Merge from vendor branch.Garrett Wollman1996-12-115-76/+132
* | This commit was generated by cvs2svn to compensate for changes in r20339,Garrett Wollman1996-12-116-415/+528
|\|
| * New version of Vern's routed. This includes more byte-order fixes,vendor/SGI/vjs_961211Garrett Wollman1996-12-1114-495/+666
* | Fix if.h lossage. I could have sworn I already fixed this one.Garrett Wollman1996-12-101-2/+3
* | Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-106-39/+53
* | Cleaned up recent SIGINFO changes.Bruce Evans1996-12-101-24/+19
* | Improve the format of the usage string output.Mike Pritchard1996-12-092-7/+6
* | Minor formatting/style fixes.Mike Pritchard1996-12-095-27/+15
* | Fix typo in last patch. empty!=emtpyPaul Traina1996-12-081-1/+1
* | Change how SIGINFO is handled -- set a flag (of sig_atomic_t), and checkSean Eric Fagan1996-12-071-15/+34