freebsd-dev/sys/net
Garrett Wollman 7c399a896a Delete the if_private[] array in struct ifnet; this turned out to be
of limited utility.  In their place, add bunch of pointers
which will eventually be needed by the polled-interrupt scheme we're working
here.  (It will probably be a while before the code is written and
committed here.)  At the same time, a `void *if_softc' field
was added to the beginning of the structure to make certain driver
writers happier.

The practical upshot of all this is that you need to
recompile utilities such as netstat which manipulate struct ifnet.
1996-01-26 22:09:54 +00:00
..
bpf_compat.h
bpf_filter.c Completed function declarations and/or added prototypes. 1995-12-02 19:38:06 +00:00
bpf.c Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
bpf.h Moved prototypes for devswitch functions from conf.c and driver sources 1995-11-04 13:25:33 +00:00
bpfdesc.h Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
bsd_comp.c Remove the old pppcompress files (btw: these look net-2 derived) 1995-10-31 20:51:24 +00:00
fddi.h The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
if_arp.h
if_disc.c Added a prototype. 1995-12-03 19:08:55 +00:00
if_dl.h
if_ethersubr.c Use new printf features rather than local kludges. 1996-01-24 21:12:23 +00:00
if_fddisubr.c Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
if_llc.h
if_loop.c Staticize, clean lint. 1995-12-09 20:47:15 +00:00
if_ppp.c Use new printf features rather than local kludges. 1996-01-24 21:12:23 +00:00
if_ppp.h Merge/update ppp-2.2 kernel parts onto mainline. 1995-10-31 20:24:14 +00:00
if_pppvar.h Merge/update ppp-2.2 kernel parts onto mainline. 1995-10-31 20:24:14 +00:00
if_sl.c Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
if_slvar.h Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
if_sppp.h Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
if_spppsubr.c Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
if_tun.c Make FIONREAD return the actual that a read() would return, not just the 1995-12-11 13:24:58 +00:00
if_tun.h
if_types.h
if.c Use new printf features rather than local kludges. 1996-01-24 21:12:23 +00:00
if.h Delete the if_private[] array in struct ifnet; this turned out to be 1996-01-26 22:09:54 +00:00
netisr.h Add a simplistic netisr register routine - I need this now for ppp-2.2. 1995-10-31 19:07:53 +00:00
ppp_comp.h Merge/update ppp-2.2 kernel parts onto mainline. 1995-10-31 20:24:14 +00:00
ppp_defs.h Merge/update ppp-2.2 kernel parts onto mainline. 1995-10-31 20:24:14 +00:00
ppp_tty.c Use new printf features rather than local kludges. 1996-01-24 21:12:23 +00:00
radix.c Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
radix.h Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
raw_cb.c Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
raw_cb.h Uniformized pr_ctlinput protosw functions. The third arg is now `void 1995-12-16 02:14:44 +00:00
raw_usrreq.c Uniformized pr_ctlinput protosw functions. The third arg is now `void 1995-12-16 02:14:44 +00:00
route.c Fix memory leak in case of adding a host route on top of another one. 1996-01-24 20:27:19 +00:00
route.h Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
rtsock.c All net.* sysctl converted now. 1995-11-16 19:00:27 +00:00
slcompress.c slcompress: split one of the functions into two parts, to allow use by both 1995-10-31 19:22:32 +00:00
slcompress.h Fixed a comment. 1995-11-18 13:07:51 +00:00
slip.h