freebsd-skq/sbin
phk f3be06362e Change the defaults for newfs to disregard the geometry in the disklabel.
We pretend we have one head with two megabyte worth of sectors per cylinder.

The code try to access another head in what it belives to the same
physical cylinder, because it belives that it would be faster than
waiting for the next free sector under this head to come around.

Most modern drives doesn't have a "classical" geometry, and thus
we end up fooling ourselves doing the above optimization.  With this
change we will fill a cylinder sequentially if we can, and thus get
much more mileage from the track-buffer/cache built into the drives.

As a result a lot of seeks to the next or previous track should be
avoided by this.

(My disk is a lot less noisy actually...)

You can still get the old behaviour, by specifying zero for the
numbers.

This will also solve the problem with newfs barfing at really big
drives.

Obtained from:	adult advice from Kirk.
1995-02-05 08:42:31 +00:00
..
adjkerntz Use timelocal() instead of mktime() hack 1994-12-26 10:43:48 +00:00
badsect Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
bsdlabel Allow for the specification of bsize, fsize, and bps (blocks per segment) 1995-01-04 23:49:51 +00:00
clri Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
comcontrol Remove excessive argc checking. It was impossible to set `dtrwait' and 1995-01-10 01:42:24 +00:00
cxconfig Cronyx/Sigma sync/async serial driver with PPP support 1994-12-02 23:23:01 +00:00
disklabel Allow for the specification of bsize, fsize, and bps (blocks per segment) 1995-01-04 23:49:51 +00:00
dmesg Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
dset Use the correct include path if there's an obj directory. 1995-01-24 06:10:48 +00:00
dump Add pointer to the `ft' command. 1995-01-26 00:32:58 +00:00
dumpfs Corrected message when no rotational position table is found. 1994-10-01 16:53:53 +00:00
dumplfs fix another BLODDY ABSOLUTE .PATH !!!! :-< 1994-11-20 22:28:09 +00:00
fastboot Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
fdisk Recognise Linux filesystems. 1995-01-14 02:26:07 +00:00
fsck Woops, last patch was by Wolfgang Solfrank. 1994-09-09 11:16:03 +00:00
fsck_ffs Woops, last patch was by Wolfgang Solfrank. 1994-09-09 11:16:03 +00:00
fsck_ifs Woops, last patch was by Wolfgang Solfrank. 1994-09-09 11:16:03 +00:00
ft Update this to the latest version from Steve Gerakines. This is an easy 1994-06-22 04:49:04 +00:00
i386 Recognise Linux filesystems. 1995-01-14 02:26:07 +00:00
ifconfig Tweak the man page too. 1994-12-30 22:51:33 +00:00
init Add better argument handling 1995-01-10 21:19:57 +00:00
ip_mroute_mod Makefile to generate the ip_mroute_mod.o LKM. After talking this over 1994-09-14 22:11:51 +00:00
ipfw Utility changes following the facility. 1995-01-12 13:01:21 +00:00
ldconfig Make ldconfig and ld.so not hashing the shared lib minor number. This 1995-01-12 19:12:29 +00:00
md5 Changed a sum(1) to a cksum(1). 1994-12-11 23:29:20 +00:00
mknod Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
modload Make modload more informative about errors encountered while running 1995-01-23 04:08:00 +00:00
modunload Killed explicit OS specification. 1994-08-19 13:40:41 +00:00
mount Document the requirements of dynamic loading on mounting order. Cross-ref 1995-01-22 22:54:56 +00:00
mount_cd9660 Removed the comment about missing support for the original "High 1995-01-16 17:05:44 +00:00
mount_fdesc Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_ifs Document the requirements of dynamic loading on mounting order. Cross-ref 1995-01-22 22:54:56 +00:00
mount_kernfs Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_lfs Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_msdos Fix another path that was broken by moving things to sbin/i386. 1994-12-04 08:01:24 +00:00
mount_msdosfs Fix another path that was broken by moving things to sbin/i386. 1994-12-04 08:01:24 +00:00
mount_nfs Add support for kerberised NQNFS. 1995-01-30 19:18:11 +00:00
mount_null This time: an absolute -I :-< 1994-11-20 22:41:03 +00:00
mount_nullfs This time: an absolute -I :-< 1994-11-20 22:41:03 +00:00
mount_portal And another absolute path -I :-< 1994-11-20 22:42:16 +00:00
mount_portalfs And another absolute path -I :-< 1994-11-20 22:42:16 +00:00
mount_procfs Add support for filesystem-specific `-o' options, and re-implement the 1994-11-01 23:51:53 +00:00
mount_umap Whoops. 1994-11-20 22:46:14 +00:00
mount_umapfs Whoops. 1994-11-20 22:46:14 +00:00
mount_union Guess what 1994-11-20 22:47:52 +00:00
mount_unionfs Guess what 1994-11-20 22:47:52 +00:00
mountd Change obnoxious ``Not root dir'' error message into one which actually 1994-12-02 02:58:56 +00:00
newfs Change the defaults for newfs to disregard the geometry in the disklabel. 1995-02-05 08:42:31 +00:00
newlfs Honor the values for bsize, fsize and bps from the disklabel. 1995-01-04 23:50:30 +00:00
nfsd Add support for kerberised NQNFS. 1995-01-30 18:56:06 +00:00
nfsiod Automatically load NFS and a bevy of other filesystems. 1994-09-22 22:17:02 +00:00
nologin Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
ping In past releases of FreeBSD, I have used the exit status of "ping" to 1994-11-29 16:09:56 +00:00
quotacheck Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
rdisc Router Discovery from Sun Microsystems 1994-09-30 21:16:09 +00:00
reboot Install aliases "fasthalt" and "fastboot" for halt and boot respectively. 1994-08-21 05:48:34 +00:00
restore Add a reference to ft(8). 1995-01-26 00:34:56 +00:00
route Missing 'break' after setting interface route flag was causing interface 1994-09-15 08:35:37 +00:00
savecore The -N option takes one argument, hence the getopt control string 1995-01-02 12:08:06 +00:00
scsi Fix verbose printout of "" name 1995-01-26 23:40:40 +00:00
scsiformat BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
shutdown Submitted by: M.C. Wong 1994-11-27 23:52:13 +00:00
slattach Check exit code of the dialer, from asa@gw.cronyx.msk.su 1994-11-14 20:17:36 +00:00
startslip Joe Greco <jgreco@brasil.moneng.mei.com>'s enhancements to startslip. 1994-12-04 12:26:01 +00:00
swapon Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
sysctl Remove machdep.color_display 1994-10-18 03:41:16 +00:00
sysinstall Bump the date to February 2nd. 1995-02-02 08:32:11 +00:00
tunefs Convert to our man installation style. Also fixed long-standing bug 1994-08-05 02:42:42 +00:00
umount From njw@cs.city.ac.uk (Nick Williams): 1994-11-04 17:51:37 +00:00
DISCLAIMER Router discovery code - Courtesy Sun Microsystems 1994-09-30 20:47:35 +00:00
Makefile I have taken sysinstall out of the normal SUBDIR rule. There are too 1995-01-31 19:41:08 +00:00
Makefile.inc Don't build /sbin shared. 1994-05-28 03:56:49 +00:00