aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fixed bitrot in usage message (-n is now optional).Bruce Evans1999-09-081-1/+1
* Config file parser changes:Ruslan Ermilov1999-09-072-9/+15
* Indicate that we now control quota checking via an rc.conf variable,Matthew Hunt1999-09-061-5/+12
* FreeBSD kernel doesn't allow any process to decrease securelevel. So,KATO Takenori1999-09-062-8/+1
* Show that the -n option is optionalNick Hibma1999-09-061-1/+4
* $Revision$ -> $FreeBSD$ (more cleanup needed here)Peter Wemm1999-09-0512-12/+12
* Make the "uid" and "gid" code better. Now it can detect invalid userBrian Feldman1999-09-031-4/+20
* Add cross-references to respective syscalls.Chris Costello1999-09-033-0/+3
* Get this to compile again. struct pnp_cinfo went away soMatthew N. Dodd1999-09-031-0/+4
* Allow signals to interrupt system calls.Ruslan Ermilov1999-09-021-1/+3
* Fix savecore so that it operates correctly on character devices withPoul-Henning Kamp1999-08-311-27/+90
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28323-349/+349
* Update and tidy descriptions of info -V.Greg Lehey1999-08-261-30/+69
* Add -e option to usage().Doug White1999-08-252-4/+4
* Document the setstate command.Greg Lehey1999-08-241-6/+22
* Change declaration for initsd.Greg Lehey1999-08-241-1/+4
* parseline(): Reset the -w flag.Greg Lehey1999-08-241-27/+29
* vinum_info(): Add support for logging subdisk I/O.Greg Lehey1999-08-241-17/+21
* Tidy up some indentation and comments.Greg Lehey1999-08-241-15/+109
* Add new option to fdisk: -ePoul-Henning Kamp1999-08-234-26/+80
* Don't print a "," after the last superblock.Bill Fumerola1999-08-211-3/+4
* To christen the brand new security category for syslog, we get IPFWBrian Feldman1999-08-211-5/+8
* Bad cross-reference of getservbyname(2) changed to getservbyname(3)Chris Costello1999-08-181-2/+2
* Add reference to blackhole(4)Geoff Rehmet1999-08-171-1/+2
* Re-add -Wmissing-prototypes to `COPTS'. I mistook -W for -Wno in this case.Chris Costello1999-08-161-1/+1
* Fix some bad references.Chris Costello1999-08-161-3/+3
* -Wmissing-prototypes is unnecessary here. There are no warnings producedChris Costello1999-08-161-2/+2
* Minor mdoc fix.Mike Pritchard1999-08-151-2/+2
* Minor style fix.Mike Pritchard1999-08-152-4/+4
* Various man page cleanup:Mike Pritchard1999-08-156-24/+29
* initsd: On completion, put the subdisk in 'initialized' status, notGreg Lehey1999-08-151-34/+34
* Bad reference getsockname(8) -> getsockname(2)Chris Costello1999-08-142-4/+4
* Correct typo.Greg Lehey1999-08-141-1/+0
* Add declarations for initvol, initplex and initsd helper functions forGreg Lehey1999-08-141-0/+3
* vinum_info: add code to print out lock events.Greg Lehey1999-08-141-7/+32
* make_plex_dev: make them raw. Volume-related plex devices willGreg Lehey1999-08-141-9/+19
* vinum_init: add code to initialize subdisks as well as plexes. AlsoGreg Lehey1999-08-141-129/+159
* Whoops, forgot one line in previous patch.Luigi Rizzo1999-08-121-1/+2
* Userland and manual page changes for probabilistic rule match.Luigi Rizzo1999-08-112-4/+41
* Correct typo.Greg Lehey1999-08-091-1/+1
* Update to reflect recent changes.Greg Lehey1999-08-071-55/+46
* Remove code to detect RAID-5/non-RAID-5 kernel modules.Greg Lehey1999-08-071-7/+7
* Remove code to detect RAID-5/non-RAID-5 kernel modules.Greg Lehey1999-08-071-99/+125
* Import RAID-5 code.Greg Lehey1999-08-071-30/+120
* vinum_init:Greg Lehey1999-08-071-29/+83
* Mention that CCD requires partitions of type FS_BSDFFS.Joseph Koshy1999-08-061-1/+7
* Typo police. 'Acknowledgement' is spelled correctly so it was left untouched.Doug White1999-08-062-4/+4
* Backup existing init(8) as /sbin/init.bak.Ruslan Ermilov1999-08-051-3/+9
* Typo of sample command line.SADA Kenji1999-08-011-2/+2
* Make ipfw's logging more dynamic. Now, log will use the default limitBrian Feldman1999-08-012-11/+97