summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Document that the live dump command (`dump -L') creates its snapshotmckusick2003-11-181-1/+12
* Add an entry to the BUGS section indicating that Vinum cannot currentlyrwatson2003-11-171-0/+7
* Don't attempt to make devices if we're using devfs. Thisrwatson2003-11-171-5/+10
* Remove the BUGS section introduced in rev 1.11 now that the problemdas2003-11-171-15/+0
* Reimplement nologin(8) as a C program. This allows us to staticallydas2003-11-173-40/+29
* Print the dirpref avgfilesize and avgfpdir parameters.truckman2003-11-171-0/+2
* Document nologin(8) as being insecure in conjunction with a dynamicdas2003-11-171-0/+15
* If the unmount by file system ID fails, don't warn before retryingiedowse2003-11-161-1/+4
* Convert the live dump command (`dump -L') to use mksnap_ffs insteadmckusick2003-11-161-12/+8
* Add the -E command line option to force error conditions for testing.wes2003-11-163-2/+18
* Catch and report on filesystems that were interrupted during newfs,wes2003-11-161-0/+12
* Write the UFS2 superblock with a 'BAD' magic number at the beginningwes2003-11-161-1/+4
* - Add GPT header/table recovery commandkensmith2003-11-162-4/+92
* - Provide default values for LABELOFFSET and LABELSECTOR sokensmith2003-11-161-0/+11
* Change the default for binaries in /bin and /sbin from statically togordon2003-11-161-1/+1
* University of Michigan's Citi NFSv4 userland client code.alfred2003-11-146-0/+1687
* Make this WARNS=2 clean byjohan2003-11-142-20/+22
* Make this WARNS=2 clean byjohan2003-11-143-5/+5
* Warn about partitions that would overlap with the master boot record, anddes2003-11-131-0/+5
* Make this WARNS=2 clean byjohan2003-11-132-2/+1
* Make this WARNS=2 clean byjohan2003-11-133-8/+10
* - Add some information about how init, securelevel, and jailskensmith2003-11-111-1/+17
* Add a describtion for the '-d' flagbrueffer2003-11-101-1/+3
* enable aes-xcbc-mac and aes-ctr, again.ume2003-11-101-3/+3
* Alphabetization braino.des2003-11-071-1/+1
* Whitespace cleanup.des2003-11-071-9/+9
* Add a command-line option to format output for human readability.des2003-11-072-13/+25
* - add explanation of what an active file system iskensmith2003-11-051-2/+14
* Make sure argv[x] exists before using it.johan2003-11-051-9/+15
* Make this WARNS=6 clean by:johan2003-11-052-4/+14
* - do hexdump on send. set length field properlyume2003-11-056-920/+1220
* Add support for multibyte character conversions.scottl2003-11-053-18/+86
* Use 'const' in the copyright stamp, this is done in other utilities.trhodes2003-11-041-1/+2
* In mapdirs(), do not use the `dp' inode pointer after searchdir()iedowse2003-11-041-3/+3
* Add missing prototype for cread().iedowse2003-11-041-0/+1
* Create a .snap directory mode 770 group operator in the root ofmckusick2003-11-041-6/+45
* Check that the user running mksnap_ffs has permission to create andmckusick2003-11-041-1/+33
* Set exit code to 1 in case at least one of the input filesse2003-11-022-2/+13
* Style.ru2003-11-021-1/+1
* Revert the first part of my previous change.trhodes2003-11-011-4/+6
* The copywrite is not a 'static char', remove the #ifdefs and move the copywri...trhodes2003-11-011-6/+4
* Fix a few style glitches in the previous commit and make thesilby2003-11-011-5/+5
* We want the length of the string, not the size of its pointer.brooks2003-11-011-1/+1
* Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world.brooks2003-10-311-3/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-312-37/+18
* Use (char *)NULL to terminate the argument list for execlp().harti2003-10-301-1/+1
* In check.c:trhodes2003-10-302-5/+2
* Remove a few unused variables.trhodes2003-10-301-3/+2
* style(9): sort functions.trhodes2003-10-291-8/+8
* Properly prototype C function usage().trhodes2003-10-291-1/+3
OpenPOWER on IntegriCloud