NetBSD/sbin
lukem 063df7cfb7 various calcipg() fixes:
- fix round-off errors when determining the number of inodes per group,
  which often resulted in the total number of inodes in the file system
  being less than what the density asked for.
  now you might get more inodes than requested for a given density,
  rather than less.
- if the new inodes/group is <= 0, ensure that it's at least 1, preventing
  a possible division by zero or other wacky problems
- use long long instead of quad_t
2001-08-25 01:42:46 +00:00
..
atactl Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
badsect remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() 2001-08-17 02:18:46 +00:00
bim Add arch to Dt, and lots of whitespace fixes. 2001-04-21 14:44:13 +00:00
brconfig Configuration utility for bridge(4) devices. 2001-08-17 21:42:10 +00:00
ccdconfig precede, not preceed. 2001-08-20 12:00:46 +00:00
chkconfig Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
clri remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() 2001-08-17 02:18:46 +00:00
disklabel Fix big-endian vs. MBR parameters. 2001-06-15 18:49:37 +00:00
dmesg Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
dump remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() 2001-08-17 02:18:46 +00:00
dump_lfs Merge the short-lived perseant-lfsv2 branch into the trunk. 2001-07-13 20:30:18 +00:00
edlabel Enable edlabel on sun2, too. 2001-06-13 18:09:15 +00:00
fastboot Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
fdisk Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
fsck - Don't attempt to fsck a file system that is mounted read-write unless -f 2001-06-18 06:28:59 +00:00
fsck_ext2fs Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
fsck_ffs precede, not preceed. 2001-08-20 12:00:46 +00:00
fsck_lfs getopt() returns -1 on error, not EOF. 2001-08-18 17:10:04 +00:00
fsck_msdos Various typos in comments (neccessary, sceme, choise, ...). 2001-07-26 15:05:07 +00:00
fsdb Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
fsirand - add -F - manipulate a file system image in a regular file (instead of 2001-08-19 14:59:39 +00:00
ifconfig snprintf return value audit. from deraadt 2001-08-19 01:27:43 +00:00
init complete conversion to ANSI C 2001-06-18 01:38:05 +00:00
ldconfig Make and install ldconfig on ELF m68k ports. 2001-03-21 14:54:39 +00:00
lmcctl correct LMC1000 product name (is SSI/V.35, not T1/E1). 2001-07-19 00:28:50 +00:00
mbrlabel Use getrawpartition(). 2001-08-20 08:21:09 +00:00
mknod Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
modload Use ELFSIZE 64 for x86-64. 2001-06-19 00:40:57 +00:00
modunload Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_ados Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_cd9660 Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_ext2fs Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_fdesc Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_ffs Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_filecore Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_kernfs Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_lfs Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_msdos Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_nfs Remove BUGS section, which only referred to performance tuning. 2001-05-02 12:18:45 +00:00
mount_ntfs
mount_null Typos and grammar fixes (last part of misc/13133 by Michael K. Sanders) 2001-06-07 13:58:23 +00:00
mount_overlay Typos and grammar fixes (last part of misc/13133 by Michael K. Sanders) 2001-06-07 13:58:23 +00:00
mount_portal Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_procfs Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_umap Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
mount_union Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
newbtconf precede, not preceed. 2001-08-20 12:00:46 +00:00
newfs various calcipg() fixes: 2001-08-25 01:42:46 +00:00
newfs_lfs Fix printf format on LP64. 2001-07-13 21:09:55 +00:00
newfs_msdos
nologin Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
ping Update Dd to rev 1.31 (ipsec changes) 2001-06-25 01:12:53 +00:00
ping6 use bind(2) to support -S. snprintf return value audit from deraadt 2001-08-19 01:21:42 +00:00
raidctl * add -G, which lists the configuration of the given raid set in the 2001-07-10 01:30:52 +00:00
rcorder
reboot expand -n documentation; from sunos. 2001-06-20 02:07:02 +00:00
restore heirarchy -> hierarchy 2001-08-24 10:24:45 +00:00
rndctl Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
route off-by-one error in -prefixlen arg validation (do not permit 129 on IPv6) 2001-07-20 08:31:55 +00:00
routed Drop argument of .Os. 2001-06-05 11:24:51 +00:00
rtsol Need rtsock.c 2001-07-09 20:04:32 +00:00
savecore Document more explicitly that the kernel must be `secure' according to 2001-08-20 14:23:59 +00:00
scsictl Fix a typo, and capitalize SCSI in one place. 2001-07-18 23:16:20 +00:00
setkey we have never supported lzs. sync with kame 2001-08-16 06:39:09 +00:00
shutdown
slattach Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
swapctl Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
sysctl Remove duplicate listing of "net.inet.tcp.init_win" system variable as 2001-08-20 10:31:46 +00:00
ttyflags Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
tunefs - add -F; indicates "special" is a file system image in a regular file 2001-08-19 09:39:24 +00:00
umount Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
wdogctl Drop arguments of .Os. 2001-06-05 11:22:41 +00:00
wsconsctl
Makefile Descend into brconfig/ 2001-08-17 21:43:55 +00:00
Makefile.inc