NetBSD/sys
dyoung 149917ef8b Sync with FreeBSD. Here are the changes FreeBSD has made:
----------------------------
do proper subclassing of node free+copy; the previous hack falls apart when
the 802.11 layer does useful work

Obtained from:	madwifi
----------------------------
transmit beacon frames directly instead of defering them to a swi; there
was too much delay

Obtained from:	madwifi
----------------------------
update copyright notice for 2004
----------------------------
radiotap updates:

o force little-endian byte order for header
o pad header to 32-bit boundary to guard against applications that assume
  packet data alignment
2004-04-30 23:59:52 +00:00
..
altq s/the the/the/ (only in sources that aren't regularly imported from 2004-04-23 02:58:27 +00:00
arch Compile TSC support code when __x86_64__ is defined. 2004-04-30 17:58:04 +00:00
coda First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
compat Line 175 VFS_STAVTFS -> STATVFS (tyop) 2004-04-27 21:37:49 +00:00
conf -fno-zero-initialized-in-bss only to gcc3, not gcc2.95 2004-04-25 04:24:06 +00:00
crypto s/netbsd.org/NetBSD.org/g 2003-11-28 08:56:48 +00:00
ddb That's not supposed to be there. Sorry. 2004-04-27 04:03:28 +00:00
dev Sync with FreeBSD. Here are the changes FreeBSD has made: 2004-04-30 23:59:52 +00:00
fs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
gdbscripts
ipkdb
kern ANSI'fy the rest of functions. 2004-04-30 07:51:59 +00:00
lib add '.L' prefixes to local labels. 2004-04-15 09:20:29 +00:00
lkm Set PATH and use ip_fil_netbsd.c 2004-03-28 09:37:14 +00:00
miscfs Removed remaining caddr_t casts we do not need in miscfs. Recompiled 2004-04-29 16:10:54 +00:00
net Add bpf_mtap2, which taps a packet whose head is in a void *buffer 2004-04-30 22:07:21 +00:00
net80211 From FreeBSD. Copy the "basic rate" bit from the 2004-04-30 23:58:20 +00:00
netatalk remove #else clause of #if __STDC__ 2004-04-25 21:13:13 +00:00
netccitt Remove #else of #if __STDC__ 2004-04-26 01:41:15 +00:00
netinet Send an arp request before the arp entry times out if the entry is active, 2004-04-28 14:09:36 +00:00
netinet6 Fix per-PCB IPsec policy cache for FAST_IPSEC: 2004-04-26 01:53:59 +00:00
netipsec Minimal cleanup of sys/netipsec/ipsec{,_osdep}.h, to allow compiling 2004-04-30 04:12:29 +00:00
netisdn kill sprintf, use snprintf 2004-04-21 18:40:37 +00:00
netiso remove #else clause of #if __STDC__ 2004-04-25 21:13:13 +00:00
netkey fix key_mature for tcp md5 signature 2004-04-26 04:39:17 +00:00
netnatm kill sprintf, use snprintf 2004-04-21 18:40:37 +00:00
netns Constify protosw arrays. This can reduce the kernel .data section by 2004-04-22 01:01:40 +00:00
netsmb Initialise (most) pools from a link set instead of explicit calls 2004-04-25 16:42:40 +00:00
nfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
opencrypto Change control knob for /dev/crypto to only allow requests which 2004-04-29 02:17:36 +00:00
stand Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
sys Add EVCNT_ATTACH_STATIC2 to allow adding of array members 2004-04-30 23:00:03 +00:00
ufs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
uvm Make strlen calls to be folded to constant at compile time. 2004-04-29 23:13:35 +00:00
Makefile Build net80211/. 2003-10-13 06:49:14 +00:00