NetBSD/sys/net
dsl 7a42c833db Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output
do drain' in many places, whereas fo_drain() was called in order to force
blocking read()/write() etc calls to return to userspace so that a close()
call from a different thread can complete.
In the sockets code comment out the broken code in the inner function,
it was being called from compat code.
2009-12-09 21:32:58 +00:00
..
agr comment style. no functional change. 2009-06-09 22:21:54 +00:00
Makefile No need to include bsd.subdir.mk as bsd.kinc.mk already includes it. 2009-05-30 09:04:35 +00:00
bpf.c Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output 2009-12-09 21:32:58 +00:00
bpf.h restore binary compatibility on 64 bit systems. 2009-01-13 19:10:52 +00:00
bpf_filter.c
bpfdesc.h Fix PR/37878 and PR/37550: Provide stat(2) for all devices and don't use 2009-04-11 15:47:33 +00:00
bridgestp.c Fix multiple problems: 2009-01-18 10:28:55 +00:00
bsd-comp.c Fix handling of ppp compressor modules, from Andrew Doran's input. 2008-11-29 23:15:20 +00:00
dlt.h
ethertypes.h
files.pf Import pfsync support from OpenBSD 4.2 2009-09-14 10:36:48 +00:00
if.c Simplify ifreq_setaddr: 2009-11-13 23:11:08 +00:00
if.h Replace u_quad_t with uint64_t. u_quad_t is just a typedef for 2009-10-05 21:25:05 +00:00
if_arc.h
if_arcsubr.c ar_tha() can return NULL; treat this as an error. 2009-11-20 02:14:56 +00:00
if_arp.h
if_atm.h
if_atmsubr.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
if_bridge.c fix crash in bridge_ioctl(): 2009-05-17 11:34:21 +00:00
if_bridgevar.h Fix for if_start() and pfil_hook() being called from hardware interrupt 2009-04-04 10:00:23 +00:00
if_dl.h
if_eco.h
if_ecosubr.c ar_tha() can return NULL; treat this as an error. 2009-11-20 02:14:56 +00:00
if_ether.h bcmp -> memcmp 2009-03-18 15:14:29 +00:00
if_etherip.c bcmp -> memcmp 2009-03-18 15:14:29 +00:00
if_etherip.h
if_ethersubr.c Fix function name that was changed by mistake in the previous whitespace 2009-11-28 09:20:37 +00:00
if_faith.c
if_faith.h
if_fddi.h
if_fddisubr.c ar_tha() can return NULL; treat this as an error. 2009-11-20 02:14:56 +00:00
if_gif.c
if_gif.h
if_gre.c Add a direction argument to socket upcalls, so they can tell why they've 2009-09-02 14:56:57 +00:00
if_gre.h
if_hippi.h
if_hippisubr.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
if_ieee1394.h
if_ieee1394subr.c
if_llc.h
if_loop.c
if_media.c Replace u_quad_t with uint64_t. u_quad_t is just a typedef for 2009-10-05 21:25:05 +00:00
if_media.h Replace u_quad_t with uint64_t. u_quad_t is just a typedef for 2009-10-05 21:25:05 +00:00
if_ppp.c Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive 2009-04-15 20:44:24 +00:00
if_ppp.h Fix handling of ppp compressor modules, from Andrew Doran's input. 2008-11-29 23:15:20 +00:00
if_pppoe.c PR/40690: Jordan Gordeev: pppoe(4) doesn't work when PPPoE relays are present 2009-02-19 15:17:50 +00:00
if_pppoe.h
if_pppvar.h
if_sl.c Introduce actions/requests to handle authorization for ppp(4), sl(4), 2009-05-07 18:01:56 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
if_spppvar.h Replace u_quad_t with uint64_t. u_quad_t is just a typedef for 2009-10-05 21:25:05 +00:00
if_srt.c KNF. 2009-12-09 00:44:26 +00:00
if_srt.h KNF. 2009-12-09 00:44:26 +00:00
if_stf.c PR/42285: PR/41559: Daniel Hagerty: if_stf doesn't count output bytes 2009-11-08 18:44:45 +00:00
if_stf.h
if_strip.c Introduce actions/requests to handle authorization for ppp(4), sl(4), 2009-05-07 18:01:56 +00:00
if_stripvar.h
if_tap.c Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output 2009-12-09 21:32:58 +00:00
if_tap.h
if_token.h
if_tokensubr.c ar_tha() can return NULL; treat this as an error. 2009-11-20 02:14:56 +00:00
if_tun.c Add and use a network scope action/request for tun(4), similar to ppp(4), 2009-05-08 11:09:43 +00:00
if_tun.h
if_types.h
if_vlan.c Also inherit the parent's TCP segmentation offload capability. 2009-04-01 22:56:59 +00:00
if_vlanvar.h
link_proto.c
net_osdep.h Provide privilege checking code snippets for all significant NetBSD 2009-05-06 22:17:41 +00:00
net_stats.c
net_stats.h
netisr.h
netisr_dispatch.h
pfil.c
pfil.h
pfkeyv2.h
ppp-comp.h Fix handling of ppp compressor modules, from Andrew Doran's input. 2008-11-29 23:15:20 +00:00
ppp-deflate.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
ppp_defs.h
ppp_tty.c Introduce actions/requests to handle authorization for ppp(4), sl(4), 2009-05-07 18:01:56 +00:00
radix.c Make it possible to register delayed radix tree head inits which 2009-05-27 17:46:49 +00:00
radix.h Make it possible to register delayed radix tree head inits which 2009-05-27 17:46:49 +00:00
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c s/u_quad_t/uint64_t/ 2009-11-03 00:30:11 +00:00
route.h s/u_quad_t/uint64_t/. 2009-11-03 00:30:31 +00:00
rtsock.c Replace a large number of link set based sysctl node creations with 2009-09-16 15:23:04 +00:00
slcompress.c Use memcmp(9) and memcpy(9) directly rather than via 2009-04-18 15:20:06 +00:00
slcompress.h
slip.h
zlib.c Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
zlib.h Fixes PR kern/41069 and PR kern/41070. 2009-03-25 01:26:12 +00:00