freebsd with flexible iflib nic queues
Go to file
David Greenman be24e9e8fa Changed socket code to use 4.4BSD queue macros. This includes removing
the obsolete soqinsque and soqremque functions as well as collapsing
so_q0len and so_qlen into a single queue length of unaccepted connections.
Now the queue of unaccepted & complete connections is checked directly
for queued sockets. The new code should be functionally equivilent to
the old while being substantially faster - especially in cases where
large numbers of connections are often queued for accept (e.g. http).
1996-03-11 15:37:44 +00:00
bin err() --> errx() for non-errno related failures. 1996-03-11 11:01:03 +00:00
eBones Fix typo #ifdef -> .if defined(). 1996-03-11 06:22:50 +00:00
etc Add "ppp 3000/tcp" for Use-level PPP in daemon mode (-auto) 1996-03-08 10:54:00 +00:00
games Correct man page section number references (e.g. don't use the 1996-02-11 23:29:40 +00:00
gnu remove ``whatis'' 1996-03-10 18:59:11 +00:00
include Don't reference ndbm(3) manpage. Everything is covered by db(3). 1996-03-03 09:04:40 +00:00
lib From Lite2: proc and file LIST changes 1996-03-11 05:34:46 +00:00
libexec Update the uucpd makefile to install the man page. 1996-02-18 21:38:13 +00:00
lkm linux_interp now moved into sys/i386/linux/linux_sysvec.c, but still 1996-03-10 22:43:37 +00:00
release Keep explicit newfs parameters, just set them differently. 1996-03-02 20:02:13 +00:00
sbin Only restrict the user from doing something like "mount /mnt /mnt" 1996-03-11 00:22:28 +00:00
secure Fix typo #ifdef -> .if defined(). 1996-03-11 06:22:50 +00:00
share Add Andrew Gordon for his rpc.statd and stub rpc.lockd 1996-03-11 10:59:00 +00:00
sys Changed socket code to use 4.4BSD queue macros. This includes removing 1996-03-11 15:37:44 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Move #include of queue.h before #include of socketvar.h in preparation for 1996-03-11 13:01:12 +00:00
usr.sbin Include queue.h in preparation for struct socket changes. 1996-03-11 13:02:44 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add a hint that a make world is done so people don't think that the last 1996-03-11 14:59:10 +00:00