NetBSD/sys
jym fc848a1000 Fix a year old bug that was only fixed in jym-xensuspend branch, but
not in HEAD:
- use uvm_km_alloc() instead of kmem_alloc() to enforce alignement when
allocating p2m_frame pages (xentools can only deal with page-aligned
addresses)
- do not use paddr_t for p2m_frame_list_list with PAE, xentools expect
32 bits PFNs even with 64 bits PTE.

Required to make ``xm dump-core'' work as expected.
2011-03-30 21:53:58 +00:00
..
altq
arch Fix a year old bug that was only fixed in jym-xensuspend branch, but 2011-03-30 21:53:58 +00:00
coda
common
compat tidy up include pathname to exclude undefined behaviour 2011-03-29 20:10:31 +00:00
conf Add usb_dma attribute for DMA capable USB host controllers 2011-03-20 17:54:02 +00:00
crypto
ddb
dev Display detailed timing parameters in edid_print(). 2011-03-30 18:50:37 +00:00
dist Use %zu for size_t in debugging printf. 2011-03-05 21:51:17 +00:00
external Fix build of "radeondrm" kernel module. 2011-03-30 19:59:04 +00:00
fs When truncating a file purge the fat cache after setting the new size 2011-03-22 20:33:51 +00:00
gdbscripts
ipkdb
kern Fix up sign-compare issue checking for free space. Should fix PR 43413 2011-03-26 21:31:23 +00:00
lib Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
miscfs merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
modules Fix source list for ffs module. 2011-03-13 18:23:30 +00:00
net lib/44807: something broken in stat(2), return that we are a character 2011-03-30 21:34:08 +00:00
net80211 Remove duplicate definitions which break the build. 2011-02-25 10:45:57 +00:00
netatalk
netbt use C99 style for variadic macro arguments 2011-03-16 21:35:30 +00:00
netinet Clean up setting ECN bit in TOS. Fixes PR 44742 2011-03-21 20:39:32 +00:00
netinet6
netipsec fix compiling with IPSEC_DEBUG: 2011-03-27 21:56:57 +00:00
netisdn
netiso Remove ifa == NULL check, ifa cannot be NULL. 2011-03-09 22:04:52 +00:00
netkey
netmpls
netnatm unifdef -U__OpenBSD__ -D__NetBSD__ -U__FreeBSD__ for readability. No 2011-03-09 22:06:42 +00:00
netsmb
nfs As suggested by matt@: change socket buffer reservations for NFS send/receive 2011-03-23 17:42:11 +00:00
opencrypto const'fy algorithm descriptors 2011-03-09 11:43:36 +00:00
rump __HAVE_DEVICE_REGISTER_POSTCONFIG and __HAVE_DEVICE_REGISTER 2011-03-28 22:23:39 +00:00
secmodel
stand
sys Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
ufs Don't abort when APPLE_UFS autodetection cannot read the apple ufs label 2011-03-27 08:04:50 +00:00
uvm
Makefile