NetBSD/sys
palle 4ad8530004 sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() are properly setup for sun4u and sun4v. Relocate the cputyp variable from autoconf.c to locore.s and make it const in param.h so optimized code can be generated. Parts from OpenBSD. Optimization suggested by nakayama@. OK martin@, mrg@, nakayama@ 2014-02-21 18:00:09 +00:00
..
altq
arch sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() are properly setup for sun4u and sun4v. Relocate the cputyp variable from autoconf.c to locore.s and make it const in param.h so optimized code can be generated. Parts from OpenBSD. Optimization suggested by nakayama@. OK martin@, mrg@, nakayama@ 2014-02-21 18:00:09 +00:00
coda Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
compat Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also, 2014-02-21 07:53:53 +00:00
conf defparam KERNHIST_DELAY 2014-02-21 07:32:43 +00:00
crypto Create modules for software crypto components. 2014-01-01 15:18:57 +00:00
ddb add a return in the panic message 2014-01-22 15:20:40 +00:00
dev Add tsciic (alpha MI). 2014-02-21 12:24:52 +00:00
dist/pf fix compiler warnings 2013-10-20 21:05:47 +00:00
external prefer __func__ instead of __FUNCTION__ 2014-02-18 20:54:34 +00:00
fs Adapt my previous patch differently. read(2) wants EISDIR when the 2014-02-17 20:16:52 +00:00
gdbscripts Since mountlist is now a TAILQ, convert some missed usages 2013-11-23 16:15:24 +00:00
ipkdb
kern Revert rev1.38. The header already begins with EXEC_SCRIPT_MAGIC="#!". 2014-02-21 08:11:59 +00:00
lib Casting to void is the canonical way of marking a variable as 2014-02-20 00:29:03 +00:00
miscfs Change layerfs_vget(), layerfs_fhtovp() and the various layer xxx_mount() 2014-02-10 11:23:14 +00:00
modules Undo previous - it still needs a lot more work. 2014-02-03 23:11:40 +00:00
net NPF: fix the recent breakage of the traceroute ALG. Also, simplify and 2014-02-19 03:51:31 +00:00
net80211 fix monitor mode channel. 2014-01-25 00:59:44 +00:00
netatalk Remove unused variable 2013-09-12 19:47:58 +00:00
netbt
netinet IPv6 UDP uses the IPv4 pcb tables, and therefore the stats, so need 2014-01-04 14:18:12 +00:00
netinet6 Bail out in case m_pulldown failed. 2014-02-20 13:36:06 +00:00
netipsec fix debugging output printfs to use __func__ so they print the correct names. 2013-12-24 15:48:53 +00:00
netisdn
netkey
netmpls
netnatm
netsmb Don't dereference NULL pointers. 2014-02-20 11:08:57 +00:00
nfs Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
opencrypto Undo previous - it still needs a lot more work. 2014-02-03 23:11:40 +00:00
rump Fix typo in fix for PR/48606 2014-02-21 08:33:51 +00:00
secmodel
stand
sys Declare 16 and 8 bit atomic CAS - while it is not usually sane to expect 2014-02-21 15:52:53 +00:00
ufs Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
uvm Use same uvm_swap_shutdown() stub for !vmswap kernels and rump kernels. 2014-02-18 06:18:13 +00:00
Makefile