NetBSD/sys
tsutsui 7dbadedea5 Remove an instruction for nonexistent 060 branch prediction error accounting.
It's amiga and atari specific and copied from amiga/locore.s
to mac68k/locore.s in rev 1.80, then pasted into other ports.
Note this is harmless because all these ports don't have 68060 variants
(i.e. it's inside #if defined(M68060) block) and mvme68k (which has 68060)
has removed it since the initial import.
2014-03-09 16:28:43 +00:00
..
altq
arch Remove an instruction for nonexistent 060 branch prediction error accounting. 2014-03-09 16:28:43 +00:00
coda The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
compat Redo previous. 2014-03-08 01:51:58 +00:00
conf Build net/zlib.c for DTrace 2014-03-05 03:16:43 +00:00
crypto
ddb Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
dev Fix non-DIAGNOSTIC build 2014-03-07 13:19:26 +00:00
dist/pf remove unused variable to avoid warning from gcc 4.8. 2014-03-06 15:21:58 +00:00
external Checking the return value of an allocator works better, when looking at 2014-02-27 01:40:07 +00:00
fs The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
gdbscripts
ipkdb
kern Tell where the corrruption was encountered in the panic message. 2014-03-07 16:36:32 +00:00
lib Align explicitly to make kernels compiled by clang generate 2014-03-07 20:23:09 +00:00
miscfs The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
modules Tidy up Makefile of cyclic and dtrace modules to support ARM 2014-03-05 06:40:45 +00:00
net If the in6 domain was not attached, do not attempt to process IPv6 packets. 2014-02-25 22:42:06 +00:00
net80211 Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
netatalk Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
netbt Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
netinet ';;' -> ';' 2014-03-01 16:46:14 +00:00
netinet6 Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
netipsec Mark a variable __diagused 2014-03-08 12:18:04 +00:00
netisdn
netkey
netmpls Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
netnatm
netsmb Don't dereference NULL pointers. 2014-02-20 11:08:57 +00:00
nfs The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
opencrypto Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
rump Be a little more careful checking MLIBDIR 2014-03-07 05:49:05 +00:00
secmodel Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
stand
sys Move to a flat space register convention. %sr[4-7] are all now the space 2014-03-06 19:02:58 +00:00
ufs Current support for iterating over mnt_vnodelist is rudimentary. Every 2014-03-05 09:37:29 +00:00
uvm Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically initialize 2014-03-05 05:35:55 +00:00
Makefile