freebsd-dev/sbin
Bjoern A. Zeeb 9a8398173d Document spindown constraints as given in the original commit
message[1] and later clarification provided by phk.

[1] http://docs.freebsd.org/cgi/mid.cgi?200803171033.m2HAXOeN055116

Reviewed by:	brueffer, phk, ed
2008-06-25 18:11:22 +00:00
..
adjkerntz
atacontrol Document spindown constraints as given in the original commit 2008-06-25 18:11:22 +00:00
atm Remove netatm from HEAD as it is not MPSAFE and relies on the now removed 2008-05-25 22:11:40 +00:00
badsect
bsdlabel Remove comment about "-r" flag from readlabel. "-r" is a no-op. 2008-03-23 03:01:10 +00:00
camcontrol
ccdconfig
clri Use an intermediate pointer to avoid strict alias check warnings 2007-11-20 01:55:37 +00:00
comcontrol
conscontrol
ddb Add "ddb capture print" and "ddb capture status" commands do ddb(8), 2008-04-25 17:34:09 +00:00
devd No need to be gratuitously style(9) non-compliant here, even though 2008-03-21 20:38:28 +00:00
devfs
dhclient Use the -n flag to route(8) when calling "route get". Otherwise we hang 2008-06-09 20:03:35 +00:00
dmesg
dump Expand dump to allow MAX_INT dump levels. 2008-05-24 05:20:46 +00:00
dumpfs
dumpon
fdisk
fdisk_pc98
ffsinfo Don't coredump when executed with -o. 2008-01-29 00:20:00 +00:00
fsck
fsck_ffs - Display '-C' option in usage(). 2008-06-08 19:48:41 +00:00
fsck_msdosfs Spot two more bugs WRT adherence to the local prompt style. 2008-01-31 13:22:13 +00:00
fsdb
fsirand
gbde
geom Implement the set and unset verbs. While here, have the manpage 2008-06-18 01:46:32 +00:00
ggate Fix spelling 2008-06-20 21:41:44 +00:00
growfs Fix an int overflow on very large file systems. 2007-12-17 08:03:18 +00:00
gvinum
idmapd
ifconfig Ensure the channel is a number and not a range, the 'channel' command can be 2008-06-23 16:08:40 +00:00
init Addition style(9) change. 2007-11-20 21:25:58 +00:00
ipf This makefile builds contrib code, so I won't try to fix all the 2007-11-18 03:29:10 +00:00
ipfw Change two variables to size_t to improve portability. 2008-05-10 15:02:56 +00:00
iscontrol Fix typo. 2008-02-06 08:03:27 +00:00
kldconfig
kldload
kldstat Add the full module path name to the kld_file_stat structure 2007-10-22 04:12:57 +00:00
kldunload
ldconfig
mca
md5 style(9) (verifed no-change in .o's) 2008-02-07 18:10:24 +00:00
mdconfig Add -v (verbose) option to -l command, to show size and backing store 2008-06-21 15:04:42 +00:00
mdmfs
mknod
mksnap_ffs
mount Fix markup. 2008-06-03 09:43:28 +00:00
mount_autofs
mount_cd9660
mount_ext2fs
mount_hpfs
mount_msdosfs
mount_nfs Undo the damage I did in sys/kern/vfs_mount.c #1.274 and 2008-02-18 20:58:57 +00:00
mount_ntfs o Fix Dd format. 2007-11-18 09:18:20 +00:00
mount_nullfs
mount_reiserfs
mount_std
mount_udf
mount_unionfs Added whiteout behavior option. ``-o whiteout=always'' is default mode 2007-10-14 13:55:38 +00:00
natd Add exit_delay parameter to control daemon exit delay after signal. 2008-06-22 22:14:02 +00:00
newfs Replace reference from vinum.8 to gvinum.8, it was advised in the PR to 2008-03-21 20:16:25 +00:00
newfs_msdos Be more accurate in the maximum filesize, it's 4GB not 4.3GB. 2007-12-09 13:34:10 +00:00
nfsiod
nos-tun
pfctl
pflogd
ping
ping6 Change the exit status for 0 and 2 to be the same as with ping(1) 2008-05-27 10:51:19 +00:00
quotacheck Sync up quotacheck's preen.c with fsck's. This makes quotacheck 2008-01-26 12:03:26 +00:00
rcorder Document the misleading nature of the REQUIRE line. The patch in 2008-06-09 09:07:58 +00:00
reboot
recoverdisk
restore Fix nits pointed out in PR bin/39905 that have not already been 2008-05-23 19:17:08 +00:00
route Fix printing of sockaddr prefixes in verbose mode. 2008-04-10 12:16:20 +00:00
routed
rtsol
savecore Compare kernel dump header magic with textdump magic using strncmp() 2007-12-27 21:28:48 +00:00
sconfig getopt(3) returns -1, not EOF. 2008-02-19 07:09:19 +00:00
setkey o Allow setkey(8) to recognize esp as a protocoal name for spdadd. 2008-01-12 20:00:23 +00:00
shutdown
slattach
spppcontrol Use a cast that doesn't create a compiler warning. 2007-11-18 00:33:23 +00:00
startslip
sunlabel
swapon Add a -q flag to swapon(8) to suppress informational messages. Use it in 2008-06-23 22:17:08 +00:00
sysctl The sysctl(8) program exits on some errors and only emits warnings on 2008-06-23 22:06:28 +00:00
tunefs o s/filesystem/file system/g. 2007-09-23 16:06:37 +00:00
umount
Makefile Disconnect gpt(8) from the build. gpt(8) is replaced by gpart(8). 2008-06-09 16:42:55 +00:00
Makefile.inc