NetBSD/sbin
riastradh 5af49f98fe Teach `rndctl -L' to update the seed file, not just delete it.
The seed file is updated by entering the old seed into the system and
then hashing the old seed together with data from /dev/urandom, and
writing it atomically with write-to-temporary/rename-to-permanent.

This way, interruption by crash or power loss does not obliterate
your persistent entropy (unless it causes file system corruption).
2019-12-06 14:43:18 +00:00
..
amrctl
apmlabel
atactl New sentence, new line. 2019-05-31 16:38:27 +00:00
badsect
bioctl Sort SEE ALSO. 2019-05-08 06:10:30 +00:00
brconfig
canconfig
ccdconfig
cgdconfig KNF, 80 column police, a few other tidy ups (use if (ret == 0) rather 2019-04-10 06:11:37 +00:00
chkconfig
chown
clri
devpubd
disklabel introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
dkctl
dkscan_bsdlabel
dmctl
dmesg Delete a redundant (useless) assignment. NFCI. 2019-06-04 11:59:05 +00:00
drvctl Remove superfluous Pp. 2019-08-07 19:08:10 +00:00
dump introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
dump_lfs introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
fastboot
fdisk introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
fsck initialize disc_dict to NULL. 2019-09-28 18:03:18 +00:00
fsck_ext2fs fsck: Stop defining the same variable concurrently in bss and data 2019-08-15 03:10:42 +00:00
fsck_ffs inode.c needs -O0 for vax 2019-10-28 22:52:43 +00:00
fsck_lfs fsck: Stop defining the same variable concurrently in bss and data 2019-08-15 03:10:42 +00:00
fsck_msdos We already incremented cl; fix indexing. Noticed by Xin Li @FreeBSD. 2019-06-04 00:08:00 +00:00
fsck_v7fs
fsdb inode.c needs -O0 for vax 2019-10-28 22:52:43 +00:00
fsirand
gpt Do the 'dkctl makewedges' dance to drop any wedges assoicated the 2019-10-16 19:03:53 +00:00
ifconfig PR/54513 ifconfig exits on newly created carp interfaces 2019-10-01 10:52:53 +00:00
init introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
iscsictl introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
iscsid
ldconfig
luactl
mbrlabel
mknod
modload
modstat Note that the size returned by modctl(2) and displayed by modstat(8) is 2019-12-04 23:35:36 +00:00
modunload
mount
mount_ados
mount_autofs Sort options and SEE ALSO. Improve a sentence. 2019-11-20 21:56:19 +00:00
mount_cd9660
mount_chfs
mount_efs
mount_ext2fs
mount_fdesc
mount_ffs
mount_filecore
mount_hfs
mount_kernfs
mount_lfs
mount_msdos
mount_nfs
mount_nilfs Switch files copyright Reinoud Zandijk from BSD 4 clause to BSD 2 clause. 2019-10-16 21:52:22 +00:00
mount_ntfs
mount_null
mount_overlay
mount_portal PR bin/54222 2019-05-23 11:13:17 +00:00
mount_procfs
mount_ptyfs
mount_puffs
mount_qemufwcfg
mount_sysvbfs
mount_tmpfs
mount_udf Switch files copyright Reinoud Zandijk from BSD 4 clause to BSD 2 clause. 2019-10-16 21:52:22 +00:00
mount_umap Clean up debugging cruft that somehow made it into my previous commit. 2019-08-20 21:18:10 +00:00
mount_union
mount_v7fs
newbtconf
newfs Omit mention of old vnd(4) bug, now resolved. 2019-04-13 19:29:27 +00:00
newfs_ext2fs Omit mention of old vnd(4) bug, now resolved. 2019-04-13 19:29:27 +00:00
newfs_lfs
newfs_msdos When we end up with too few clusters for the requested FAT type after 2019-10-12 09:42:38 +00:00
newfs_sysvbfs
newfs_udf Add rcsid 2019-06-30 11:38:16 +00:00
newfs_v7fs
nologin
nvmectl avoid access uninitialised memory, found by gcc8, patch by agc@. 2019-10-04 09:16:38 +00:00
ping
ping6
pppoectl introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
raidctl introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rcorder
reboot reboot: fix arg order for logwtmpx(3) 2019-08-08 21:14:12 +00:00
resize_ffs wether -> whether 2019-04-21 11:45:08 +00:00
resize_lfs Use getdiskrawname to find the device name. 2019-08-22 20:26:07 +00:00
restore introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
rndctl Teach `rndctl -L' to update the seed file, not just delete it. 2019-12-06 14:43:18 +00:00
route introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
routed introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
savecore elide recently introduced warnings that trigger in normal cases, eg: 2019-11-06 07:29:08 +00:00
scan_ffs
scsictl
setkey
shutdown
slattach
svhlabel
swapctl
sysctl sysctl: Add indirection of symbols to remove clash with sanitizers 2019-08-18 04:10:22 +00:00
ttyflags
tunefs Add missing space in "quotas disabled" output from tunefs -N 2019-04-12 01:14:37 +00:00
umbctl
umount introduce some common variables for use in GCC warning disables: 2019-10-13 07:28:04 +00:00
veriexecctl
wdogctl
wsconsctl
Makefile
Makefile.inc