NetBSD/sys
joerg 930e1f6e1d Match delay/DELAY on x86 with delay(9). It takes an unsigned int as
argument. Use this and replace the inline assembly (mul + div using the
64bit intermediate result) with normal 32bit multiplication and
division. The compiler can turn the division into a multiplication and
shift, making it even cheaper then the original assembly. For extreme
long delays, just use 64bit arithmetic.
2007-10-26 13:24:39 +00:00
..
altq machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
arch Match delay/DELAY on x86 with delay(9). It takes an unsigned int as 2007-10-26 13:24:39 +00:00
coda Merge from vmlocking: 2007-10-10 20:42:20 +00:00
compat vfs_getopsbyname("ngs") -> vfs_getopsbyname("nfs"). 'nuff said 2007-10-23 15:21:31 +00:00
conf Split I/O-related routines (getpages, putpages, etc.) which are heavily 2007-10-17 16:45:00 +00:00
contrib/dev/ath machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
crypto
ddb Pacify some gcc uninitialized warnings at -O3 2007-10-22 00:36:28 +00:00
dev remove #include <usbhid.h> as its not needed 2007-10-25 19:32:15 +00:00
dist Bring some fixes from IPF 4.1.27 in order to fix kern/37037. 2007-10-02 06:15:11 +00:00
fs Reference mountpoint when fetching operations and release waiters 2007-10-25 15:22:25 +00:00
gdbscripts
ipkdb machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
kern Fix debug builds. 2007-10-24 21:50:09 +00:00
lib Make a few debug outputs only happen when debugging. 2007-10-01 13:15:06 +00:00
lkm Add compat_linux and exec_linux_elf lkm support for amd64: 2007-10-19 18:52:09 +00:00
miscfs Split I/O-related routines (getpages, putpages, etc.) which are heavily 2007-10-17 16:45:00 +00:00
net machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
net80211
netatalk Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and 2007-09-01 04:32:50 +00:00
netbt for PRU_ATTACH, we should make sure that so_pcb is not allocated when 2007-10-15 18:04:34 +00:00
netinet machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
netinet6 Replace rote sockaddr_in6 initializations (memset(), set sa6_family, 2007-10-24 06:37:20 +00:00
netipsec machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
netisdn machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
netiso machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
netkey Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
netnatm
netsmb Don't exit an unheld mutex. 2007-07-10 21:05:03 +00:00
nfs remove lwp argument from nfs_reconnect and always use &lwp0 2007-10-21 08:23:19 +00:00
opencrypto Use the softint API. 2007-10-08 16:18:02 +00:00
rump define _RUMPKERNEL 2007-10-26 10:44:27 +00:00
secmodel Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
stand
sys Make ras_lookup() lockless. 2007-10-24 14:50:38 +00:00
ufs Ffs_blkfree() and ffs_freefile() take a devvp that may be a regular file whencalled from snapshot creation. Be sure to use the right mount. 2007-10-18 17:39:04 +00:00
uvm defparam PAGER_MAP_SIZE. 2007-10-25 13:03:03 +00:00
Makefile remove sun2 from no-rump list 2007-09-24 14:19:36 +00:00