Go to file
dyoung 912b6eb53e The departure of IPv6 interfaces does not agree with pf. The pfil
hooks that signal the interface's departure run before IPv6 sends
messages to indicate that it is leaving its multicast groups; when
pf filters the departure messages, it does not recognize the output
interface, so it complains at the departure of gre65, for example:

pf_test6: kif == NULL, if_xname gre65

I have changed if_detach() so that it calls pr_usrreq(PRU_PURGEIF)
before pfil_run_hooks(PFIL_IFNET_DETACH), instead of the other way
around.  That quiets the pf_test6: messages.
2007-03-18 20:05:52 +00:00
bin s/intialized/initialized/ 2007-03-17 13:51:46 +00:00
common Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
crypto From Yves-Alexis Perez: enable monitoring of ipv6 address changes on Linux. 2007-03-15 14:12:12 +00:00
dist unbork openssl import borkage. 2007-03-07 03:18:53 +00:00
distrib While it was nice to re-add the html documentation for ntp, 2007-03-16 00:55:43 +00:00
doc Modify description of the reinoud-bufcleanup experiment branch: 2007-03-17 17:24:44 +00:00
etc For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd 2007-03-18 15:53:54 +00:00
games NetBSD JIHBED 2007-02-26 06:49:00 +00:00
gnu Steal code from tc-sparc.[ch] to implement a vax specific "cons" routine. 2007-03-16 22:16:12 +00:00
include -get cabs() and cabsf() out of public view - these are historical and 2007-02-22 22:08:17 +00:00
lib don't use CPPPICFLAGS but CPICFLAGS. 2007-03-18 08:52:48 +00:00
libexec Deal with MKPICLIB != no. 2007-03-15 17:27:15 +00:00
regress - Make -DINTREE works again. 2007-03-16 01:29:40 +00:00
rescue add libprop to LIBS, as veriexecctl now needs it. 2006-11-29 08:41:49 +00:00
sbin - sprinkle static 2007-03-14 03:52:28 +00:00
share For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd 2007-03-18 15:53:54 +00:00
sys The departure of IPv6 interfaces does not agree with pf. The pfil 2007-03-18 20:05:52 +00:00
tools G/C some HAVE_GCC == 3 stuff 2007-03-16 08:01:05 +00:00
usr.bin allow time to be specified as 'now' instead of 'now + 0 minutes' 2007-03-12 21:28:48 +00:00
usr.sbin For sdpd(8), change default user/group from nobody/nobody to _sdpd/_sdpd 2007-03-18 15:53:54 +00:00
x11 build XFree86 on shark 2006-12-21 01:45:32 +00:00
build.sh Don't treat -m evbarm like the other arm-based platforms. Set 2007-02-19 14:20:11 +00:00
BUILDING Try to clarify the description of build.sh -m mach. 2007-01-27 11:47:36 +00:00
Makefile Add an iso_image target (iso-image as a target name doesn't play well with 2007-03-06 21:56:47 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING note src/sys/sys/{sa.h,savar.h} removal and workaround 2007-03-10 00:10:15 +00:00