NetBSD/sys
tsutsui bd0b32eaf1 Fix another boot failure issue of NetBSD/zaurus 8.x and later.
It looks some cacheline alignment restriction so that zbsdmod.o in
NetBSD/zaurus 8.x release cannot jump to a loaded kernel properly.
Adding an explicit alingment pseudo op to put all instructions
between I-cache flush and jumping to the loaded kernel into the
same cacheline solves the issue.

See my post in port-zaurus@ for details:
 https://mail-index.netbsd.org/port-zaurus/2019/10/22/msg000069.html

Should be pulled up to netbsd-8 and netbsd-9.
2019-10-26 09:58:40 +00:00
..
altq
arch Fix another boot failure issue of NetBSD/zaurus 8.x and later. 2019-10-26 09:58:40 +00:00
coda
compat regen 2019-10-13 22:31:31 +00:00
conf
crypto
ddb
dev Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU 2019-10-25 17:39:56 +00:00
dist/pf
external fix printf formats 2019-10-25 01:32:56 +00:00
fs When the MFT record size is lower than the cluster size we have 2019-10-18 08:19:33 +00:00
gdbscripts
kern Fix a race condition when handling concurrent LWP signals and add a test 2019-10-21 17:07:00 +00:00
lib Make sure we're dealing with a static binary. Otherwise we could crash if 2019-10-17 14:00:28 +00:00
miscfs
modules Elide function pointer cast errors 2019-10-13 22:30:52 +00:00
net vlan: get rid of unnecessary if_ipackets++ in vlan_input 2019-10-21 06:26:12 +00:00
net80211
netatalk
netbt
netcan
netinet s/initalize/initialize/ in comment or printf message. 2019-10-18 04:09:01 +00:00
netinet6 in6: reset the temporary address timer on a change of the interval period 2019-10-18 04:33:53 +00:00
netipsec
netmpls
netsmb
nfs s/initalize/initialize/ in comment or printf message. 2019-10-18 04:09:01 +00:00
opencrypto add (void *) intermediate casts to elide gcc function cast warnings. This 2019-10-12 00:49:30 +00:00
rump Switch the iconv(3) prototype to the POSIX conformant variation 2019-10-24 18:17:14 +00:00
secmodel
stand
sys Provide sysconf(_SC_RTSIG_MAX) = SIGRTMAX - SIGRTMIN 2019-10-16 20:43:18 +00:00
ufs
uvm Define and use VM_PAGEMD_PVLIST_EMPTY_P 2019-10-20 08:29:38 +00:00
Makefile