NetBSD/sys
bouyer be340e279e Some bus_dma(9)-related and memory allocation fixes:
- always bus_dmamap_unload() before recycling a receive descriptor
- make sure to not sleep from interrupt context: call bus_dmamap_load with
  M_NOWAIT, and create dma maps BUS_DMA_ALLOCNOW.
- if a receive descriptor has a NULL mbuf try to allocate a new one, don't
  try to receive it.
2011-03-30 18:11:37 +00:00
..
altq
arch Enable TLS on sparc and sparc64 2011-03-30 09:23:26 +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 Some bus_dma(9)-related and memory allocation fixes: 2011-03-30 18:11:37 +00:00
dist Use %zu for size_t in debugging printf. 2011-03-05 21:51:17 +00:00
external Add missing agp.h include file. 2011-03-30 17:21: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 Allocate buffers with (M_WAITOK | M_CANFAIL) instead of M_NOWAIT. 2011-03-30 18:04:27 +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