NetBSD/sys
ad 7135f4bde9 - When computing the TSC frequency, call i8254_delay() and not DELAY().
- Use atomics to adjust the pmap reference count, instead of taking locks.
- Implement I386_{SET,GET}_{FS,GS}BASE, allowing %fs and %gs to be used
  as per-thread registers. This is compatible with FreeBSD.
- Run patches after we have attached CPUs, since we then know if the
  system is uniprocessor or not. Eliminates a lot of #ifdef MULTIPROCESSOR
  and makes running MP kernels on UP systems cheaper.
- Patch out many of the 'lock' prefixes to nops if uniprocessor.
- Do a wbinvd after patching to ensure that the trace/instruction cache
  is up to date.
2007-11-10 20:06:23 +00:00
..
altq
arch - When computing the TSC frequency, call i8254_delay() and not DELAY(). 2007-11-10 20:06:23 +00:00
coda
compat Fix builds for ports that don't define __HAVE_MINIMAL_EMUL (eg sparc64). 2007-11-10 18:55:42 +00:00
conf
contrib/dev/ath
crypto
ddb
dev Use PRI_BIO for kthreads instead of PINOD. Fixes a missed case of priority 2007-11-10 18:53:57 +00:00
dist
fs Back out the tmpfs changes; there appears to be a bug lurking. 2007-11-10 03:36:16 +00:00
gdbscripts
ipkdb
kern Put back equivalent change to rev 1.189 which was lost: 2007-11-10 17:45:10 +00:00
lib
lkm Pecoff lkm doesn't need its own syscall table, remove and reinstate lkm build. 2007-11-10 09:43:13 +00:00
miscfs make the last argument of procfs_dir size_t 2007-11-09 22:45:49 +00:00
net Call ttyflush() with tty_lock held. 2007-11-10 18:29:36 +00:00
net80211
netatalk
netbt 'struct device *' -> 'device-t' 2007-11-10 12:33:21 +00:00
netinet Change macros SYN_CACHE_PUT() and SYN_CACHE_RM() into inline 2007-11-09 23:55:58 +00:00
netinet6 Use sockaddr_in6_init(). 2007-11-10 00:14:31 +00:00
netipsec
netisdn
netiso Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +00:00
netkey
netnatm
netsmb
nfs Merge from vmlocking: 2007-11-07 00:23:13 +00:00
opencrypto
rump Fix more uninitialized uses of variables. 2007-11-10 18:03:15 +00:00
secmodel
stand
sys g/c MBUFTRACE_ASSERT 2007-11-10 13:06:23 +00:00
ufs Use PRI_BIO for kthreads instead of PINOD. Fixes a missed case of priority 2007-11-10 18:53:57 +00:00
uvm Merge from vmlocking: 2007-11-07 00:23:13 +00:00
Makefile