NetBSD/sbin
lukem d20692fdf5 Under no circumstances try to zap an existing superblock at sector 0.
There's no reasonable situation where there will be one there, except if the
disk had data on it previously for some reason.  It's significantly more
likely (read "the world until UFS2 was merged") that sector 0(..15)
contains really important stuff like boot blocks and disk labels.

Once again, I ask, why wasn't UFS2 implemented as a separate file
system a la lfs & ext2fs ?
It could have shared a chunk of the kernel code (just like those),
and had different userland tools and a different fs_type.
2003-10-29 08:14:13 +00:00
..
atactl Fix various uses of NULL that should have been 0. 2003-10-21 02:30:03 +00:00
badsect
bim
brconfig
ccdconfig Support CCDF_NOLABEL. Document what CCDF_UNIFORM actually does. 2003-10-17 05:23:56 +00:00
cgdconfig
chkconfig
clri
disklabel Handle partition offset and size as unsigned entities. 2003-10-20 13:20:20 +00:00
dkctl
dmesg
dump
dump_lfs
edlabel
fastboot
fdisk unconditionally #define DEFAULT_BOOTDIR. should fix non-x86 builds 2003-10-11 04:50:49 +00:00
fsck Add a -q (quiet) option to print nothing for clean filesystems. 2003-10-20 12:04:38 +00:00
fsck_ext2fs Add a -q (quiet) option to print nothing for clean filesystems. 2003-10-20 12:04:38 +00:00
fsck_ffs Add a -q (quiet) option to print nothing for clean filesystems. 2003-10-20 12:04:38 +00:00
fsck_lfs Add a -q (quiet) option to print nothing for clean filesystems. 2003-10-20 12:04:38 +00:00
fsck_msdos Add a -q (quiet) option to print nothing for clean filesystems. 2003-10-20 12:04:38 +00:00
fsdb
fsirand
ifconfig Add 'mode' option to change PHY media for 802.11 devices. Also, 2003-10-13 08:27:35 +00:00
init Bump date for previous; new sentence, new line; use more macros; fix a typo. 2003-10-12 07:21:57 +00:00
ldconfig
lmcctl
mbrlabel Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
mknod Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
modload Don't compare an integer to NULL. 2003-10-21 02:31:08 +00:00
modunload
mount
mount_ados
mount_cd9660
mount_ext2fs
mount_fdesc
mount_ffs
mount_filecore
mount_kernfs
mount_lfs
mount_msdos
mount_nfs
mount_ntfs
mount_null
mount_overlay
mount_portal
mount_procfs
mount_smbfs
mount_umap
mount_union
newbtconf
newfs Under no circumstances try to zap an existing superblock at sector 0. 2003-10-29 08:14:13 +00:00
newfs_lfs - don't try to write alt super blocks beyond the end of the partition. 2003-10-09 14:28:34 +00:00
newfs_msdos add some more detail to an error message 2003-10-08 03:56:21 +00:00
nologin
pdisk
ping
ping6
pppoectl Bump date for previous. 2003-10-02 07:07:48 +00:00
raidctl Don't compare argc to NULL. 2003-10-21 02:31:43 +00:00
rcorder Move Matt Green's code from a 4-clause to a 3-clause licence by removing 2003-10-13 14:22:20 +00:00
reboot
resize_ffs
restore Don't use NULL as a case value. 2003-10-21 02:34:45 +00:00
rndctl
route Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
routed
rtsol
savecore
scsictl
setkey aes-xcbc-mac is now an RFC. bump date. 2003-10-21 07:20:11 +00:00
shutdown
slattach
swapctl The 3rd argument to swapctl() is an int, don't pass NULL in it. 2003-10-21 02:32:54 +00:00
sysctl Slight option ordering change. 2003-10-15 19:58:24 +00:00
ttyflags
tunefs
umount
veriexecctl
vinum Don't initialize an int to NULL. 2003-10-21 02:33:34 +00:00
wdogctl
wsconsctl Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
Makefile Hook Vinum into build. 2003-10-10 06:10:53 +00:00
Makefile.inc