NetBSD/sys
bjs 6c1a2fee8f - Use the extent manager to track mappings and provide sane offset
"cookies" for mmap.  Now the radeon driver works on amd64!

- Use bus_dma for nearly all map types (carried over from prior patch).

- Plug some lock leaks in drm_bufs.c and remove superfluous locking in
  drm_add_magic() (from git).

- Lower spl of mutexes to IPL_NONE (and so are now adaptive instead of
  spin mutexes), save for irq_lock which is a spin mutex at IPL_VM.
  Use mutex_spin_enter()/mutex_spin_exit() for irq_lock.

ok jmcneill@
2008-06-20 00:14:28 +00:00
..
altq merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
arch Unify splraiseipl(9) implementation among m68k ports as per 2008-06-19 13:56:22 +00:00
coda Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
compat an attempt at linux32_ioctl_socket(). 2008-06-19 16:09:25 +00:00
conf Do proper config(5) version checking after previous changes [hi drochner!]. 2008-06-10 14:03:57 +00:00
contrib/dev/ath Use BUILDSYMLINKS from <bsd.files.mk> instead of custom copy rules 2008-01-17 01:13:01 +00:00
crypto
ddb Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
dev - Use the extent manager to track mappings and provide sane offset 2008-06-20 00:14:28 +00:00
dist remove pf42 branch's todo. 2008-06-19 03:37:57 +00:00
fs add NULL arg so it will compile. 2008-06-20 00:07:47 +00:00
gdbscripts Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
ipkdb
kern reassignbuf() is called by bdirty() from within biodone processing. 2008-06-18 18:11:25 +00:00
lib Include cpuset. 2008-06-15 20:34:18 +00:00
lkm merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
miscfs vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
modules Add Makefile for building azalia as a kmod 2008-06-02 11:34:07 +00:00
net merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
net80211 Note a defect in 802.11 Duration field calculations. 2008-06-19 23:13:10 +00:00
netatalk Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
netbt PRU_CONTROL: acquire bt_lock manually. 2008-04-29 18:41:06 +00:00
netinet merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
netinet6 Cosmetic: join lines. 2008-05-22 22:25:05 +00:00
netipsec Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
netisdn Also delete a now-unused local variable. 2008-05-23 14:10:50 +00:00
netiso s/0/NULL/ in pointer comparisons. 2008-05-22 00:58:29 +00:00
netkey Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
netnatm Delete unnecessary casts to void *. 2008-05-22 00:59:19 +00:00
netsmb Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
nfs vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
opencrypto Coverity CID 5021: Check pointers before using. 2008-05-24 16:42:00 +00:00
rump Regen from syscalls.master rev 1.204. 2008-06-17 16:13:37 +00:00
secmodel Remove include of sys/pset.h in sys/lwp.h header. 2008-03-09 15:39:14 +00:00
stand
sys 4.99.66 - yamt-pf42 branch merge 2008-06-19 03:37:14 +00:00
ufs Mark a buffer busy in getnewbuf() when it came from the pool_cache since 2008-06-17 14:53:10 +00:00
uvm Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. 2008-06-17 16:17:21 +00:00
Makefile Build and install modules into /kernel/modules. Each module gets a 2008-05-02 23:12:00 +00:00