NetBSD/sbin
cbiere 033e1229b9 Revert previous commit. 2007-02-06 20:24:19 +00:00
..
amrctl Drop trailing whitespace. 2006-07-23 13:23:12 +00:00
atactl add missing initializers 2006-10-16 00:45:19 +00:00
badsect
bim One "const" is enough... 2006-09-04 01:20:44 +00:00
brconfig Bump date for previous. 2007-01-08 07:22:12 +00:00
ccdconfig c99 initializers 2006-10-16 02:42:42 +00:00
cgdconfig Fixed format string in opendisk_werror() which was wrong since my previous 2007-02-06 14:04:01 +00:00
chkconfig
clri
disklabel As pointed out by James Wetterau, we wish to complement, as in the 2007-01-27 19:20:28 +00:00
dkctl
dmesg c99 initializer 2006-10-16 02:43:19 +00:00
drvctl - Add a new DRVCTLCOMMAND ioctl to /dev/drvctl. This is a generic 2006-09-22 04:37:36 +00:00
dump Convert a couple of "(void)&" constructs to volatile. 2006-12-18 20:07:32 +00:00
dump_lfs Call fcntl on the file descriptor *before* closing it. 2006-09-28 23:23:01 +00:00
edlabel use c99 initialisers. 2006-10-23 03:56:38 +00:00
fastboot
fdisk Report the last sector number of a partition, instead of that of the first 2006-11-25 16:10:32 +00:00
fsck Sprinkle volatile, instead of using the (void)&foo; which does not work on 2006-12-13 16:08:26 +00:00
fsck_ext2fs use c99 initializers 2006-10-16 03:02:01 +00:00
fsck_ffs Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
fsck_lfs Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
fsck_msdos Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
fsdb c99 initializer 2006-10-16 03:10:59 +00:00
fsirand
gpt fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
ifconfig Print more 802.11 statistics when the operator runs 'ifconfig -v 2007-01-09 09:25:56 +00:00
init Revert previous commit. 2007-02-06 20:24:19 +00:00
ldconfig
mbrlabel
mknod
modload
modunload
mount Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
mount_ados Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
mount_cd9660 use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_ext2fs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_fdesc use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_ffs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_filecore use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_kernfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_lfs Move lfs_cleanerd from /usr/libexec to /libexec. This is to allow putting 2006-11-11 14:47:27 +00:00
mount_msdos Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
mount_nfs remove the rest of Kerberos 4 code. 2006-12-27 12:43:10 +00:00
mount_ntfs Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
mount_null use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_overlay use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_portal replace varstack alloc with malloc. 2006-11-09 19:41:59 +00:00
mount_procfs Bump date for previous. 2007-02-02 07:28:03 +00:00
mount_ptyfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_smbfs
mount_sysvbfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_tmpfs s/tons/lots/, per simonb@'s suggestion. This looks more formal. 2007-01-03 08:39:29 +00:00
mount_udf Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
mount_umap use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_union use MOPT_NULL 2006-10-16 03:37:42 +00:00
newbtconf
newfs PR/28884: Izumi Tsutsui: mount_mfs(8) doesn't set default fssize if "swap" is 2006-11-25 18:18:22 +00:00
newfs_lfs Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
newfs_msdos Avoid crash if the filename contains no digits. 2007-01-21 20:45:41 +00:00
newfs_sysvbfs
nologin
pdisk
ping Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
ping6 PR/30226: Nino Dehne: ping6(8) and ping(8) are inconsistent in the output 2006-09-23 16:18:04 +00:00
pppoectl
raidctl
rcorder Programs that use efun. 2006-08-26 18:14:28 +00:00
reboot
resize_ffs
resize_lfs Move lfs_cleanerd from /usr/libexec to /libexec. This is to allow putting 2006-11-11 14:47:27 +00:00
restore Convert a couple of "(void)&" constructs to volatile. 2006-12-18 20:07:32 +00:00
rndctl
route Fix a bug that caused 0.0.0.0/0 to be treated like 0.0.0.0/32. 2006-11-11 21:50:19 +00:00
routed
rtsol
savecore from Anon Ymous: remove (void)&var; 2006-12-18 20:08:48 +00:00
scan_ffs Improve English. 2006-10-17 09:26:21 +00:00
scsictl Bump date for previous. 2007-01-23 20:34:17 +00:00
setkey
shutdown
slattach
swapctl Sort sections. Fix typo. Start sentence with upper-case letter. 2006-09-02 23:58:41 +00:00
sysctl PR/35304: C J Coleman: Off-by-one nul byte overwrite in mode_bits routine 2006-12-21 22:25:39 +00:00
ttyflags Remove more duplicate #includes, 2007-01-17 21:59:49 +00:00
tunefs
umount
veriexecctl Don't reset entry-type for every flag_spec. 2006-12-08 23:22:19 +00:00
wdogctl Add -x to usage. 2006-08-13 23:24:53 +00:00
wsconsctl Mention include proper file for keyboard defines; from Zafer. 2006-10-22 19:39:32 +00:00
Makefile hook in gpt 2006-10-15 22:37:14 +00:00
Makefile.inc WFORMAT is no more... 2006-10-08 17:52:28 +00:00