NetBSD/usr.sbin
thorpej 723fb3cccc Add support for specifying the send and receive socket buffer sizes. This
is especially useful for TCP servers which must specify the receive
socket buffer size before the connection is made so that the connection's
window scale factor can be properly advertised.

Example /etc/inetd.conf configuration line:

shell stream tcp,rcvbuf=1m nowait root /usr/libexec/rshd rshd

That line will cause the rshd to advertise a 1 megabyte window, which could
improve the performance of an rcp in some situations.
1998-05-01 01:57:26 +00:00
..
ac Need <time.h> for strftime(), localtime() and time() prototypes. 1998-04-02 11:54:03 +00:00
accton use err() 1997-10-18 07:26:45 +00:00
amd mk-amd-map severe breakage fixes as pointed out by noud@knot.nl: 1998-04-23 11:51:07 +00:00
apm Change return type of main to int. 1998-03-31 02:36:13 +00:00
apmd enable WARNS=1 by default, but disable in unclean 3rd party code 1997-10-18 06:42:25 +00:00
arp add a verbose (-v) flag for when adding/deleting arp entries. 1998-02-10 03:45:05 +00:00
bad144 Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
bootp Need <time.h> for ctime() prototype. 1998-04-02 11:55:52 +00:00
catman while catman doesn't `work' properly yet, use snprintf() when creating the 1997-10-24 01:31:35 +00:00
chown Update a comment: neither does POSIX define the `-h' option, nor does it 1997-12-21 18:34:30 +00:00
chroot WARNSify 1997-10-18 04:06:28 +00:00
chrtbl change includes to fix compiler warning 1998-02-03 04:39:14 +00:00
config Make the yacc rules work on 1.3 as well as -current without updating the 1998-04-16 18:47:05 +00:00
cron Include <time.h> unconditionally, as there always dependencies on its 1998-04-01 20:59:08 +00:00
dbsym Fill in missing (default) mmap(2) flags. 1998-02-20 09:27:18 +00:00
dev_mkdb deprecate register, use memset/memmove instead of bzero/bcopy 1997-10-18 08:18:00 +00:00
dhcp allow LDSTATIC definition to be overridden by bsd.own.mk/mk.conf 1998-03-04 01:38:57 +00:00
diskpart WARNSify 1997-10-17 00:16:55 +00:00
dumpfs Add support for non-native byteorder FFS. 1998-03-18 17:19:14 +00:00
dumplfs Fix printf formats on Alpha: cast quads to long long for printing w/ 1998-03-03 07:35:50 +00:00
edquota remove unused extern. 1998-03-30 03:33:05 +00:00
eeprom .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, 1998-04-09 00:32:31 +00:00
grfconfig Fix the case problem of the flags field and a problem with a # in the 1997-11-20 10:35:15 +00:00
grfinfo getopt returns -1 not EOF 1997-11-01 06:49:14 +00:00
gspa .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, 1998-04-09 00:32:31 +00:00
hilinfo use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
inetd Add support for specifying the send and receive socket buffer sizes. This 1998-05-01 01:57:26 +00:00
iostat use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
ipf .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, 1998-04-09 00:32:31 +00:00
iteconfig use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
kgmon getopt returns -1 not EOF 1997-11-01 06:49:14 +00:00
kvm_mkdb macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
lastlogin macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
lpr Change occurrences of "UNIX" to .Ux or .At as appropriate. 1998-04-28 06:00:51 +00:00
map-mbone use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
mdconfig eliminate invalid options from SYNOPSIS; from Johan Danielsson in PR 4570 1997-12-02 08:21:45 +00:00
mdsetimage WARNSify 1997-10-17 10:28:39 +00:00
mopd lint 1998-02-07 00:03:19 +00:00
mountd Principally, change foo(N) to .Xr foo N 1998-04-28 04:07:04 +00:00
mrinfo use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
mrouted .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, 1998-04-09 00:32:31 +00:00
mtrace use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
mtree use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
named oops, finish previous. 1998-04-07 14:05:07 +00:00
netgroup_mkdb don't ignore blank lines after a continuation backslash 1997-11-06 00:27:58 +00:00
nfsd macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
nfsiod macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
pkg_install In isdir() function, use lstat(2) instead of stat(2), so that we do 1998-04-23 10:40:04 +00:00
portmap minor knf 1998-02-10 07:04:21 +00:00
pppd Enable CHAPMS and MSLANMAN. Make them compile. I don't have access to a test 1997-11-19 11:59:58 +00:00
pstat Display the TS_DIALOUT flag. 1998-03-29 12:24:44 +00:00
pwd_mkdb fix my boo-boo documented by PR#5293 1998-04-14 20:20:16 +00:00
quot Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
quotacheck add missing "${.CURDIR}/" 1998-03-20 07:43:22 +00:00
quotaon change includes to fix compiler warning 1998-02-03 04:55:59 +00:00
rarpd support /var/run/rarpd.pid 1998-04-23 02:48:33 +00:00
rbootd Use S_IS*(), not S_IF*. 1997-10-19 19:40:21 +00:00
rdate use memset instead of bzero 1997-10-18 11:23:19 +00:00
repquota initialize "cp" in hasquota() to avoid gcc/sparc compiler error: 1997-10-23 04:53:03 +00:00
rmt WARNSify 1997-10-17 13:02:01 +00:00
rpc.bootparamd revert; we can't break the existing ABI and API 1998-02-12 03:32:51 +00:00
rpc.lockd macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
rpc.pcnfsd (8C) -> (8) 1998-03-18 06:42:32 +00:00
rpc.statd use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
rpc.yppasswdd use .Tn YP 1997-11-18 06:52:15 +00:00
rwhod deprecate register, use warn/err 1997-10-18 11:37:10 +00:00
sa macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
screenblank use memset instead of bzero 1997-10-18 11:37:45 +00:00
sendmail Sendmail configuration for zhadum.netbsd.org. 1998-02-08 06:57:00 +00:00
sliplogin Check length of given user name to (slip)login. Fixed the exploit in 1998-01-12 08:59:56 +00:00
slstats deprecate register, s/bcopy/memmove 1997-10-18 11:38:26 +00:00
spray WARNSify 1997-10-17 13:36:36 +00:00
sup remove some register 1998-03-30 02:29:14 +00:00
sysctl Note the existence of net.inet.ip.mtudisctimeout. 1998-04-30 21:46:00 +00:00
syslogd Change occurrences of "UNIX" to .Ux or .At as appropriate. 1998-04-28 06:00:51 +00:00
tcpdchk Remove WARNS=0 1998-03-05 18:03:35 +00:00
tcpdmatch WARNSify 1998-03-05 18:23:31 +00:00
tcpdump Determine endian-ness and define WORDS_BIGENDIAN if appropriate. 1998-02-01 13:48:08 +00:00
timed RCS Id Police. 1998-01-09 08:03:16 +00:00
traceroute Much cleaner fix for alignment error bug. 1997-11-03 21:17:17 +00:00
trpt enable WARNS=1 by default, but disable in unclean 3rd party code 1997-10-18 06:42:25 +00:00
trsp enable WARNS=1 by default, but disable in unclean 3rd party code 1997-10-18 06:42:25 +00:00
update WARNSify 1997-10-17 13:59:34 +00:00
videomode use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
vipw add documentation of /etc/ptmp and vipw failure modes per PR#5340 1998-04-27 21:10:25 +00:00
vnconfig WARNSify 1997-10-18 03:54:00 +00:00
xntp Restore lost line breaks before .Nm. (David Brownlee PR# 5343) 1998-04-22 06:24:55 +00:00
ypbind revert; we can't break the existing ABI and API 1998-02-12 03:32:51 +00:00
yppoll use .Tn YP instead of YP 1998-01-23 13:38:24 +00:00
ypserv Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z] 1998-04-28 07:19:28 +00:00
ypset use .Tn YP instead of YP 1998-01-23 13:38:24 +00:00
zdump
zic
Makefile replace bootp{d,ef,gw,test} with bootp 1998-03-15 01:16:32 +00:00
Makefile.inc enable WARNS=1 by default, but disable in unclean 3rd party code 1997-10-18 06:42:25 +00:00