NetBSD/sys/arch/mips
martin 76713fa86f We never exec(2) with a kernel vmspace, so do not test for that, but instead
KASSERT() that we don't.
When calculating the load address for the interpreter (e.g. ld.elf_so),
we need to take into account wether the exec'd process will run with
topdown memory or bottom up. We can not use the current vmspace's flags
to test for that, as this happens too early. Luckily the execpack already
knows what the new state will be later, so instead of testing the current
vmspace, pass the info as additional argument to struct emul
e_vm_default_addr.
Fix all such functions and adopt all callers.
2015-11-26 13:15:34 +00:00
..
adm5120 PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
alchemy PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
atheros PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
bonito PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
cavium Update for latest dwc2 2015-08-30 13:02:42 +00:00
cfe
conf add a driver for the chip's EFUSE interface, use it to find the MAC address 2015-10-08 17:54:30 +00:00
include For processors that have memory breakpoints, add macros for them to help 2015-09-25 16:05:17 +00:00
ingenic Long overdue suggestions from Taylor Campbell and a few syntax/style 2015-11-17 16:53:21 +00:00
mips We never exec(2) with a kernel vmspace, so do not test for that, but instead 2015-11-26 13:15:34 +00:00
pci
pmon Cleanup includes 2015-06-26 22:32:23 +00:00
ralink Remove cfg1 manip, moved elsewhere. 2014-04-30 00:54:47 +00:00
rmi PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
sibyte PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
Makefile
Makefile.inc