freebsd-dev/sbin
Kris Kennaway 8fb0816a85 Silence format string warnings.
MFC after:	2 weeks
2001-07-01 22:00:26 +00:00
..
adjkerntz - VFS_SET(msdos) -> VFS_SET(msdosfs) 2001-06-01 10:57:26 +00:00
atacontrol
atm
badsect Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
bsdlabel Nuke unused variables. 2001-06-24 23:31:07 +00:00
camcontrol
ccdconfig
clri
comcontrol Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
cxconfig
dhclient
disklabel Nuke unused variables. 2001-06-24 23:31:07 +00:00
dmesg
dump Convert two instances of a lseek()+read() combination to a pread(). 2001-07-01 04:46:20 +00:00
dumpfs
dumpon Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
fdisk
fdisk_pc98
ffsinfo cleanup to get rid of most warnings on alpha 2001-06-07 20:43:00 +00:00
fsck
fsck_ffs Ignore the new superblock fields fs_pendingblocks and fs_pendinginodes 2001-05-29 20:45:08 +00:00
fsck_ifs
fsdb
fsirand
growfs cleanup to get rid of most warnings on alpha 2001-06-07 20:43:00 +00:00
i386
ifconfig Sync with recent KAME. 2001-06-11 12:39:29 +00:00
init Fix typo which could lead to memory leak. 2001-06-20 01:56:09 +00:00
ip6fw Merge from ipfw.8 (1.57). 2001-06-24 23:40:09 +00:00
ipf Pick up the correct headers from sys/contrib/ipfilter/netinet. 2001-06-18 15:55:28 +00:00
ipfstat Fixed DPADD. 2001-06-23 09:10:48 +00:00
ipfw Silence format string warnings. 2001-07-01 22:00:26 +00:00
ipmon
ipnat Pick up the correct headers from sys/contrib/ipfilter/netinet. 2001-06-18 15:55:28 +00:00
kget
kldconfig Properly cast a size argument to an unsigned type. 2001-06-29 22:31:17 +00:00
kldload Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
kldstat
kldunload
ldconfig Fix a "this sentence no verb" grammar bogon. 2001-06-08 21:20:14 +00:00
md5 Fix include ordering breakage from rev. 1.23. 2001-06-29 06:21:57 +00:00
mdconfig Constify mdmaybeload(), add a prototype for usage(), and get rid of a 2001-06-21 02:10:26 +00:00
mdmfs Use strdup(3) instead of reimplementing it inline. 2001-06-24 18:21:52 +00:00
mknod
mount Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
mount_cd9660
mount_ext2fs
mount_hpfs
mount_ifs Nuke unused variables. 2001-06-24 23:31:07 +00:00
mount_msdosfs - VFS_SET(msdos) -> VFS_SET(msdosfs) 2001-06-01 10:57:26 +00:00
mount_nfs Use the new CLSET_CONNECT clnt_control() request on UDP clients to 2001-06-23 19:57:20 +00:00
mount_ntfs Nuke unused variables. 2001-06-24 23:31:07 +00:00
mount_nullfs Rename (after a repo-copy) some mount(8) programs: 2001-05-23 14:58:19 +00:00
mount_nwfs - sys/n[tw]fs moved to sys/fs/n[tw]fs 2001-05-26 11:57:45 +00:00
mount_portalfs Actually rename FDESC, PORTAL, UMAP and UNION file systems. 2001-05-24 15:20:11 +00:00
mount_std Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
mount_umapfs Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
mount_unionfs Actually rename FDESC, PORTAL, UMAP and UNION file systems. 2001-05-24 15:20:11 +00:00
mountd Correct cross-reference: 2001-06-07 16:59:19 +00:00
natd Revert the previous commit on objection from the maintainer. I 2001-06-21 12:32:36 +00:00
newfs Don't link ${BINDIR}/newfs to nowhere. 2001-05-30 09:31:24 +00:00
newfs_msdos
nextboot
nfsd
nfsiod Correct cross-reference: 2001-06-07 16:59:19 +00:00
nologin
nos-tun
pc98
ping Modify ping so that it increases the send socket buffer size if the 2001-06-30 06:46:33 +00:00
ping6 - fixed typo 2001-06-29 20:51:00 +00:00
quotacheck
rcorder Import the NetBSD 1.5 RC system. 2001-06-16 07:16:14 +00:00
reboot Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
restore Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
route Allow route(8) to create "proxy only" published ARP entries. 2001-06-12 13:31:53 +00:00
routed Fix a byteorder problem in a diagnostic message. 2001-06-06 20:52:30 +00:00
rtsol Sync with recent KAME. 2001-06-11 12:39:29 +00:00
savecore dumpmag is 'u_long dumpmag' in the kernel, not 'int'. If this worked on 2001-06-09 01:41:03 +00:00
setkey Sync with recent KAME. 2001-06-11 12:39:29 +00:00
shutdown
slattach
spppcontrol Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
startslip
swapon Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00
sysctl modfied sysctl command to allow setting values > 2GB if the mib supports it. 2001-06-18 21:06:24 +00:00
tunefs
umount Remove vestiges of MFS. 2001-06-01 10:07:28 +00:00
vinum Correct typo. 2001-06-11 00:43:26 +00:00
Makefile Connect the new kldconfig(8) utility to the build. 2001-06-29 16:58:21 +00:00
Makefile.inc