NetBSD/sys
joerg 981352168f Add __BEGIN_PUBLIC / __END_PUBLIC, __BEGIN_HIDDEN / __END_HIDDEN and
__dso_public and __dso_hidden markers. Change __BEGIN_DECLS /
__END_DECLS to include __BEGIN_PUBLIC / __END_PUBLIC.
2010-08-07 21:03:18 +00:00
..
altq
arch Do not try to disable ACPI if we can not enter to legacy mode. While it is 2010-08-07 20:07:25 +00:00
coda Fix incorrect comments about the buffer size being 2K; it is really 8K now. 2010-08-07 20:39:33 +00:00
common/bus_dma
compat Add PAE to ALL kernel, so that most paddr_t format string errors get caught 2010-07-26 22:33:23 +00:00
conf COMPAT_LINUX32 requires COMPAT_LINUX. 2010-07-07 01:09:39 +00:00
crypto
ddb
dev Fix for another 3g modem used by Cosmote in Greece. This is a ZTE MF636(?) 2010-08-07 20:43:46 +00:00
dist
external Using vfinddev() leads to vnode races as it returns an unreferenced 2010-07-21 09:06:37 +00:00
fs Return EINVAL for rename and delete operations to the 2010-07-30 16:40:43 +00:00
gdbscripts
ipkdb
kern Like with mqueue(3), create and remove the aio(3) sysctl nodes dynamically. 2010-08-06 18:36:09 +00:00
lib
miscfs Add vm page flag PG_MARKER and use it to tag dummy marker pages 2010-07-29 10:54:50 +00:00
modules Remove the acpiwmi(4) dump from the ACPIVERBOSE module. Instead of this 2010-08-06 22:45:00 +00:00
net we need to set rt_ifp even if ifa is the same. Fixes the case when one 2010-06-28 17:26:11 +00:00
net80211
netatalk
netbt
netinet Revert previous change of making struct ipqent invisible to userland. 2010-07-19 19:16:45 +00:00
netinet6 Make MRT6DEBUG compile on LP64 by using ptrdiff_t printf() format specifier. 2010-07-27 13:59:40 +00:00
netipsec Further silence ipsec_attach(). 2010-07-21 20:41:31 +00:00
netisdn
netiso
netkey
netmpls do some rudimentary checks on ip4 header before passing packet to 2010-07-05 09:54:26 +00:00
netnatm
netsmb Convert sizes/lengths to unsigned (size_t) or uint32_t 2010-07-12 02:58:01 +00:00
nfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
opencrypto Consistently use a single CRYPTO_SESID2HID-like macro. 2010-08-02 19:59:35 +00:00
rump Attach component to make it work after defpseudodev conversion 2010-08-03 19:55:17 +00:00
secmodel
stand
sys Add __BEGIN_PUBLIC / __END_PUBLIC, __BEGIN_HIDDEN / __END_HIDDEN and 2010-08-07 21:03:18 +00:00
ufs Free the on disk inodes in the reclaim routine. 2010-08-04 10:43:53 +00:00
uvm Add vm page flag PG_MARKER and use it to tag dummy marker pages 2010-07-29 10:54:50 +00:00
Makefile