NetBSD/sys/net
cgd 651b44e211 Rework the way kernel include files are installed. In the new method,
as with user-land programs, include files are installed by each directory
in the tree that has includes to install.  (This allows more flexibility
as to what gets installed, makes 'partial installs' easier, and gives us
more options as to which machines' includes get installed at any given
time.)  The old SYS_INCLUDES={symlinks,copies} behaviours are _both_
still supported, though at least one bug in the 'symlinks' case is
fixed by this change.  Include files can't be build before installation,
so directories that have includes as targets (e.g. dev/pci) have to move
those targets into a different Makefile.
1998-06-12 23:22:30 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
bpf.c Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT, to get/set 1998-04-30 00:08:19 +00:00
bpf.h Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network) 1998-05-14 00:04:57 +00:00
bpf_filter.c bpf_filter.c: 1997-10-09 18:20:04 +00:00
bpfdesc.h Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT, to get/set 1998-04-30 00:08:19 +00:00
bsd-comp.c
ethertypes.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if.c Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network) 1998-05-14 00:04:57 +00:00
if.h Add an if_drain to the ifnet structure (call when the system is low 1998-05-22 17:47:21 +00:00
if_arc.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if_arcsubr.c Reimplement a test for broadcast addresses advertized, which was left out 1997-10-02 19:41:56 +00:00
if_arp.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if_atm.h Make ATM_LLC_SETTYPE do the rigth thing: swap byte on LE machines, 1998-05-06 10:16:04 +00:00
if_atmsubr.c This comment is not true. 1998-05-06 18:23:34 +00:00
if_dl.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if_ether.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if_ethersubr.c Add IPX bits. 1998-05-04 12:54:22 +00:00
if_fddi.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if_fddisubr.c Squash a typo. 1998-05-01 03:58:55 +00:00
if_hippi.h Sync the symbol used for multiple inclusion protection with the canonical 1998-05-29 13:37:39 +00:00
if_hippisubr.c Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network) 1998-05-14 00:04:57 +00:00
if_llc.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if_loop.c Add IPX bits. 1998-05-04 12:54:22 +00:00
if_media.c
if_media.h Fix tipo 1998-01-30 08:37:41 +00:00
if_ppp.c Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates 1998-05-02 14:34:24 +00:00
if_ppp.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if_pppvar.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if_sl.c Add missing comma. 1998-03-23 13:08:56 +00:00
if_slvar.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
if_strip.c Start the watchdog timer in stripopen(), and make sure it's cancelled in 1997-11-20 08:03:06 +00:00
if_stripvar.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
if_tun.c Add SIOC{ADD|DEL}MULTI ioctl to support (for IFF_MULTICAST). 1997-09-25 13:11:58 +00:00
if_tun.h PR #2736: wrap the softc in #ifdef _KERNEL so userland can include this 1998-03-18 21:21:48 +00:00
if_types.h Add new type number received from IANA. Also, note the new home of 1998-03-01 07:13:41 +00:00
netisr.h Add IPX bits. 1998-05-04 12:54:22 +00:00
pfil.c convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and 1998-03-19 15:45:30 +00:00
pfil.h convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and 1998-03-19 15:45:30 +00:00
ppp-comp.h Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates 1998-05-02 14:34:24 +00:00
ppp-deflate.c Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates 1998-05-02 14:34:24 +00:00
ppp_defs.h Add IPX bits. 1998-05-04 12:54:22 +00:00
ppp_tty.c make sure that the tty layer restarts the ppp layer when there is an error 1997-03-25 22:33:25 +00:00
radix.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
radix.h Sync with Lite2. 1997-04-02 21:17:28 +00:00
raw_cb.c
raw_cb.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
raw_usrreq.c
route.c Add generic route timeout functionality; used by path MTU discovery code 1998-04-29 03:41:49 +00:00
route.h Need <sys/socket.h> to stand alone. 1998-05-02 21:19:03 +00:00
rtsock.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
slcompress.c Update to ppp-2.3b5 1997-05-17 21:11:59 +00:00
slcompress.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
slip.h add multiple inclusion protection (and cleanup). 1998-02-09 17:43:44 +00:00
zlib.c Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates 1998-05-02 14:34:24 +00:00
zlib.h Merge changes from pppd-2.3.4; adds ppp-deflate-draft stuff and updates 1998-05-02 14:34:24 +00:00