HardenedBSD/sbin
Kyle Evans 515fa27bb0 bectl(8): Address Coverity complaints
CID 1400451: case 0 is missing a break/return and falling through to the
default case.  waitpid(0, ...) makes little sense in the child, we likely
wanted to terminate immediately.

CID 1400453: size argument uses sizeof(char **) instead of sizeof(char *)
and is assigned to a char **; sizeof's match but "this isn't a portable
assumption".

CID:	1400451, 1400453
MFC after:	3 days
2019-05-28 16:12:16 +00:00
..
adjkerntz
bectl bectl(8): Address Coverity complaints 2019-05-28 16:12:16 +00:00
bsdlabel
camcontrol Add ATA power mode support to camcontrol 2019-04-23 07:46:38 +00:00
ccdconfig
clri
comcontrol
conscontrol
ddb
decryptcore EKCD: Add Chacha20 encryption mode 2019-05-23 20:12:24 +00:00
devd Introduce new event SIZECHANGE within GEOM system to inform about GEOM 2019-03-30 07:24:34 +00:00
devfs
devmatch
dhclient
dmesg
dump
dumpfs
dumpon EKCD: Add Chacha20 encryption mode 2019-05-23 20:12:24 +00:00
etherswitchcfg
fdisk Add DragonFly's partition number to fdisk(8) and diskmbr.h 2019-05-18 00:22:28 +00:00
ffsinfo
fsck explain ``fsck -f'' more in detail 2019-03-08 10:03:16 +00:00
fsck_ffs This revision began as a simple change to eliminate an uninitialized warning 2019-05-21 22:24:38 +00:00
fsck_msdosfs Don't cast result from malloc(). 2019-04-15 06:33:05 +00:00
fsdb
fsirand
gbde
geom
ggate
growfs
gvinum
hastctl
hastd Drop "All rights reserved" from my copyright statements. 2019-03-06 22:11:45 +00:00
ifconfig Change ed(4), ep(4), and fxp(4) examples to em(4). 2019-05-18 21:01:36 +00:00
init init: pedantic correction to "can't exec" script warning 2019-03-26 19:38:25 +00:00
ipf
ipfw Remove unused token that was added in r348235. 2019-05-27 06:34:36 +00:00
iscontrol
kldconfig
kldload
kldstat
kldunload
ldconfig
md5 Close filedescriptors when done with them. 2019-04-19 06:49:46 +00:00
mdconfig
mdmfs
mknod
mksnap_ffs
mount Exercise some care before sending SIGHUP to mountd. 2019-04-08 18:16:49 +00:00
mount_cd9660
mount_fusefs Rename fuse(4) to fusefs(4) 2019-03-20 21:48:43 +00:00
mount_msdosfs
mount_nfs
mount_nullfs
mount_udf
mount_unionfs
nandfs
natd
newfs
newfs_msdos
newfs_nandfs
nfsiod
nos-tun
nvmecontrol Better formatting for the logpage section 2019-05-17 18:15:47 +00:00
pfctl pfctl: Fix ifgroup check 2019-04-19 10:52:54 +00:00
pfilctl
pflogd
ping
ping6
quotacheck
rcorder
reboot Update the manpage text to show the output generated by the first-stage 2019-04-30 17:42:05 +00:00
recoverdisk
resolvconf
restore
route
routed
rtsol
savecore cap_fileargs: chase r346315, update fileargs_init in consumers 2019-04-17 16:18:14 +00:00
sconfig
setkey
shutdown
spppcontrol
sunlabel
swapon
sysctl
tests
tunefs The size of the UFS soft-updates journal must be a multiple of the 2019-03-02 21:22:56 +00:00
umount
veriexec
zfsbootcfg
Makefile
Makefile.amd64
Makefile.arm
Makefile.i386
Makefile.inc
Makefile.mips
Makefile.powerpc64
Makefile.sparc64