freebsd-skq/sbin
Maxim Sobolev 6122c0cd5e o Fix semantics of comparison function for qsort(3). According to qsort(3)
manpage:

     The comparison function must return an integer less than, equal to, or
     greater than zero if the first argument is considered to be respectively
     less than, equal to, or greater than the second.

  Therefore, simply returning "arg1 > arg2" is incorrect. Actually it works
  but for the number of items to be sorted less than 7 due to special case
  handling in qsort(3);

o add missing '\n' to one of usage() calls.

Approved by:	phk
2004-06-25 13:04:49 +00:00
..
adjkerntz
atacontrol
atm
badsect
bsdlabel
camcontrol
ccdconfig
clri
comcontrol
conscontrol Note that conscontrol set and unset are an interface for TIOCCONS. 2004-06-18 20:06:04 +00:00
devd
devfs Typedefing an array of incomplete structs is non-standard C code. 2004-06-02 23:02:31 +00:00
dhclient
dmesg
dump Print the `99.99% done, finished soon' message only as often as the 2004-06-19 22:41:18 +00:00
dumpfs
dumpon
fdisk Make fdisk initialize the first instead of the last slice by default. 2004-06-14 07:21:19 +00:00
fdisk_pc98
ffsinfo
fsck
fsck_ffs
fsck_msdosfs
fsdb
fsirand
gbde o Fix semantics of comparison function for qsort(3). According to qsort(3) 2004-06-25 13:04:49 +00:00
geom Add missing newlines. 2004-06-17 06:04:14 +00:00
ggate Print mediasize in human readable form as well. 2004-06-21 09:20:06 +00:00
gpt
growfs
gvinum Add gvinum, the geom_vinum userland tool. 2004-06-12 21:22:47 +00:00
idmapd
ifconfig mdoc(7) police 2004-06-14 19:31:10 +00:00
init
ip6fw
ipf
ipfs
ipfstat
ipfw Fixed a bug spotted by compiling with -Wall. 2004-06-10 07:51:11 +00:00
ipmon
ipnat
kldconfig
kldload
kldstat Use a better way to calculate POINTER_WIDTH suggested by pjd@. 2004-05-30 10:10:41 +00:00
kldunload
ldconfig
mca
md5 fix handling of an unknown progeam name 2004-06-22 09:18:50 +00:00
mdconfig
mdmfs
mknod
mksnap_ffs
mount
mount_cd9660
mount_ext2fs
mount_hpfs
mount_msdosfs
mount_nfs
mount_nfs4
mount_ntfs Include <sys/linker.h> for kldload(). 2004-05-24 13:39:06 +00:00
mount_nullfs
mount_std
mount_udf
mount_umapfs
mount_unionfs
natd
newfs
newfs_msdos
nfsiod
nos-tun
pfctl Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE). 2004-06-16 23:39:33 +00:00
pflogd Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE). 2004-06-16 23:39:33 +00:00
ping
ping6
quotacheck
rcorder
reboot
restore Use the correct types for the functions rst_opendir(), glob_readdir() and 2004-05-24 16:24:26 +00:00
route When parsing an argument as an address in getaddr(), heed the -host option 2004-06-16 06:29:41 +00:00
routed Turn on RFC 1724 compliant behaviour with regards to IP_ADD_MEMBERSHIP; 2004-06-16 05:08:57 +00:00
rtsol
savecore
sconfig
setkey Reapply traditionally lost fixes, fixed some more. 2004-06-05 20:22:15 +00:00
shutdown
slattach
spppcontrol
startslip
sunlabel Fix indentation of continuation lines to (hopefully) comply with 2004-06-18 15:08:08 +00:00
swapon
sysctl
tunefs
umount
vinum 'ld' lists drives, not volumes. 2004-05-25 20:08:50 +00:00
Makefile
Makefile.inc