NetBSD/sbin
mlelstv 2d1e5095e8 add -S option to adjust the superblock for different sector sizes. While
the kernel ignores this information, userland tools rely on it.

This is needed when moving images between devices of different sector size.
2014-08-09 10:33:46 +00:00
..
amrctl don't use sprintf 2014-03-23 05:07:59 +00:00
apmlabel fix unused variable warnings. 2013-10-19 01:09:58 +00:00
atactl Fix typo ("then" instead of "than") 2013-12-09 09:35:16 +00:00
badsect
bioctl Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
brconfig
ccdconfig
cgdconfig
chkconfig
chown In all man pages that say: 2013-12-17 09:54:08 +00:00
clri
devpubd
disklabel Print uint32_t field as such. 2014-07-15 20:18:30 +00:00
dkctl
dkscan_bsdlabel
dmctl fix unused variable warnings. 2013-10-19 01:09:58 +00:00
dmesg
drvctl
dump
dump_lfs
fastboot
fdisk remove debugging. 2014-04-04 16:15:30 +00:00
fsck
fsck_ext2fs Make pointer NULL check non-fatal for a bogus condition. 2014-03-04 21:07:22 +00:00
fsck_ffs Reorg docs, part 3: 2014-07-05 19:23:15 +00:00
fsck_lfs Revert previous; it doesn't work because all the lfs tools 2014-07-13 02:44:21 +00:00
fsck_msdos Another infinite loop fix from OpenBSD from Tobias Stoeckmann: 2014-07-11 14:59:53 +00:00
fsck_v7fs
fsdb Correct usage of clri. 2014-03-03 12:12:18 +00:00
fsirand fix unused variable warnings. 2013-10-19 01:09:58 +00:00
gpt Bump date for previous. 2013-12-19 07:49:50 +00:00
ifconfig Rename link to link_pkw to avoid shadowing the link syscall. 2014-01-19 22:31:13 +00:00
init
iscsictl Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
iscsid mention requirements for custom kernels. 2014-07-06 14:41:24 +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
modload
modstat bump date for previous 2013-10-24 13:00:21 +00:00
modunload
mount Add a reference to secmodel_extensions(9), to make it a little easier to 2013-10-31 07:37:06 +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 put back oldflags and __USE it. 2013-10-19 23:14:27 +00:00
mount_msdos
mount_nfs
mount_nilfs fix unused variable warnings. 2013-10-19 01:09:58 +00:00
mount_ntfs Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
mount_null
mount_overlay
mount_portal fix unused variable warnings. 2013-10-19 01:09:58 +00:00
mount_procfs
mount_ptyfs the bug has been fixed. 2014-04-04 21:19:35 +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 Increase alignement of the global "buf" variable to cover all pointers it 2014-04-26 14:15:08 +00:00
newfs_ext2fs vax specific gcc 4.8.1 hacks 2013-11-09 21:39:27 +00:00
newfs_lfs New sentence, new line. Remove trailing whitespace. 2014-01-04 15:35:10 +00:00
newfs_msdos Fix volume name (Ed Maste) 2014-04-24 23:49:40 +00:00
newfs_sysvbfs don't use sprintf 2014-03-23 05:07:59 +00:00
newfs_udf Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
newfs_v7fs
nologin
ping vax specific gcc 4.8.1 hacks 2013-11-09 21:39:27 +00:00
ping6 avoit type punning 2013-10-19 01:09:16 +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
resize_lfs missed one 2014-03-23 05:38:14 +00:00
restore
rndctl Overwrite the seed file from the beginning, using pwrite(2). 2014-01-15 15:05:27 +00:00
route Remove esis reference 2013-11-05 07:42:48 +00:00
routed don't use sprintf 2014-03-23 05:36:58 +00:00
rtsol
savecore
scan_ffs
scsictl
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 attach tty line discipline by name, not by number. remove unused case value. lgtm christos 2013-10-20 20:17:52 +00:00
svhlabel
swapctl Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
sysctl Get rid of all sysc_init_field uses - initialize fields directly in C99 2014-05-16 12:22:32 +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 add -S option to adjust the superblock for different sector sizes. While 2014-08-09 10:33:46 +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 moved to external 2013-12-25 22:04:52 +00:00
Makefile.inc