NetBSD/sbin
thorpej ae36dbe3f7 Turn on TCP_NODELAY on the remote tape socket, from FreeBSD. Here is the
commit message from Bill Fenner:

Turn on TCP_NODELAY on the remote socket, to turn off sender silly window
 syndrome avoidance.  The combination of SWS avoidance and ack-every-other
 causes low throughput if the block size divided by the MSS is odd (which
 is true with the default block size and MSS).
Turning on TCP_NODELAY disables the Nagle algorithm and sender SWS avoidance.
 The rdump request/response protocol can not invoke Nagle and cannot cause
 SWS, so this has no negative effects.

Also, put back the code that sets the TOS to "throughput", which seems to
have been erroneously removed during the Lite-2 merge.
1998-07-30 18:14:00 +00:00
..
badsect fix bad .Xr references 1998-04-29 09:49:10 +00:00
bim macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:39:31 +00:00
ccdconfig - change setgid kmem programs (that lend themselves to this) so setegid(getgid()) 1998-07-06 07:50:18 +00:00
clri Add support for non-native endian FFS. 1998-03-18 16:51:31 +00:00
disklabel Shift column headers into the right position. 1998-07-27 17:19:58 +00:00
dmesg discard privs as soon as possible. 1998-07-05 08:56:54 +00:00
dump Turn on TCP_NODELAY on the remote tape socket, from FreeBSD. Here is the 1998-07-30 18:14:00 +00:00
edlabel Fix off-by-one error when showing the partition range one is able to modify 1997-12-20 21:49:30 +00:00
fastboot fix bad .Xr references 1998-04-29 09:49:10 +00:00
fdisk Use the new NetBSD partition ID for first time setup of an MBR. 1998-02-25 14:19:12 +00:00
fsck Cast pointer diffs to int for use in printf format width specifiers. 1998-07-30 17:41:03 +00:00
fsck_ext2fs __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
fsck_ffs __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
fsck_msdos __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
fsdb sort entries and delete extra periods in SEE also section. 1998-05-22 18:27:50 +00:00
fsirand Implement a new manual page category ``SECURITY CONSIDERATIONS'' 1998-06-08 12:41:41 +00:00
ifconfig - Use .Nm "" instead of .Nm ifconfig in SYNOPSIS. 1997-10-11 02:44:36 +00:00
init fix a typo, pointed out in pr-5785 from Mason Loring Bliss 1998-07-17 23:07:10 +00:00
ldconfig allow LDSTATIC definition to be overridden by bsd.own.mk/mk.conf 1998-03-02 19:42:25 +00:00
mknod Add a `bsdos' format. 1998-01-17 13:04:16 +00:00
modload __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
modunload * cleanup for WARNS=1 1997-09-15 03:55:25 +00:00
mount const poisoning. 1998-07-26 20:02:36 +00:00
mount_ados Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
mount_cd9660 Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
mount_ext2fs const poisoning. 1998-07-26 14:57:56 +00:00
mount_fdesc macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
mount_ffs const poisoning. 1998-07-26 14:57:56 +00:00
mount_kernfs macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
mount_lfs Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
mount_msdos Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
mount_nfs Get protocol type for "pmap_getport()" from variable "nfsproto" instead of 1998-05-14 07:44:09 +00:00
mount_null macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
mount_portal use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
mount_procfs macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
mount_umap macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
mount_union CFLAGS->CPPFLAGS 1997-10-10 19:47:50 +00:00
newfs __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
newfs_msdos sort entries and delete extra periods in SEE also section. 1998-05-22 18:27:50 +00:00
newlfs __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
nologin fix .Nm usage 1997-09-15 07:02:36 +00:00
ping __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
reboot const poisoning. 1998-07-26 20:02:36 +00:00
restore fix a small bug. 1998-07-27 19:19:45 +00:00
rndctl sort entries and delete extra periods in SEE also section. 1998-05-22 18:27:50 +00:00
route __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
routed - use an array MAXHOSTNAMELEN+1 size to hold hostnames 1998-07-06 06:45:41 +00:00
savecore Avoid truncating partition size in freespace calculation 1998-07-23 19:05:59 +00:00
shutdown const poisoning. 1998-07-26 20:18:32 +00:00
slattach add the ability to run SLIP with CLOCAL set, per PR#3586 1998-03-23 04:41:16 +00:00
swapctl const poisoning. 1998-07-26 20:23:15 +00:00
ttyflags fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups 1997-11-24 06:28:50 +00:00
tunefs __AUDIT__ cleanup. 1998-07-28 19:22:54 +00:00
umount Changes to implement "-R" (raw) option to umount, per PR#4030. 1998-04-17 01:19:42 +00:00
Makefile compile rndctl 1997-10-13 03:57:51 +00:00
Makefile.inc pull bsd.own.mk in before LDSTATIC?=-static, so that LDSTATIC can be 1998-03-02 22:03:11 +00:00