.. |
agr
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
bpf_filter.c
|
Oops, the previous revision had a wrong pre-processor #if clause.
|
2005-12-05 22:38:40 +00:00 |
bpf.c
|
Use ANSI function declarations everywhere and a consistent indentation on
|
2005-09-05 18:32:24 +00:00 |
bpf.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
bpfdesc.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
bridgestp.c
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
bsd-comp.c
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 16:26:28 +00:00 |
dlt.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
ethertypes.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
files.pf
|
-Wno-shadow for some pf files.
|
2005-06-01 14:15:46 +00:00 |
if_arc.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_arcsubr.c
|
Fix -Wcast-qual warning.
|
2005-06-05 22:31:40 +00:00 |
if_arp.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_atm.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_atmsubr.c
|
factor out the interface queueing code into two functions. One used by
|
2005-03-31 15:48:13 +00:00 |
if_bridge.c
|
Fix this properly by renaming the conflicting variables.
|
2005-06-01 19:45:34 +00:00 |
if_bridgevar.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_dl.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_eco.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_ecosubr.c
|
- introduce M_MOVE_PKTHDR and use it where appropriate.
|
2005-08-18 00:30:58 +00:00 |
if_ether.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_ethersubr.c
|
As ether_input() is always called at IPL_NET, there is no need to
|
2005-06-10 11:11:38 +00:00 |
if_faith.c
|
Change ifc_destroy to return an int instead of void, so that it
|
2004-12-04 18:31:43 +00:00 |
if_faith.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_fddi.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_fddisubr.c
|
bcopy -> memcpy
|
2005-05-30 04:17:59 +00:00 |
if_gif.c
|
Since we decided "const struct mbuf *" would not do the right thing (tm),
|
2005-06-06 06:06:50 +00:00 |
if_gif.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_gre.c
|
PR/30285: Mile Nordin: incorrect permission check joining/leaving multicast
|
2005-05-20 16:23:05 +00:00 |
if_gre.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_hippi.h
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
if_hippisubr.c
|
bcopy -> memcpy
|
2005-05-30 04:17:59 +00:00 |
if_ieee1394.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_ieee1394subr.c
|
Using DLT_APPLE_IP_OVER_IEEE1394.
|
2005-08-06 14:09:54 +00:00 |
if_llc.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_loop.c
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
if_media.c
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
if_media.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_ppp.c
|
Overhaul how TTY line disciplines are handled:
|
2005-11-27 05:35:52 +00:00 |
if_ppp.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_pppoe.c
|
Fix bogus uninitialized variable warning ifdef PPPOE_SERVER.
|
2005-08-31 00:00:26 +00:00 |
if_pppoe.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_pppvar.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_sl.c
|
Overhaul how TTY line disciplines are handled:
|
2005-11-27 05:35:52 +00:00 |
if_slvar.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_sppp.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_spppsubr.c
|
- sprinkle const
|
2005-05-29 21:22:52 +00:00 |
if_spppvar.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_stf.c
|
Change the first argument of the encapsulation check function from
|
2005-06-02 15:21:35 +00:00 |
if_stf.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_strip.c
|
Overhaul how TTY line disciplines are handled:
|
2005-11-27 05:35:52 +00:00 |
if_stripvar.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_tap.c
|
Change the rest of the sysctl subsystem to use const consistently.
|
2005-06-20 02:49:18 +00:00 |
if_tap.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_token.h
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
if_tokensubr.c
|
bcopy -> memcpy
|
2005-05-30 04:17:59 +00:00 |
if_tun.c
|
Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.
|
2005-01-24 21:25:09 +00:00 |
if_tun.h
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
if_types.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
if_vlan.c
|
split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx.
|
2005-05-02 15:34:31 +00:00 |
if_vlanvar.h
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
if.c
|
It is now ``later''. Follow cgd's 1993 wish and move struct osockaddr
|
2005-09-24 15:52:03 +00:00 |
if.h
|
make the ALTQ macros statement-line, by wrapping them in do {} while (0)
|
2005-12-06 02:56:25 +00:00 |
Makefile
|
Install net/if_tap.h.
|
2005-01-08 22:28:51 +00:00 |
net_osdep.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
netisr_dispatch.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
netisr.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
pfil.c
|
- rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach events
|
2004-07-27 12:22:59 +00:00 |
pfil.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
pfkeyv2.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
ppp_defs.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
ppp_tty.c
|
Overhaul how TTY line disciplines are handled:
|
2005-11-27 05:35:52 +00:00 |
ppp-comp.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
ppp-deflate.c
|
|
|
radix.c
|
- sprinkle const
|
2005-05-29 21:22:52 +00:00 |
radix.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
raw_cb.c
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
raw_cb.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
raw_usrreq.c
|
nuke trailing whitespace
|
2005-02-26 22:45:09 +00:00 |
route.c
|
- sprinkle const
|
2005-05-29 21:22:52 +00:00 |
route.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
rtsock.c
|
Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
|
2005-06-22 06:14:51 +00:00 |
slcompress.c
|
Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined.
|
2004-12-06 02:59:23 +00:00 |
slcompress.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
slip.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |
zlib.c
|
- sprinkle const
|
2005-05-29 21:22:52 +00:00 |
zlib.h
|
Multiple inclusion protection, as suggested by christos@ on tech-kern@
|
2005-12-10 23:21:38 +00:00 |