NetBSD/sys
dyoung 83285d3445 In ieee80211_refine_node_for_beacon, do not decrease the reference
count on the node that is passed in, because it belongs to the
driver.  Also, do not increase the reference count on the refined
node, because ieee80211_refine_node_for_beacon's caller (ieee80211_input)
will never decrease the reference count.

As a general rule, reference counts are used for driver code to
assert ownership of ieee80211_nodes that are shared by the driver
and net80211 layer.
2005-07-05 19:56:04 +00:00
..
altq add a missing const. 2005-06-06 02:49:15 +00:00
arch Comment out drivers for 3Com 3C501, 3C503 and 3C505. These cards weren't 2005-07-05 15:00:33 +00:00
coda Add attach call so coda gets added to list of vfs supported by the kernel. 2005-07-02 07:05:27 +00:00
compat Regen 2005-07-04 00:27:15 +00:00
conf add autoconf glue for the ralink wireless drivers, basically from 2005-07-01 20:11:20 +00:00
contrib Our bus_space_{read,write}_4 routines convert from host to bus 2005-07-04 05:35:09 +00:00
crypto Constify, to make it compile (at least). 2005-06-03 11:31:57 +00:00
ddb make the argument of db_write_bytes const (sorry for the signature change) 2005-06-01 15:57:23 +00:00
dev update PCI/Cardbus ral wlan driver, and adapt to new FreeBSD/NetBSD 2005-07-04 17:50:09 +00:00
dist Resolve conflicts (pf from OpenBSD 3.7, kernel part). 2005-07-01 12:37:34 +00:00
fs - constify genfs_ops. 2005-06-28 09:30:37 +00:00
gdbscripts
ipkdb
kern Use `const struct sysctlnode *veriexec_count_node' so it works with the 2005-07-01 19:50:04 +00:00
lib Don't use a static buffer in SHA1Transform() because it might cause 2005-06-30 13:08:46 +00:00
lkm enable the vnd LKM. i meant to do this when this LKM first appeared. 2005-06-26 05:36:57 +00:00
miscfs - constify genfs_ops. 2005-06-28 09:30:37 +00:00
net - Rearranged layout of struct bridge_iflist slightly to 2005-06-28 20:09:44 +00:00
net80211 In ieee80211_refine_node_for_beacon, do not decrease the reference 2005-07-05 19:56:04 +00:00
netatalk
netccitt
netinet Normalize our PAWS code with Free and Open, as mentioned in tech-security. 2005-06-30 02:58:28 +00:00
netinet6 match the declarations in libipsec.h 2005-06-26 21:14:37 +00:00
netipsec Change the rest of the sysctl subsystem to use const consistently. 2005-06-20 02:49:18 +00:00
netisdn Rename a shadowed variable 2005-06-13 20:34:16 +00:00
netiso
netkey Another NAT-T fix: don't check for port information in transport mode, as there 2005-07-03 22:57:09 +00:00
netnatm
netns
netsmb PR/30303: Dave Huang: It is ok to unlock an unlocked file. 2005-06-28 03:24:32 +00:00
nfs - constify genfs_ops. 2005-06-28 09:30:37 +00:00
opencrypto
stand
sys Include <sys/cdefs.h> for __signed. 2005-07-05 08:15:34 +00:00
ufs Ensure that we change the size of the vnode at the same time as 2005-06-28 16:53:14 +00:00
uvm Clean up the cpp macro used to say "we're compiling this specific C file". 2005-06-28 05:25:42 +00:00
Makefile