NetBSD/sys
dyoung 24e681f5cd Implement bus_space_tag_create() and _destroy().
Factor bus_space_reserve(), bus_space_release(), et cetera out of
bus_space_alloc(), bus_space_map(), bus_space_free(), bus_space_unmap(),
et cetera.

For i386 and amd64, activate the use of <machine/bus_defs.h> and
<machine/bus_funcs.h> by #defining __HAVE_NEW_STYLE_BUS_H in
their respective types.h.  While I'm here, remove unnecessary
__HAVE_DEVICE_REGISTER #defines.
2011-07-06 18:46:04 +00:00
..
altq
arch Implement bus_space_tag_create() and _destroy(). 2011-07-06 18:46:04 +00:00
coda Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
common Multiprocessing fixes. 2011-06-29 05:53:44 +00:00
compat Regen for pipe2. 2011-07-05 14:23:26 +00:00
conf apply some -Wno-foo to 3 files that are non-trivial to solve, for GCC 4.5. 2011-07-04 13:00:19 +00:00
crypto Revert my previous change. christos@ submitted a different fix pretty much 2011-05-14 16:46:55 +00:00
ddb Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
dev Set FILEMON_VERSION to 3 2011-07-04 23:37:30 +00:00
dist fix an uninitialised variable problem. large-ish function, but i 2011-07-01 02:33:23 +00:00
external #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:31:32 +00:00
fs Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the 2011-07-04 08:07:29 +00:00
gdbscripts
ipkdb
kern Add default implementations for new bus_space(9) routines. 2011-07-06 18:24:26 +00:00
lib add weak aliases for __sdivsi3_i4i and __udivsi3_i4i. 2011-07-06 01:29:54 +00:00
miscfs From Aleksey Cheusov: Don't make it easy for compromised systems to bypass 2011-06-23 17:06:38 +00:00
modules Use integrated assembler with clang for Via PadLock. 2011-07-04 16:20:45 +00:00
net Avoid putting implicit null labels on the wire 2011-07-03 18:46:12 +00:00
net80211 Change i_len in ieee80211req to be unsigned and fix other signed/unsigned 2011-06-12 00:07:19 +00:00
netatalk aarpprobe() is called before MOWNER_ATTACH(&aarp_mowner), leading 2011-05-08 13:51:31 +00:00
netbt G/C M_EMULDATA 2011-04-27 00:36:47 +00:00
netinet avoid an uninitialised variable warning. this one seems a false 2011-07-03 09:03:32 +00:00
netinet6 Don't refer to extern tcbtable here, it is unused. 2011-06-01 22:59:44 +00:00
netipsec catch a case where an ip6 address with scope embedded was compared with 2011-06-09 21:04:37 +00:00
netisdn
netiso Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
netkey
netmpls Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
netnatm unifdef -U__OpenBSD__ -D__NetBSD__ -U__FreeBSD__ for readability. No 2011-03-09 22:06:42 +00:00
netsmb
nfs - Fix a silly bug: remove umap from uobj in ubc_release() UBC_UNMAP case. 2011-06-19 02:42:53 +00:00
opencrypto Fix memset usage. 2011-07-04 16:06:17 +00:00
rump don't define multiple cwdi0's, mark this one as extern. 2011-07-04 11:31:37 +00:00
secmodel
stand
sys Install /usr/include/sys/bus.h for oddball ports whose userland somehow 2011-07-06 18:18:07 +00:00
ufs Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the 2011-07-04 08:07:29 +00:00
uvm - fix a use-after-free bug in uvm_km_free. 2011-07-05 14:03:06 +00:00
Makefile build evbppc modules in 3 different flavours: 2011-06-15 09:45:58 +00:00