NetBSD/sys
tsutsui 8eac82d05c Move bfs_file_setsize() from bfs.c to sysvbfs_vnops.c
(and rename it to sysvbfs_file_setsize()) because it's actually
part of vnode ops and bfs.c is also pulled by standalone bootloaders
which don't want vnode header mess.
2012-05-08 14:28:55 +00:00
..
altq
arch provide a BAT mapping for the PCI IO range on Grackle/Heathrow based macs 2012-05-08 05:15:45 +00:00
coda comment out debugging printfs 2012-05-04 17:57:22 +00:00
common
compat Revert posix_spawn() clean up for now, there are some bugs. 2012-05-02 23:33:11 +00:00
conf G/C POOL_DIAGNOSTIC option. No objection on tech-kern@. 2012-05-05 19:15:10 +00:00
crypto
ddb Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) move 2012-04-28 23:03:39 +00:00
dev don't enable IO access - we don't use it and at least on some macppc machines 2012-05-08 02:25:25 +00:00
dist remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
external Fix ATHHAL_DEBUG by syncing HALDEBUG() with Atheros HAL code. 2012-04-11 13:48:11 +00:00
fs Move bfs_file_setsize() from bfs.c to sysvbfs_vnops.c 2012-05-08 14:28:55 +00:00
gdbscripts
ipkdb
kern Move VFS_EXTATTRCTL to mount_domount(). This makes the 2012-05-08 08:44:49 +00:00
lib Add a spin mutex to the rndsink structure; it is used to avoid lock 2012-04-10 14:02:27 +00:00
miscfs - match format with the linux map printing 2012-05-06 03:13:11 +00:00
modules split the coda module in a device one, and a vfs one so that it works. 2012-04-26 03:03:53 +00:00
net - Fix double-free case on ICMP return case. 2012-05-06 02:45:25 +00:00
net80211
netatalk
netbt
netinet Explicitly include <sys/kmem.h> 2012-05-01 15:09:36 +00:00
netinet6 remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
netipsec remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
netisdn
netiso
netkey remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
netmpls
netnatm
netsmb Remove everything to do with 'struct malloc_type' and the malloc link_set. 2012-04-29 20:27:31 +00:00
nfs fix access permission check which got broken by some kauth rework 2012-04-27 18:12:01 +00:00
opencrypto
rump Revert previous and add a comment - I misunderstood what this code is 2012-05-06 16:58:31 +00:00
secmodel Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with 2012-03-13 18:40:26 +00:00
stand
sys Add dummy bus_dma(9) typedefs (enabled by __HAVE_NO_BUS_DMA) in <sys/bus.h> 2012-05-07 18:16:38 +00:00
ufs comments and cosmetics. no functional changes. 2012-05-05 04:08:53 +00:00
uvm Describe PG_ flags (for struct vm_page). Reviewed by yamt@. 2012-05-05 20:45:35 +00:00
Makefile