NetBSD/sbin
jakllsch a3904b0b1f Catch up to the kernel with respect to Ext2 huge_file feature. 2012-11-25 19:42:14 +00:00
..
amrctl Don't exit on ioctl failure, instead let the caller handle it. 2012-05-18 14:01:34 +00:00
apmlabel Remove ${NETBSDSRCDIR}/sys/lib/libkern from .PATH; there are no 2012-03-21 00:35:33 +00:00
atactl Implement experimental support to pass notifications that a file 2012-10-19 17:09:06 +00:00
badsect
bioctl Use __dead 2011-08-29 14:34:58 +00:00
brconfig the address expire counter is just a time difference; it can turn 2012-08-23 12:06:32 +00:00
ccdconfig static. __dead. 2011-08-27 16:29:51 +00:00
cgdconfig Convert to C89 function definitions 2012-03-20 18:50:30 +00:00
chkconfig
chown The id chgrp command is required to change is not uid but gid. 2012-10-24 01:12:51 +00:00
clri
devpubd Add some details about the hook scripts. 2012-11-22 17:16:30 +00:00
disklabel PR bin/45744 2012-04-08 07:59:53 +00:00
dkctl staticfy. __dead. 2011-08-27 16:34:38 +00:00
dkscan_bsdlabel Add __printflike attribution to use vprintf and friends with an argument 2012-03-15 02:02:20 +00:00
dmctl static. dead. 2011-08-27 17:07:28 +00:00
dmesg Use __dead 2011-08-29 14:34:58 +00:00
drvctl Add -n to usage. 2012-01-17 08:22:09 +00:00
dump Use more markup, fix English usage. 2012-08-29 18:46:13 +00:00
dump_lfs Remove unnecessary Bk/Ek pairs from SYNOPSIS. 2012-04-08 22:00:37 +00:00
fastboot
fdisk Revert my previous commit, I misunderstood the intention. 2012-10-06 09:11:34 +00:00
fsck Don't re-use the same buffer that we pass in for newname in the cooked->raw 2012-04-08 04:19:14 +00:00
fsck_ext2fs Catch up to the kernel with respect to Ext2 huge_file feature. 2012-11-25 19:42:14 +00:00
fsck_ffs stdlib.h, not malloc.h 2012-08-26 09:33:18 +00:00
fsck_lfs Correct fragment extension calculation in pass6, to avoid putting 2012-01-05 16:18:00 +00:00
fsck_msdos The free space value in the FSInfo block is merely unitialized when it is 2012-08-07 19:30:41 +00:00
fsck_v7fs Remove "-g" from CPPFLAGS. 2012-09-05 22:58:53 +00:00
fsdb Don't depend on HAVE_GCC being always defined. 2012-08-10 12:20:10 +00:00
fsirand static + __dead 2011-08-27 17:36:05 +00:00
gpt Fix a few straggling BE/LE problems. 2012-07-30 00:53:59 +00:00
ifconfig Use snprintb_m(3) to split flags/capabilities/enabled across multiple 2012-11-01 13:43:23 +00:00
init Add missing free() in error path. 2012-11-09 06:27:17 +00:00
iscsictl it's really 32bit 2012-06-25 20:39:54 +00:00
iscsid use first successful connection to a ISNS server 2012-06-24 13:08:38 +00:00
ldconfig Revert last, it breaks the tricks xsrc uses. 2012-08-23 21:21:14 +00:00
mbrlabel From Bug Hunting: 2012-07-14 20:14:17 +00:00
mknod static + __dead 2011-08-27 18:37:41 +00:00
modload Set WARNS=5. No warnings/errors were found with a test compile. 2012-08-22 07:47:18 +00:00
modstat Bump up to WARNS=5. No new warnings/errors were found. 2012-08-16 19:47:48 +00:00
modunload Set WARNS=5. No warnings/errors were found with a test compile. 2012-08-22 07:47:18 +00:00
mount Implement experimental support to pass notifications that a file 2012-10-19 17:09:06 +00:00
mount_ados Use __dead 2011-08-29 14:34:58 +00:00
mount_cd9660 Use __dead 2011-08-29 14:34:58 +00:00
mount_chfs add known bugs 2011-11-29 13:27:50 +00:00
mount_efs Use __dead 2011-08-29 14:34:58 +00:00
mount_ext2fs Use __dead 2011-08-29 14:34:58 +00:00
mount_fdesc Use __dead 2011-08-29 14:34:58 +00:00
mount_ffs Implement experimental support to pass notifications that a file 2012-10-19 17:09:06 +00:00
mount_filecore Use __dead 2011-08-29 14:34:58 +00:00
mount_hfs Use __dead 2011-08-29 14:34:58 +00:00
mount_kernfs Bump date for previous. 2012-03-22 21:47:20 +00:00
mount_lfs Use __dead 2011-08-29 14:34:58 +00:00
mount_msdos Note mount_msdos -G option also allows mounting X680x0's Human68k floppies. 2012-11-16 15:00:18 +00:00
mount_nfs minor wording improvement. 2012-07-11 18:33:14 +00:00
mount_nilfs
mount_ntfs
mount_null Use __dead 2011-08-29 14:34:58 +00:00
mount_overlay Use __dead 2011-08-29 14:34:58 +00:00
mount_portal include the headers that you need. 2012-11-04 22:30:23 +00:00
mount_procfs Use __dead 2011-08-29 14:34:58 +00:00
mount_ptyfs add back old options for compatibility, but complain if specified. 2012-09-20 18:56:05 +00:00
mount_puffs Use __dead 2011-08-29 14:34:58 +00:00
mount_smbfs Don't depend on HAVE_GCC being always defined. 2012-08-10 12:20:10 +00:00
mount_sysvbfs Use __dead 2011-08-29 14:34:58 +00:00
mount_tmpfs
mount_udf
mount_umap Use __dead 2011-08-29 14:34:58 +00:00
mount_union Use __dead 2011-08-29 14:34:58 +00:00
mount_v7fs
newbtconf
newfs Don't depend on HAVE_GCC being always defined. 2012-08-10 12:20:10 +00:00
newfs_ext2fs Avoid non-literal format string. Raise WARNS to 4 and disable 2012-03-24 08:22:24 +00:00
newfs_lfs Pass t_renamerace and t_rmdirrace tests. 2012-02-16 02:47:54 +00:00
newfs_msdos According to current file(1) magic definitions an unlabeled FAT is 2012-11-04 14:27:15 +00:00
newfs_sysvbfs Use __dead 2011-08-29 14:34:58 +00:00
newfs_udf
newfs_v7fs Remove -g from CPPFLAGS. 2012-09-05 23:01:42 +00:00
nologin
pdisk compile this for everyone, and warns=5 2012-04-06 22:42:50 +00:00
ping Fix a bug that misunderstand F_TIMING64, F_POLICY and F_AUTHHDR. 2012-09-18 04:07:44 +00:00
ping6 Accept "-s 0" 2012-09-10 04:32:24 +00:00
pppoectl fix the date. 2011-10-12 16:41:47 +00:00
raidctl Remove unexpected newline between Em macro and text. 2012-03-23 18:28:13 +00:00
rcorder
reboot include the headers that we need 2012-11-04 22:28:16 +00:00
resize_ffs fix cast in local macro 2012-04-20 13:20:39 +00:00
resize_lfs
restore NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
rndctl Use _PATH_URANDOM from paths(3). 2012-08-14 14:41:07 +00:00
route Fix fallout from 1.129 that converted sou::so_foo from unions to 2012-10-04 00:01:48 +00:00
routed PR/44647: commit fix proposed by Takahiro HAYASHI 2012-06-24 16:24:34 +00:00
rtsol
savecore factor out rawname() from dump, fsck, savecore. 2012-04-07 16:44:10 +00:00
scan_ffs
scsictl make a bunch of globals static 2012-11-03 19:26:52 +00:00
setkey -consistently use "char *" for the compiled policy buffer in the 2012-01-04 15:55:35 +00:00
shutdown Fix thinko about halt vs. poweroff; from Moritz Wilhelmy in PR 45141. 2011-10-04 07:25:34 +00:00
slattach PR/45759: Khanh-Dang Nguyen Thu Lam: slattach(8) is not compatible with 2011-12-30 03:19:36 +00:00
svhlabel __dead + kill main prototype. 2011-08-27 18:55:58 +00:00
swapctl use getfsspecname() 2012-04-07 04:52:20 +00:00
sysctl Add support for unsigned decimal values. 2012-06-02 21:38:09 +00:00
ttyflags static + __dead 2011-08-27 18:57:50 +00:00
tunefs Remove unnecessary Bk/Ek pairs from SYNOPSIS. 2012-04-08 22:00:37 +00:00
umount
veriexecctl Use __dead 2011-08-29 14:34:58 +00:00
wdogctl static + __dead 2011-08-27 18:57:50 +00:00
wsconsctl allow non-command keysyms to be mapped as commands (experimental) 2012-10-23 15:30:45 +00:00
Makefile Import mount_chfs for CHFS. 2011-11-24 15:54:54 +00:00
Makefile.inc Default to WARNS=5 2012-03-21 05:47:53 +00:00