summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Hook raidctl up to the build.scottl2002-10-231-0/+1
* Teach ifconfig(8) how to print and set the MAC labels on networkrwatson2002-10-234-0/+116
* Don't complain if we have an inconsistent map that may be themarcel2002-10-231-8/+13
* Forgot to include <errno.h> when using 'errno' here.jmallett2002-10-221-0/+1
* When errno is not set, do not use warn(3).jmallett2002-10-221-1/+2
* Use the libufs_printerror() function, which hopefully will deconfuse usersjmallett2002-10-221-1/+2
* Fix LSRR option length check: it has to be less or equal remained header'smaxim2002-10-211-1/+2
* I overlooked an absolute path.phk2002-10-211-1/+1
* Add devd to the build.imp2002-10-201-0/+1
* devd. A daemon that hooks into the kernel's /dev/devctl to produceimp2002-10-209-0/+852
* o Use .Cm for 'attach', 'detach', 'init', 'setkey', and 'destroy' commandschris2002-10-201-15/+28
* s/dettach/detach/g etc.phk2002-10-202-12/+12
* Use .PATH instead of VPATH.phk2002-10-202-2/+3
* Complete the Geom Based Disk Encryption: Add the OAM utility.phk2002-10-206-0/+1011
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-204-0/+3032
* Clear the pending counts in the superblock after a successful runmckusick2002-10-191-1/+4
* Bound the size of the superblock to SBLOCKSIZE.mckusick2002-10-181-0/+2
* Typo in verb: zeros -> zeroes.keramida2002-10-181-1/+1
* Do not emit values as var=value while everything else looks likemarcel2002-10-171-56/+81
* s/clear/cleared/ for consistency (sigh)rwatson2002-10-161-2/+2
* Spell 'set' as 'cleared' where appropriate.rwatson2002-10-151-2/+2
* Teach tunefs to print the ACL and multilabel flag information whenrwatson2002-10-151-0/+4
* Correct some of the style problems in this file:rwatson2002-10-152-10/+10
* Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefsrwatson2002-10-142-7/+73
* Teach mount(8) about MNT_ACLS for the purposes of mount options andrwatson2002-10-142-1/+5
* Increase the max dummynet hash size from 1024 to 65536. Default is stillseanc2002-10-121-1/+1
* Document that write(2) et al can return EROFS for attempts to write theschweikh2002-10-102-2/+8
* Make sure strsep() gets a nul-terminated string.keramida2002-10-101-1/+2
* When verifying a superblock, the lower bound on block size is MINBSIZEmckusick2002-10-101-1/+1
* de-__P()alfred2002-10-103-73/+73
* Update documentation for kldload(8)'s ability to load multiple modules.jmallett2002-10-092-4/+6
* Fix to support pc98.nyan2002-10-082-0/+8
* Make it possible to kldload(8) many modules.jmallett2002-10-081-9/+17
* Treat the pathptrn field as a real pattern with the aid of fnmatch().dd2002-10-081-3/+0
* Document behaviour change in reboot(8) introduced in reboot.c rev. 1.17:thomas2002-10-071-7/+8
* Don't use DPCYL and DPSECT macros. These are not needed.nyan2002-10-071-8/+8
* Set only the RB_POWEROFF flag (not the RB_HALT flag) whenthomas2002-10-061-1/+1
* Don't be noisy if DIOCWLABEL fails, it's probably because we're writingphk2002-10-052-4/+2
* Include <sys/diskpc98.h>nyan2002-10-041-0/+1
* EFI GPT partitions use 'p' as a slice seperator. eg: da0p1 or da0p217.peter2002-10-041-1/+1
* Cast malloc() assignments.mdodd2002-10-021-6/+6
* Add an -o option to exit after receiving one reply. This can be useddd2002-10-022-5/+12
* Don't crash when the user feeds us nonesense in the form:dd2002-10-021-3/+4
* Remove a comma trailing an if clause.phk2002-10-011-1/+1
* Changed "file system" back to "filesystem" in the usage message. Englishbde2002-10-011-3/+3
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:phk2002-10-013-0/+3
* - bzero() allocations.mdodd2002-09-301-1/+38
* Turn warnings back on.mdodd2002-09-301-1/+0
* Add the "Monitor" interface flag.phk2002-09-272-0/+13
* Give up on a tty if opening it's special file returns ENOENT like we do forjhb2002-09-271-1/+1
OpenPOWER on IntegriCloud