freebsd-skq/sbin
Mike Makonnen 186f2eea49 The signature for a pthread function requires that it
return a pointer to a void. The send_thread() and disk_thread()
funtions; however, do not have a return value because they run for
the duration of the daemon's lifetime. This causes gcc to barf when
running with -O3. Make these functions return a null pointer to quiet it.

PR:	bin/124342
Submitted by:	Garrett Cooper <gcooper@FreeBSD.org> (minus his comments)
MFC after:	1 week
2008-06-26 07:05:35 +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
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
fsck
fsck_ffs - Display '-C' option in usage(). 2008-06-08 19:48:41 +00:00
fsck_msdosfs
fsdb
fsirand
gbde
geom Implement the set and unset verbs. While here, have the manpage 2008-06-18 01:46:32 +00:00
ggate The signature for a pthread function requires that it 2008-06-26 07:05:35 +00:00
growfs
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
ipf
ipfw Change two variables to size_t to improve portability. 2008-05-10 15:02:56 +00:00
iscontrol
kldconfig
kldload
kldstat
kldunload
ldconfig
mca
md5
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
mount_ntfs
mount_nullfs
mount_reiserfs
mount_std
mount_udf
mount_unionfs
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
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
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
sconfig
setkey
shutdown
slattach
spppcontrol
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
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