pkgsrc/net/netbsd-tap/files
cube 6aac300207 Sync with main tree:
- 1.8 (christos)
    Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to
    implement, xtoa(), but I think defining the samestring 50 times is a bit
    too much. Defined HEXDIGITS and hexdigits in subr_prf.c and use it...

 - 1.9 (bouyer)
    call (ifp->if_input) at splnet(). ifp->if_input points to ether_input()
    which doesn't raise the IPL itself in all cases.
    Should also fix PR 29546 (the pkgsrc kernel module needs to be updated).

Bump version to 20050610.
2005-06-10 15:06:33 +00:00
..
if_tap.c Sync with main tree: 2005-06-10 15:06:33 +00:00
if_tap.h From -current: nuke trailing whitespace. 2005-02-27 10:39:52 +00:00
if_tap_lkm.c "nuke trailing whitespace". 2005-02-27 10:40:52 +00:00
if_tap_stub.c Sync with main tree: 2005-06-10 15:06:33 +00:00
if_tap_stub.h Sync with main tree: 2005-06-10 15:06:33 +00:00
Makefile o Add a way to pass special definitions to the compilation, to match kernel 2005-02-20 21:50:57 +00:00
tap.4
tap_postinstall.sh