freebsd-nq/sys/net
Garrett Wollman 2c37256e5a Modify the kernel to use the new pr_usrreqs interface rather than the old
pr_usrreq mechanism which was poorly designed and error-prone.  This
commit renames pr_usrreq to pr_ousrreq so that old code which depended on it
would break in an obvious manner.  This commit also implements the new
interface for TCP, although the old function is left as an example
(#ifdef'ed out).  This commit ALSO fixes a longstanding bug in the
TCP timer processing (introduced by davidg on 1995/04/12) which caused
timer processing on a TCB to always stop after a single timer had
expired (because it misinterpreted the return value from tcp_usrreq()
to indicate that the TCB had been deleted).  Finally, some code
related to polling has been deleted from if.c because it is not
relevant t -current and doesn't look at all like my current code.
1996-07-11 16:32:50 +00:00
..
bpf_compat.h
bpf_filter.c
bpf.c
bpf.h
bpfdesc.h
bsd_comp.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
fddi.h
if_arp.h
if_disc.c
if_dl.h
if_ethersubr.c Submitted by: archie@whistle.com 1996-06-19 01:50:10 +00:00
if_fddisubr.c
if_llc.h
if_loop.c Set IFF_RUNNING on the loopback interface. 1996-06-19 16:24:10 +00:00
if_ppp.c Since the updates to ifnet.if_lastchange are so rare (relatively 1996-06-12 19:24:03 +00:00
if_ppp.h
if_pppvar.h
if_sl.c Remove another extraneous setting of if_lastchange 1996-06-24 21:56:39 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c Add $Id$ 1996-06-10 23:17:45 +00:00
if_tun.c Remove an un-necessary call to microtime() to set if_lastchange 1996-06-23 00:51:05 +00:00
if_tun.h
if_types.h
if.c Modify the kernel to use the new pr_usrreqs interface rather than the old 1996-07-11 16:32:50 +00:00
if.h
netisr.h
ppp_comp.h
ppp_defs.h
ppp_tty.c The Great PC98 Merge. 1996-06-14 11:02:28 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c Disallow host routes that point to themselves. These routes serve no 1996-07-10 01:34:36 +00:00
route.h
rtsock.c Disallow host routes that point to themselves. These routes serve no 1996-07-10 01:34:36 +00:00
slcompress.c
slcompress.h
slip.h