.. |
bpf_compat.h
|
|
|
bpf_filter.c
|
Quick fix for breakage of bounds checking in rev.1.12. Only one
|
1999-07-04 08:07:35 +00:00 |
bpf.c
|
Rename bpfilter to bpf.
|
1999-07-06 19:23:32 +00:00 |
bpf.h
|
Change BPF_ALIGNMENT to long, necessary for correct alignment on Alpha.
|
1998-10-04 21:53:59 +00:00 |
bpfdesc.h
|
I got another batch of suggestions for cosmetic changes from bde.
|
1998-11-11 10:56:07 +00:00 |
bridge.c
|
Fix two easy warnings when using BRIDGE without IPFIREWALL.
|
1999-07-01 15:07:08 +00:00 |
bridge.h
|
Bridging support. Wait for LINT to be updated before trying it.
|
1998-12-14 17:58:05 +00:00 |
bsd_comp.c
|
|
|
ethernet.h
|
|
|
fddi.h
|
|
|
hostcache.c
|
|
|
hostcache.h
|
|
|
if_arp.h
|
World, I'd like you to meet the first FreeBSD token Ring driver.
|
1999-02-20 11:18:00 +00:00 |
if_atm.h
|
clean up en atm driver
|
1999-05-08 14:23:40 +00:00 |
if_atmsubr.c
|
clean up en atm driver
|
1999-05-08 14:23:40 +00:00 |
if_disc.c
|
Rename bpfilter to bpf.
|
1999-07-06 19:23:32 +00:00 |
if_dl.h
|
Submitted by: Larry Lile
|
1999-03-10 10:11:43 +00:00 |
if_ethersubr.c
|
* Change sysctl from using linker_set to construct its tree using SLISTs.
|
1999-02-16 10:49:55 +00:00 |
if_fddisubr.c
|
Rename bpfilter to bpf.
|
1999-07-06 19:23:32 +00:00 |
if_iso88025subr.c
|
Rename bpfilter to bpf.
|
1999-07-06 19:23:32 +00:00 |
if_llc.h
|
|
|
if_loop.c
|
Back out redundant checks
|
1999-08-06 16:46:29 +00:00 |
if_media.c
|
Bring the 'new-bus' to the i386. This extensively changes the way the
|
1999-04-16 21:22:55 +00:00 |
if_media.h
|
Bring the 'new-bus' to the i386. This extensively changes the way the
|
1999-04-16 21:22:55 +00:00 |
if_mib.c
|
* Change sysctl from using linker_set to construct its tree using SLISTs.
|
1999-02-16 10:49:55 +00:00 |
if_mib.h
|
|
|
if_ppp.c
|
Back out redundant checks
|
1999-08-06 16:46:29 +00:00 |
if_ppp.h
|
|
|
if_pppvar.h
|
|
|
if_sl.c
|
Rename bpfilter to bpf.
|
1999-07-06 19:23:32 +00:00 |
if_slvar.h
|
|
|
if_sppp.h
|
rganize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,
|
1999-03-30 13:28:26 +00:00 |
if_spppsubr.c
|
rganize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,
|
1999-03-30 13:28:26 +00:00 |
if_tun.c
|
Back out redundant check, and remove the MAXMTU comparison as it's
|
1999-08-06 16:52:04 +00:00 |
if_tun.h
|
Implement TUNSIFMODE and TUNSLMODE.
|
1999-03-24 21:20:12 +00:00 |
if_tunvar.h
|
Add a new interface ioctl, to return "aux status".
|
1999-06-19 18:42:31 +00:00 |
if_types.h
|
|
|
if_var.h
|
Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with
|
1999-08-06 13:53:03 +00:00 |
if_vlan_var.h
|
Grrr... botched remote commit. Let's try this again: vlan updates,
|
1999-03-15 01:22:01 +00:00 |
if_vlan.c
|
Rename bpfilter to bpf.
|
1999-07-06 19:23:32 +00:00 |
if.c
|
Define IF_MAXMTU and IF_MINMTU and don't allow MTUs with
|
1999-08-06 13:53:03 +00:00 |
if.h
|
Fixed English errors, spelling errors and formatting errors in rev.1.51
|
1999-07-05 12:00:05 +00:00 |
iso88025.h
|
Submitted by: Larry Lile
|
1999-03-10 10:11:43 +00:00 |
netisr.h
|
Make NETISR_SET use a SYSINIT() rather than a linker set.
|
1999-04-26 08:52:16 +00:00 |
ppp_comp.h
|
Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some more
|
1998-06-20 16:28:04 +00:00 |
ppp_deflate.c
|
Zap what appears to be a relic of the older version of zlib. The other
|
1998-06-20 16:55:44 +00:00 |
ppp_defs.h
|
|
|
ppp_tty.c
|
I got tired of seeing all the cdevsw[major(foo)] all over the place.
|
1999-05-08 06:40:31 +00:00 |
radix.c
|
Never return the root node itself from rn_match(); return NULL instead.
|
1999-06-25 13:43:30 +00:00 |
radix.h
|
|
|
raw_cb.c
|
|
|
raw_cb.h
|
|
|
raw_usrreq.c
|
Suser() simplification:
|
1999-04-27 11:18:52 +00:00 |
route.c
|
Postpone route_init() until all domains are attached.
|
1999-04-29 03:22:19 +00:00 |
route.h
|
Increase the size of the route reference count from 15 bits to 31 bits.
|
1999-06-30 23:11:15 +00:00 |
rtsock.c
|
Postpone route_init() until all domains are attached.
|
1999-04-29 03:22:19 +00:00 |
slcompress.c
|
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
|
1998-07-15 02:32:35 +00:00 |
slcompress.h
|
Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some more
|
1998-06-20 16:28:04 +00:00 |
slip.h
|
|
|
zlib.c
|
Fix warnings in preparation for adding -Wall -Wcast-qual to the
|
1999-01-27 22:42:27 +00:00 |
zlib.h
|
Fix warnings in preparation for adding -Wall -Wcast-qual to the
|
1999-01-27 22:42:27 +00:00 |