Go to file
degroote f8d4f721c1 Fix ieee80211_node leak
We can't use IF_PURGE here because m_pkthdr.rcvif have here a special meaning :
it holds ieee80211_node to which the management frame should be sent and the
node has its reference count bumped.

Introduce ieee80211_drain_ifq which release the node before freeing the mbuf.
Use it instead of IF_PURGE.

From DragonflyBSD
2008-01-13 13:01:12 +00:00
bin Teach set_ftime about symbolic links, because it has to know: on some 2008-01-10 04:24:51 +00:00
common atomic_and/atomic_or don't operate on pointers, so don't copy the return 2008-01-12 17:29:03 +00:00
crypto From Timo Teras: reset iph1->dpd_r_u in the scheduler's callback, to avoid access to freed memory. 2008-01-11 14:27:34 +00:00
dist Add documentation on setting up the iSCSI target, and on how to use the 2008-01-06 11:00:49 +00:00
distrib Make it possible to specify multiple targets in TARGET_CD_IMAGE. 2008-01-11 11:37:03 +00:00
doc - Missing dot in the pc532 entry. 2008-01-11 15:15:07 +00:00
etc Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
games Fun with parts of speech: `stupid' here is an adjective, not a noun. 2008-01-03 02:01:26 +00:00
gnu Add bsd-kvm.o. 2008-01-13 12:40:26 +00:00
include tell about getdents, not getdirentries 2008-01-09 20:55:03 +00:00
lib Remove support for NetBSD/pc532. 2008-01-10 13:40:36 +00:00
libexec Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
regress The interval timers (setitimer()) are not inherited by fork (I've checked 2008-01-12 11:10:08 +00:00
rescue Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
sbin New bioctl(8) first appeared on 5.0 not 4.1. 2008-01-11 17:11:42 +00:00
share Add NIFOC, from Philippe Audéoud in PR 37291. 2008-01-12 11:47:13 +00:00
sys Fix ieee80211_node leak 2008-01-13 13:01:12 +00:00
tests Fix headers: add NetBSD CVS id tag and drop ATF title. 2008-01-04 18:37:15 +00:00
tools Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
usr.bin Fix a small grammatical error. 2008-01-12 21:05:13 +00:00
usr.sbin - re-enable 'pro' keyword to allow creation / deletion 2008-01-10 14:16:26 +00:00
x11 Remove systrace. Ok core@. 2007-12-31 15:31:24 +00:00
build.sh Remove support for NetBSD/pc532. 2008-01-09 11:25:58 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING Fix typo. 2007-12-17 23:59:41 +00:00