Subject: PR/29546 CVS commit: pkgsrc/net/netbsd-tap
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Quentin Garnier <cube@netbsd.org>
List: netbsd-bugs
Date: 06/10/2005 15:07:02
The following reply was made to PR kern/29546; it has been noted by GNATS.
From: Quentin Garnier <cube@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/29546 CVS commit: pkgsrc/net/netbsd-tap
Date: Fri, 10 Jun 2005 15:06:33 +0000 (UTC)
Module Name: pkgsrc
Committed By: cube
Date: Fri Jun 10 15:06:33 UTC 2005
Modified Files:
pkgsrc/net/netbsd-tap: Makefile
pkgsrc/net/netbsd-tap/files: if_tap.c if_tap_stub.c if_tap_stub.h
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/net/netbsd-tap/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/netbsd-tap/files/if_tap.c
cvs rdiff -r1.2 -r1.3 pkgsrc/net/netbsd-tap/files/if_tap_stub.c \
pkgsrc/net/netbsd-tap/files/if_tap_stub.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.