NetBSD/sys/net
jdolecek e0cc03a09b merge kqueue branch into -current
kqueue provides a stateful and efficient event notification framework
currently supported events include socket, file, directory, fifo,
pipe, tty and device changes, and monitoring of processes and signals

kqueue is supported by all writable filesystems in NetBSD tree
(with exception of Coda) and all device drivers supporting poll(2)

based on work done by Jonathan Lemon for FreeBSD
initial NetBSD port done by Luke Mewburn and Jason Thorpe
2002-10-23 09:10:23 +00:00
..
bpf_filter.c
bpf.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
bpf.h Nuke the old SunOS-style ioctl defns. 2002-09-21 17:02:46 +00:00
bpfdesc.h
bridgestp.c
bsd-comp.c
dlt.h
ethertypes.h
if_arc.h
if_arcsubr.c KNF - return is not a function. 2002-09-11 05:36:26 +00:00
if_arp.h
if_atm.h
if_atmsubr.c
if_bridge.c
if_bridgevar.h
if_dl.h
if_eco.h
if_ecosubr.c
if_ether.h Use "const" for all input parameters of ethers(3) functions. 2002-09-16 19:25:30 +00:00
if_ethersubr.c KNF - return is not a function. 2002-09-11 05:36:26 +00:00
if_faith.c
if_faith.h
if_fddi.h
if_fddisubr.c KNF - return is not a function. 2002-09-11 05:36:26 +00:00
if_gif.c
if_gif.h
if_gre.c
if_gre.h
if_hippi.h
if_hippisubr.c
if_ieee1394.h
if_ieee1394subr.c initialize pkthdr for dummy mbuf before calling bpf_mtap(). 2002-09-26 13:06:56 +00:00
if_ieee80211.h Clear wep key when 'ifconfig -nwkey'. 2002-10-15 08:51:50 +00:00
if_ieee80211subr.c Do not start active scan for WI_RID_SCAN_APS request on HostAP, just return 2002-10-16 11:29:30 +00:00
if_llc.h
if_loop.c Fix a case where M_COPY_PKTHDR() wasn't being used prior to calling bpf_mtap 2002-09-26 16:07:03 +00:00
if_media.c KNF - return is not a function. 2002-09-11 05:36:26 +00:00
if_media.h Change ifmb_baudrate for IFM_IEEE80211_DS5: 5Mbps -> 5.5Mbps 2002-09-27 05:27:20 +00:00
if_ppp.c backout previous two - if you use ppp* interface, kernel panics instantly. 2002-10-02 02:27:54 +00:00
if_ppp.h
if_pppoe.c
if_pppoe.h
if_pppvar.h copyright clarification. from openbsd 2002-09-13 14:32:11 +00:00
if_sl.c KNF - return is not a function. 2002-09-11 05:36:26 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c license clarification from the author, via openbsd 2002-09-27 06:20:30 +00:00
if_spppvar.h
if_stf.c fix comment, sync with kame 2002-09-17 06:32:49 +00:00
if_stf.h
if_strip.c KNF - return is not a function. 2002-09-11 05:36:26 +00:00
if_stripvar.h
if_token.h
if_tokensubr.c
if_tun.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
if_tun.h
if_types.h
if_vlan.c
if_vlanvar.h
if.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
if.h
Makefile
net_osdep.c
net_osdep.h
netisr_dispatch.h
netisr.h
pfil.c
pfil.h
pfkeyv2.h
ppp_defs.h copyright clarification. from openbsd 2002-09-13 14:32:11 +00:00
ppp_tty.c
ppp-comp.h copyright clarification. from openbsd 2002-09-13 14:32:11 +00:00
ppp-deflate.c copyright clarification. from openbsd 2002-09-13 14:32:11 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c
route.h
rtsock.c
slcompress.c
slcompress.h
slip.h
zlib.c
zlib.h