The NetBSD Project

src/sys/net/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / sys / net

Current tag: thorpej_scsipi_base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] agr/        
[DIR] lagg/        
[DIR] npf/        
[TXT] ethertypes.h  1.10   24 years  ad   branches: 1.10.14; Define ETHERTYPE_VLAN: IEEE 802.1Q VLAN tagging.
[TXT] raw_cb.c  1.11   24 years  augustss   branches: 1.11.6; 1.11.8; Kill some more register declarations.
[TXT] raw_usrreq.c  1.15   24 years  augustss   branches: 1.15.6; 1.15.8; 1.15.12; Kill some more register declarations.
[TXT] slcompress.c  1.21   24 years  augustss   branches: 1.21.6; 1.21.8; Kill some more register declarations.
[TXT] ppp-comp.h  1.5   23 years  christos   branches: 1.5.2; 1.5.4; 1.5.16; change CCP maxlen to 64 to accomodate mschap-...
[TXT] zlib.c  1.13   23 years  chs   branches: 1.13.2; 1.13.4; expose the definitions of MIN() and MAX() in sys/par...
[TXT] if.h  1.68   23 years  enami   fix possible typo in comment.
[TXT] ppp_tty.c  1.24   23 years  enami   Remove unnecessary test of tp->t_linesw against NULL; they are results of confus...
[TXT] route.h  1.28   23 years  enami   branches: 1.28.2; - lineup comment. - fix typo in comment.
[TXT] zlib.h  1.5   25 years  hubertf   branches: 1.5.18; 1.5.20; 1.5.22; RCS ID police
[TXT] if_stf.h  1.1   24 years  itojun   branches: 1.1.6; 1.1.30; 1.1.36; 1.1.38; 1.1.40; introduce sys/netinet/ip_e...
[TXT] pfil.h  1.19   23 years  itojun   need to declare NULL for inline function.
[TXT] pfkeyv2.h  1.11   23 years  itojun   branches: 1.11.2; 1.11.4; typo
[TXT] radix.c  1.17   23 years  itojun   branches: 1.17.2; 1.17.4; fix indentation
[TXT] radix.h  1.11   23 years  itojun   branches: 1.11.24; fix typo in function name (rn_satsifies_leaf -> satisfies). ...
[TXT] route.c  1.43   23 years  itojun   branches: 1.43.2; 1.43.4; use u_quad_t for rtstat. not sure if it really matte...
[TXT] rtsock.c  1.45   23 years  itojun   branches: 1.45.2; pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (U...
[TXT] if_arp.h  1.21   23 years  jhawk   branches: 1.21.2; Add kernel counters for arp events, displayable with netstat ...
[TXT] if_media.c  1.13   23 years  joda   branches: 1.13.2; when changing to an unsupported media type, return EINVAL ins...
[TXT] if_dl.h  1.11   23 years  kleink   branches: 1.11.24; Avoid recursion with traditional cpp.
[TXT] if_sppp.h  1.9   23 years  martin   branches: 1.9.2; Add another option for encapsulation: PP_NOFRAMING. In this mo...
[TXT] bpf_filter.c  1.17   23 years  matt   branches: 1.17.2; 1.17.4; Add a missing include when using this in user space....
[TXT] if_ieee1394.h  1.3   23 years  onoe   branches: 1.3.2; 1.3.26; 1.3.42; Use DMA from mbuf instead of copy in transmi...
[TXT] if_types.h  1.17   23 years  onoe   branches: 1.17.2; 1.17.4; Add new numbers from IANA: 0x83 - 0xbd
[TXT] raw_cb.h  1.12   26 years  perry   branches: 1.12.26; 1.12.28; add multiple inclusion protection (and cleanup).
[TXT] slcompress.h  1.12   26 years  perry   branches: 1.12.48; add multiple inclusion protection (and cleanup).
[TXT] slip.h  1.7   26 years  perry   branches: 1.7.48; add multiple inclusion protection (and cleanup).
[TXT] ppp_defs.h  1.7   23 years  sommerfeld   branches: 1.7.2; 1.7.4; Merge if_spppsubr.c PPP protocol declarations list wit...
[TXT] Makefile  1.9   23 years  thorpej   branches: 1.9.2; Put the BPF DLT_* constants into their own header file so that...
[TXT] bpf.c  1.61   23 years  thorpej   branches: 1.61.2; 1.61.4; Remove the use of splimp() from the NetBSD kernel. ...
[TXT] bpf.h  1.28   23 years  thorpej   branches: 1.28.2; 1.28.4; Use <net/dlt.h> to get the DLT_* constants. Also ch...
[TXT] bpfdesc.h  1.15   25 years  thorpej   branches: 1.15.48; Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT,...
[TXT] bsd-comp.c  1.8   23 years  thorpej   branches: 1.8.2; 1.8.4; Don't use MALLOC() for variable-sized allocations.
[TXT] dlt.h  1.1   23 years  thorpej   branches: 1.1.2; 1.1.4; Put the BPF DLT_* constants into their own header file...
[TXT] if.c  1.88   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_arc.h  1.13   24 years  thorpej   branches: 1.13.6; 1.13.8; Add the `packed' attribute to structures which descr...
[TXT] if_arcsubr.c  1.35   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_ether.h  1.23   23 years  thorpej   Add altq_etherclassify(), a slight hack modified from the kame/freebsd4 tree, wh...
[TXT] if_ethersubr.c  1.79   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_faith.c  1.18   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_gif.c  1.27   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_gif.h  1.6   23 years  thorpej   branches: 1.6.2; 1.6.4; Convert `gif' to be a cloning interface.
[TXT] if_gre.c  1.18   23 years  thorpej   splimp -> splnet
[TXT] if_gre.h  1.8   23 years  thorpej   branches: 1.8.2; Adapt to bpfattach() changes, and further centralize the bpfat...
[TXT] if_ieee1394subr.c  1.10   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_llc.h  1.13   23 years  thorpej   branches: 1.13.22; Add 802.1D (Spanning Tree) LSAP code.
[TXT] if_loop.c  1.38   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_media.h  1.23   24 years  thorpej   branches: 1.23.6; Add ifmedia_baudrate(), which returns a value suitable for if...
[TXT] if_ppp.c  1.68   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_ppp.h  1.18   23 years  thorpej   branches: 1.18.2; 1.18.4; 1.18.16; For SLIP/STRIP/PPP, use generic soft inter...
[TXT] if_pppvar.h  1.13   23 years  thorpej   branches: 1.13.2; 1.13.4; 1.13.6; For SLIP/STRIP/PPP, use generic soft interr...
[TXT] if_sl.c  1.74   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_slvar.h  1.23   23 years  thorpej   branches: 1.23.2; For SLIP/STRIP/PPP, use generic soft interrupts, if available...
[TXT] if_spppsubr.c  1.23   23 years  thorpej   branches: 1.23.2; Remove the use of splimp() from the NetBSD kernel. splnet() ...
[TXT] if_stf.c  1.13   23 years  thorpej   Remove the use of splimp() from the NetBSD kernel. splnet() and only splnet() i...
[TXT] if_tun.c  1.43   23 years  thorpej   branches: 1.43.2; Remove the use of splimp() from the NetBSD kernel. splnet() ...
[TXT] if_tun.h  1.9   23 years  thorpej   branches: 1.9.2; 1.9.4; 1.9.8; Adapt to bpfattach() changes, and further cent...
[TXT] if_vlan.c  1.31   23 years  thorpej   Add ALTQ support (both for the VLAN interface itself, as well as for being a VLA...
[TXT] if_vlanvar.h  1.4   23 years  thorpej   branches: 1.4.2; 1.4.4; 1.4.28; 1.4.36; 1.4.38; When an Ethernet interface ...
[TXT] pfil.c  1.19   23 years  thorpej   branches: 1.19.2; 1.19.4; Back out the sledgehammer damage applied by wiz whil...
[TXT] ppp-deflate.c  1.7   23 years  thorpej   branches: 1.7.2; 1.7.4; Don't use MALLOC() for variable-sized allocations.


CVSweb <webmaster@jp.NetBSD.org>