NetBSD/sys
tsutsui 7a77e181aa Use PGSHIFT from <machine/param.h> for PAGE_SHIFT.
We can assume PGSHIFT is always constant on current
m68k pmap_motorola implementation.
Also fix some leftover HP300 comments on some ports.
2009-12-08 13:47:26 +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 Use PGSHIFT from <machine/param.h> for PAGE_SHIFT. 2009-12-08 13:47:26 +00:00
coda Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
common/bus_dma
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
ddb
dev Mark putter as MODULE_CLASS_DRIVER to make it autoloadable. This 2009-12-07 13:41:44 +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 Delete the do-nothing device-activation hook, drm_activate(). 2009-12-06 22:51:25 +00:00
fs Process flush requests from the file server in a separate thread 2009-12-07 20:57:55 +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
kern Correct comment, pipelock() no longer releases the mutex. 2009-12-06 20:26:55 +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 Typo. 2009-12-07 07:43:05 +00:00
net fix a potential leak on tap device close, purging the send queue 2009-11-29 10:44:23 +00:00
net80211
netatalk
netbt more s/the the/the/ 2009-11-22 19:09:15 +00:00
netinet PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support, 2009-12-07 18:47:24 +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
netkey
netnatm
netsmb
nfs For readability's sake, write NULL instead of (type *)0. 2009-12-06 18:00:15 +00:00
opencrypto
rump Whitespace. 2009-12-08 08:18:24 +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 Poison future uses of DVACT_ACTIVATE by deleting it. I deleted the last 2009-12-07 19:45:13 +00:00
ufs Fix some more hangs and deadlocks. 2009-12-07 04:12:10 +00:00
uvm Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lbolt 2009-12-05 22:34:43 +00:00
Makefile