aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Support for FAT32 partitions.Jordan K. Hubbard1998-02-186-78/+258
* Converted putfsent() to Lite2 mount interface - don't use numericBruce Evans1998-02-132-4/+4
* Alter ipfw's behavior with respect to fragmented packets when the packetAlexander Langer1998-02-122-2/+27
* Document the enhanced behaviour of the '-c' flag.Mike Smith1998-02-101-2/+5
* opt_diagnostic.h isn't needed anymore.John Hay1998-02-064-29/+9
* fsdb and fsck use the ffs code which needs opt_diagnostic.h.John Hay1998-02-054-9/+29
* Fixed the previous fix. The original path was annulled when itBruce Evans1998-02-031-3/+4
* Don't define KERNEL before including <nfs/nfs.h>. It is no longerBruce Evans1998-02-011-3/+1
* Spell 'implements' correctly.Steve Price1998-02-011-2/+2
* Revert last commit and SEE ALSO pstat(8) instead.Steve Price1998-02-011-2/+2
* Retire dumplfs, mount_lfs and newlfsPoul-Henning Kamp1998-01-3016-2674/+0
* Retire dumplfs mount_lfs newlfsPoul-Henning Kamp1998-01-301-3/+3
* Make it clear that aliasing is done on the public interface, notBrian Somers1998-01-291-2/+21
* SEE ALSO swapinfo(8).Steve Price1998-01-251-1/+2
* signal() returns an pointer, so must be cast to long, not int beforeJohn Birrell1998-01-251-5/+5
* read() and write() return ssize_t not int, so the first arg to atomic()John Birrell1998-01-251-2/+3
* Converted to Lite2 mount interface - use vfc_typenum from theBruce Evans1998-01-201-9/+3
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowBruce Evans1998-01-2024-34/+10
* mount(8) only uses realpath() for the mountpoint, so don't look up theBruce Evans1998-01-191-6/+6
* Don't create superblocks with size larger than SBSIZE (8192). TheBruce Evans1998-01-191-0/+4
* Guard against a block size of 0 in the label. When the firstBruce Evans1998-01-193-0/+15
* Removed most unused includes of <net/if_var.h> outside the kernel.Bruce Evans1998-01-161-2/+1
* Fixed some spelling errors.Bruce Evans1998-01-161-2/+2
* Use err(3). Change exit(-1). Remove unused #include.Philippe Charnier1998-01-141-35/+27
* Use err(3). Change exit(-1), and make exit values equal to 1 when errors.Philippe Charnier1998-01-121-84/+52
* change s_port to ntohs(s_port) for printf in DEBUG.Darren Reed1998-01-112-4/+4
* Pass an actual empty environment to execle() as per POSIX rather thanAlexander Langer1998-01-101-10/+28
* Added environment parameter to execle calls.Alexander Langer1998-01-081-3/+3
* Bump up packet and byte counters to 64-bit unsigned ints. As aAlexander Langer1998-01-081-14/+32
* Correct a comment from my last commit.Alexander Langer1998-01-081-2/+2
* Allow 'shutdown datespec' to work into the next century. Handle datesAlexander Langer1998-01-081-1/+12
* Format mismatch in error message.Alexander Langer1998-01-081-2/+2
* Remove more unused #includes.Philippe Charnier1998-01-071-3/+1
* Support listing/showing specific rules supplied on the command line.Alexander Langer1998-01-072-29/+74
* Display a better error message and use a non-zero exit code whenAlexander Langer1998-01-061-5/+16
* Add rcsid. Remove uneeded #include. Use fprintf() in usage() instead of err(3)Philippe Charnier1998-01-051-8/+11
* Sync. usage string and synopsis. Add rcsid.Philippe Charnier1998-01-054-26/+27
* Add -v in usage string. Add rcsid.Philippe Charnier1998-01-052-12/+12
* The default dumplevel is 0.Steve Price1998-01-031-2/+2
* Correct -r and -f descriptions.Brian Somers1998-01-031-9/+5
* Removed /etc/ld.so.conf reference from FILES section (people getAlexander Langer1998-01-011-3/+1
* Properly drop group privs to open file names specified by the user.Warner Losh1997-12-301-1/+15
* Added copyright (taken from natd.c).Alexander Langer1997-12-301-1/+9
* Add a "scsi -f /dev/ssc -p" example and xref ssc(4).Brian Somers1997-12-291-9/+14
* Mention that the -r flag reprobes the entire bus on which the givenBrian Somers1997-12-291-14/+25
* Fix a few style nits from previous commit.Steve Price1997-12-291-11/+10
* Add missing .Ar.Philippe Charnier1997-12-291-1/+1
* Get md5(1) to use getopt(3). Also some minor -Wall cleaningSteve Price1997-12-292-33/+50
* Typo/$Id$ police.Alexander Langer1997-12-272-1/+6
* style(9) correctionsWarner Losh1997-12-264-8/+12