aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add mount_msdos(8) referenceAndrey A. Chernov1996-11-102-2/+4
* Document that "ldconfig -m" rescans all directories previouslyJohn Polstra1996-11-091-3/+6
* Fixed a bug in the handling of the directories in the search pathJohn Polstra1996-11-081-5/+13
* Allow fdisk to be driven from a configuration file, making a 3rd-partyJordan K. Hubbard1996-11-064-102/+1542
* Fix a spelling error.John Polstra1996-11-051-1/+1
* Fixed backgrounding of ping, which was broken by the ^T changes in rev.1.3.Bruce Evans1996-11-041-4/+4
* fix usage stringWolfram Schneider1996-11-042-8/+8
* Delete another unnecessary #include <sys/mbuf.h>.Garrett Wollman1996-11-011-2/+1
* Use fprintf(stderr,) instead of msgtail() so it works for restore as well.Bill Fenner1996-11-011-0/+1
* Temporarily disable an information message that was added in the lastPeter Wemm1996-11-011-1/+0
* Make rdump error messages a little clearer and make them look like dumpBill Fenner1996-11-011-12/+35
* If rcmd() fails, return immediately instead of trying a bunch ofBill Fenner1996-10-281-6/+9
* If passed the -d flag, mount devfs on /devPoul-Henning Kamp1996-10-281-1/+12
* Don't give up just because we cant find the blkdev that correspondsPoul-Henning Kamp1996-10-274-8/+12
* setuid back to the original caller immediately after opening the route socket.Bill Fenner1996-10-271-14/+19
* Allow the specification of a mountpoint, and resolve it s disk deviceJoerg Wunsch1996-10-254-4/+64
* Moved #include of <sys/types.h> earlier so that this compiles whenBruce Evans1996-10-251-3/+6
* Mention the historic mount options, as `deprecated'.Joerg Wunsch1996-10-221-0/+49
* dumpfs blindly trusts that it has been handed a filesystem.Poul-Henning Kamp1996-10-211-0/+7
* Issue a warning if the user specifies an invalid interface in a rule.Alexander Langer1996-10-171-1/+25
* Bring back NS support for this utility - we need it for the commercial NovellJordan K. Hubbard1996-10-162-1/+2
* Fix my yesterday's brain-o: don't account for the kilobytes twice.Joerg Wunsch1996-10-141-1/+1
* Yikes! Originally, i intended to apply the patch from PR # 1322,Joerg Wunsch1996-10-131-5/+6
* The dos() function needs a new second argument, containing the sizeBruce Evans1996-10-132-20/+26
* Make the savecore command work like the man page says:Bill Fenner1996-10-132-10/+21
* Rewrote the section about the "normal" setting of the security level toBruce Evans1996-10-121-15/+16
* Add a new option "-f hints_file" to specify an alternate file instead ofJohn Polstra1996-10-102-37/+37
* Fix the case where fsck would not see sparse directories and the kernel wouldGuido van Rooij1996-10-0816-5/+220
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-053-5/+6
* When MODE SELECT'ing, the ``device-specific parameter'' field isJoerg Wunsch1996-10-051-2/+2
* Back out my -k changes; there's a better way to do this in the short-term.Jordan K. Hubbard1996-10-022-14/+5
* Add support for dset'ing an arbitrary kernel (experimental).Jordan K. Hubbard1996-10-012-9/+19
* Updates to deal with ld.so.hints version 2. It now deals with thePeter Wemm1996-10-012-18/+53
* Get rid of useless -f flag (though left for historical reasons).Guido van Rooij1996-09-302-3/+15
* .Os NetBSD -> .Os FreeBSD.Wolfram Schneider1996-09-281-1/+1
* Removed references to pathconf-related variables that were never handledBruce Evans1996-09-281-10/+3
* Add chlen command so you can set the size of an inode. This was handyGuido van Rooij1996-09-261-0/+23
* Eliminated includes of the "temporary" backwards compatibility headerBruce Evans1996-09-242-3/+3
* add missing comma(s) in .Xr macrosWolfram Schneider1996-09-233-6/+9
* Who would have though that dmesg didn't understand message buffers?Bruce Evans1996-09-211-8/+16
* ts_sec -> tv_secNate Williams1996-09-202-4/+4
* ts_sec -> tv_secNate Williams1996-09-204-19/+19
* ts_sec -> tv_secNate Williams1996-09-205-13/+13
* rdisc functionality has been incorporated into routedPaul Traina1996-09-163-1810/+0
* Disable rdisc, enable routed in new location.Garrett Wollman1996-09-161-1/+1
* Change location of trace files and disable remote trace file changeGarrett Wollman1996-09-161-1/+3
* Layer on FreeBSD local changes from old routed.Garrett Wollman1996-09-167-25/+20
* This commit was generated by cvs2svn to compensate for changes in r18316,Garrett Wollman1996-09-1617-0/+11181
|\
| * Virgin import of new BSD/SGI routed. This update contains a numbervendor/SGI/vjs_960912Garrett Wollman1996-09-1618-0/+11343
* Note that -N is only effective when ipfw is displaying chain entries.Alexander Langer1996-09-151-1/+1