freebsd-dev/libexec
Garrett Wollman 9fc5823a7a Speed up ftpd and make it more efficient:
- set TCP_NOPUSH to keep from sending short packets at each write(2) boundary
- set SO_SNDBUF to 64k so we have a reasonable amount of buffer space
- for a regular file in binary mode which is not being restarted and is
. smaller than 16 Meg, use mmap(2) and write(2) the whole file in one big
  gulp

In the most common circumstances, this should dramatically reduce the
system-call load from ftpd, since the call to write() will not return until
the entire file has been written, rather than writing just a few K at a time
in a loop.
1995-05-03 16:58:12 +00:00
..
atrun Add some useful sendmail options 1995-04-12 19:21:43 +00:00
bootpd The servers bootpd & bootpgw live in /usr/libexec not /etc. Correct the 1995-04-12 00:24:48 +00:00
bootpgw
bugfiler
comsat
fingerd
ftpd Speed up ftpd and make it more efficient: 1995-05-03 16:58:12 +00:00
getNAME
getty Fix truncating hostname using MAXHOSTNAMELEN 1995-03-24 05:15:09 +00:00
kpasswdd
lfs_cleanerd
mail.local
makekey Restore the 4.4lite version which apparently was clobbered by a repository 1995-03-18 17:38:43 +00:00
rbootd
rexecd
rlogind
rpc.rstatd
rpc.rusersd
rpc.rwalld
rshd
rtld-aout Sync. up bits with Paul K. Cascade support plus some cosmetic changes. 1995-04-21 04:57:50 +00:00
talkd
telnetd Fix bug: 1995-04-26 22:33:15 +00:00
tftpd
uucpd Fix wtmp logout 1995-03-20 05:58:37 +00:00
xtend Extensive updates to this package. 1995-04-18 01:54:25 +00:00
Makefile
Makefile.inc