NetBSD/sbin
christos 8e83ba138f Add the once -o option like ping 2015-04-24 00:42:56 +00:00
..
amrctl don't use sprintf 2014-03-23 05:07:59 +00:00
apmlabel
atactl add a whole bunch of S.M.A.R.T. status i found around various sources. 2014-10-15 06:54:04 +00:00
badsect
bioctl kill 1 copy of strtonum. 2015-01-16 20:12:28 +00:00
brconfig Add missing "addr" and "static" commands. 2015-01-05 00:36:23 +00:00
ccdconfig Make ccdconfig resolve wedge names. 2014-12-07 10:44:34 +00:00
cgdconfig fix possibly uninitialized variable. 2014-12-14 23:27:14 +00:00
chkconfig
chown In all man pages that say: 2013-12-17 09:54:08 +00:00
clri
devpubd safely update existing wedge links 2015-03-01 14:21:17 +00:00
disklabel Fix the 3 programs that use DTYPE_ (disklabel disk types) constants from the 2015-01-02 19:46:02 +00:00
dkctl - pass the proper argument vector so that subcommands can use getopt. 2014-11-23 15:43:49 +00:00
dkscan_bsdlabel
dmctl
dmesg
drvctl Bump date for previous. 2015-02-25 09:01:08 +00:00
dump
dump_lfs
fastboot
fdisk remove debugging. 2014-04-04 16:15:30 +00:00
fsck abort earlier. 2014-12-29 16:35:38 +00:00
fsck_ext2fs Instead of zerodivide, give a useful error message. 2014-12-04 01:41:37 +00:00
fsck_ffs Reorg docs, part 3: 2014-07-05 19:23:15 +00:00
fsck_lfs - Fix fallout for recent bread() change (removing cred arg). 2015-03-29 19:35:58 +00:00
fsck_msdos Avoid mixing cluster numbers and sector numbers. Makes code more readable. 2015-01-02 06:21:28 +00:00
fsck_v7fs
fsdb remove various HAVE_GCC=45 fragments. 2015-04-15 19:13:46 +00:00
fsirand
gpt Factor out the getdisksize() drvctl method, and provide an alternative that 2014-12-29 16:27:06 +00:00
ifconfig Move the INET6 specific code for wait_dad_exec() into af_inet6 2015-04-22 17:42:22 +00:00
init
iscsictl Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
iscsid Move communication socket to /var/run, especially when starting iscsid 2015-02-21 20:33:44 +00:00
ldconfig Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
luactl Mark usage as dead. 2013-10-29 16:11:15 +00:00
mbrlabel
mknod Accept driver names only in the two args form together with a minor number. 2014-08-22 22:28:50 +00:00
modload
modstat bump date for previous 2013-10-24 13:00:21 +00:00
modunload
mount gcc 4.9 produces vfork clobberation warnings for "name" and "buflen". 2015-01-04 22:05:37 +00:00
mount_ados
mount_cd9660
mount_chfs
mount_efs
mount_ext2fs
mount_fdesc Add crossreference to fd(4) as noted a while back in PR 45694. Bump date. 2013-12-30 08:43:22 +00:00
mount_ffs
mount_filecore
mount_hfs Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
mount_kernfs
mount_lfs
mount_msdos
mount_nfs
mount_nilfs
mount_ntfs Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
mount_null
mount_overlay
mount_portal
mount_procfs
mount_ptyfs Adapt to reality -- already open BSD style nodes do not appear on 2014-08-13 15:48:38 +00:00
mount_puffs
mount_sysvbfs
mount_tmpfs Remove reference to (no longer) fixed 4 mbyte kernel memory being reserved, 2014-06-07 10:03:44 +00:00
mount_udf
mount_umap
mount_union
mount_v7fs
newbtconf
newfs Support wedge names. 2014-10-25 16:47:23 +00:00
newfs_ext2fs vax specific gcc 4.8.1 hacks 2013-11-09 21:39:27 +00:00
newfs_lfs - Fix fallout for recent bread() change (removing cred arg). 2015-03-29 19:35:58 +00:00
newfs_msdos newfs_msdos allowed suffixes such as 'k', 'm' for some parameters, 2015-04-23 13:27:14 +00:00
newfs_sysvbfs don't use sprintf 2014-03-23 05:07:59 +00:00
newfs_udf Fix volumesetname to comply to UDF 2.01 [2.2.2.5] 2015-01-02 21:01:12 +00:00
newfs_v7fs
nologin
ping Adjust default packet size to 56 data bytes (64 total). 2014-11-29 14:48:42 +00:00
ping6 Add the once -o option like ping 2015-04-24 00:42:56 +00:00
pppoectl
raidctl Add the ability to "softroot" mount (i.e. mount root only when the raid 2014-04-03 18:54:10 +00:00
rcorder Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
reboot
resize_ffs if the -p flag is specified, display a progress bar while growing the file-system 2015-04-06 22:44:04 +00:00
resize_lfs missed one 2014-03-23 05:38:14 +00:00
restore Don't truncate at microseconds while preserving timestamps. 2015-03-02 03:17:24 +00:00
rndctl Use <sys/rndio.h> instead of <sys/rnd.h>. 2015-04-13 22:18:50 +00:00
route Fix rump.route shows host's interface names 2015-04-22 03:07:55 +00:00
routed don't use sprintf 2014-03-23 05:36:58 +00:00
savecore
scan_ffs
scsictl src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
setkey
shutdown When the third arg to fwrite() is a size in bytes, then the second arg 2014-03-28 18:27:14 +00:00
slattach
svhlabel
swapctl Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
sysctl remove debugging 2014-11-09 22:50:38 +00:00
ttyflags open the tty with O_RDWR|O_NONBLOCK. it seems valid to ask for 2014-05-04 20:43:30 +00:00
tunefs Bump date for previous. New sentence, new line. Use more markup. 2014-08-09 10:41:05 +00:00
umount
veriexecctl Fix snprintf usage and, while here, don't trundle off the end of an 2014-07-27 04:23:44 +00:00
wdogctl
wsconsctl
Makefile Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8). 2014-09-11 13:10:03 +00:00
Makefile.inc