NetBSD/sys
dyoung 8641587693 For readability's sake, write NULL instead of (type *)0. 2009-12-06 18:00:15 +00:00
..
altq Move BLUE_STATS to a commented out line since it is always enabled in 2009-12-06 14:03:23 +00:00
arch Call iommu_strbuf_flush_done every iommu_enter is too expensive, 2009-12-06 13:39:22 +00:00
coda Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
common/bus_dma Add some common bus_dmamem routines to be shared by multiple platforms. 2009-08-21 03:33:17 +00:00
compat Remove the portalfs kernel file system driver. Replace mount_portal(8) 2009-12-05 20:11:01 +00:00
conf Remove the portalfs kernel file system driver. Replace mount_portal(8) 2009-12-05 20:11:01 +00:00
crypto Apply const where necessary (XXX: where is bf_locl.org?) 2009-06-30 13:14:40 +00:00
ddb quick fix for crash(8) build failure caused by my previous commit (rev 2009-09-28 05:53:37 +00:00
dev Make vnd_size (the returned size) 64 bit, keeping old field for ioctl 2009-12-06 16:33:18 +00:00
dist If pfi_address_add() has to extend the buffer, copy the data in the 2009-12-06 16:46:11 +00:00
external make iasl build again. 2009-11-23 17:16:50 +00:00
fs Push all information cached in the vnode to the file server before 2009-12-04 20:26:35 +00:00
gdbscripts Add a command to dump all thread stacks in the system and a command to dump 2009-11-18 18:12:00 +00:00
ipkdb Let the ipkdb subsystem allow operations related to it rather than wrongly 2009-10-02 22:05:52 +00:00
kern tsleep() on lbolt is now illegal. Convert cv_wakeup(&lbolt) to 2009-12-05 22:38:19 +00:00
lib Remove U_PCB as requested by rmind. 2009-12-01 09:06:16 +00:00
miscfs Remove the portalfs kernel file system driver. Replace mount_portal(8) 2009-12-05 20:11:01 +00:00
modules Remove the portalfs kernel file system driver. Replace mount_portal(8) 2009-12-05 20:11:01 +00:00
net fix a potential leak on tap device close, purging the send queue 2009-11-29 10:44:23 +00:00
net80211 Drop 3rd and 4th clauses from David Young's license. 2009-10-19 23:19:37 +00:00
netatalk Make sure to set length in AARP-response packets. PR kern/41124 2009-09-12 20:43:18 +00:00
netbt more s/the the/the/ 2009-11-22 19:09:15 +00:00
netinet ar_tha() can return NULL; treat this as an error. 2009-11-20 02:14:56 +00:00
netinet6 Clear cksum flags before any further processing like ip_forward does. 2009-11-11 22:19:22 +00:00
netipsec Cosmetic: fix indentation, change some spaces to tabs. 2009-12-01 01:01:34 +00:00
netisdn
netiso Remove superfluous parenthesis in #ifdef ARGO_DEBUG. 2009-08-07 14:04:34 +00:00
netkey
netnatm
netsmb Fix cut & paste error spotted by Nicolas Joly. 2009-10-18 23:20:31 +00:00
nfs For readability's sake, write NULL instead of (type *)0. 2009-12-06 18:00:15 +00:00
opencrypto It is best to explicitly include <sys/condvar.h> if we're going to 2009-09-04 08:58:44 +00:00
rump Cast Oh Kath Ra once every second. 2009-12-05 22:44:08 +00:00
secmodel Fixed security.models.suser.curtain to deny when uid does not match. 2009-11-18 09:47:18 +00:00
stand
sys tsleep() on lbolt is now illegal. Convert cv_wakeup(&lbolt) to 2009-12-05 22:38:19 +00:00
ufs Add definitions for more reserved inodes. 2009-11-27 11:16:54 +00:00
uvm Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lbolt 2009-12-05 22:34:43 +00:00
Makefile