NetBSD/sbin
christos 8a56ee5512 - sprinkle static
- pass WARNS=4 and lint
- use size_t/time_t where appropriate
- get/setprogname()
- before executing rc.shutdown, set the real user id to 0, because shutdown
  scripts may depend on it (for example su depends on being root).
- use warn instead of perror, and make sure we use the right errno.
2007-03-14 03:52:28 +00:00
..
amrctl Drop trailing whitespace. 2006-07-23 13:23:12 +00:00
apmlabel Utility to add Apple Partition Map partitions to disklabel, based 2007-03-05 23:06:53 +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 Add a DIAGNOSTICS section and explain that the error message "could not 2007-02-23 20:00:04 +00:00
chkconfig
clri sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
disklabel include <signal.h> where signal(3) is used 2007-02-08 21:36:58 +00:00
dkctl fix typo 2006-06-17 02:16:19 +00:00
dkscan_bsdlabel Use CPPFLAGS, not COPTS, and ${NETBSDSRCDIR}, not "../..". This 2007-03-02 04:03:17 +00:00
dmesg c99 initializer 2006-10-16 02:43:19 +00:00
drvctl drvctl 4 does not exist. 2007-03-10 20:32:26 +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 Bump date for previous. 2007-03-11 10:51:03 +00:00
fsck Cross-reference fsck_lfs and fsck_ext2fs. 2007-02-23 19:32:16 +00:00
fsck_ext2fs include <signal.h> where signal(3) is used 2007-02-08 21:36:58 +00:00
fsck_ffs include <signal.h> where signal(3) is used 2007-02-08 21:36:58 +00:00
fsck_lfs include <signal.h> where signal(3) is used 2007-02-08 21:36:58 +00:00
fsck_msdos - removes unused ctype.h header 2007-03-10 00:30:36 +00:00
fsdb Remove unused ctype.h 2007-03-10 01:16:17 +00:00
fsirand include <signal.h> where signal(3) is used 2007-02-08 21:36:58 +00:00
gpt Use strtoll() when converting a 64-bit quantity. This makes "gpt add" 2007-02-16 17:13:02 +00:00
ifconfig Print more 802.11 statistics when the operator runs 'ifconfig -v 2007-01-09 09:25:56 +00:00
init Adapt to the new MAKEDEV interpretation of -M by passing -MM. 2007-03-11 19:02:04 +00:00
ldconfig Coverity CID 2766: Don't leak memory. 2006-03-26 23:06:45 +00:00
mbrlabel
mknod
modload Replace complicated test for ELFSIZE 64 with #ifdef _LP64 which is 2006-07-08 05:49:01 +00:00
modunload
mount - removes unused ctype.h header 2007-03-10 00:30:36 +00:00
mount_ados - removes unused ctype.h header 2007-03-10 00:30:36 +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 - removes unused ctype.h header 2007-03-10 00:30:36 +00:00
mount_hfs Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +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 - removes unused ctype.h header 2007-03-10 00:30:36 +00:00
mount_nfs - removes unused ctype.h header 2007-03-10 00:30:36 +00:00
mount_ntfs - removes unused ctype.h header 2007-03-10 00:30:36 +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 proc/#/exe is now exposed for all mounts, move it away from linux-only 2007-02-24 15:45:43 +00:00
mount_ptyfs use MOPT_NULL 2006-10-16 03:37:42 +00:00
mount_smbfs sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
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 - removes unused ctype.h header 2007-03-10 00:30:36 +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 include <signal.h> where signal(3) is used 2007-02-08 21:36:58 +00:00
newfs_sysvbfs sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
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 Check for allocation failures in malloc, calloc, realloc, asprintf, and 2006-03-17 15:53:46 +00:00
raidctl close fp in several error paths, closing Coverity CIDs 1690, 1692. 2006-03-19 01:57:11 +00:00
rcorder No need to cast pointers to (char *) when passing to free(3). 2007-03-03 00:09:30 +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 Add support for Solaris ufsdump volumes with more than 512*1024 inodes. 2007-02-09 09:36:02 +00:00
rndctl
route TSEL() is const char* now 2007-02-18 01:48:37 +00:00
routed quell GCC 4.1 uninitialised variable warnings. 2006-05-10 21:53:14 +00:00
rtsol
savecore from Anon Ymous: remove (void)&var; 2006-12-18 20:08:48 +00:00
scan_ffs * There's no need to use an int to store the returned value of 2007-02-16 01:32:21 +00:00
scsictl Bump date for previous. 2007-01-23 20:34:17 +00:00
setkey
shutdown - sprinkle static 2007-03-14 03:52:28 +00:00
slattach Misc fixes for sl(4) and slattach(8) man pages: 2006-07-08 17:22:14 +00:00
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 Complete rename of hfsp to hfs, requested by thorpej. 2007-03-06 11:28:44 +00:00
Makefile.inc WFORMAT is no more... 2006-10-08 17:52:28 +00:00