NetBSD/sys/arch/arm32/arm32
thorpej 3ebbe095e0 Change the pmap_extract() interface to:
boolean_t pmap_extract(pmap_t, vaddr_t, paddr_t *);
This makes it possible for the pmap to map physical address 0.
1999-07-08 18:05:21 +00:00
..
ast.c completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
autoconf.c Don't pass a nam2blk around at all; just have setroot() and friends reference 1999-06-07 20:16:08 +00:00
bcopy_page.S Remove a load of redundant .req statements. 1998-04-01 23:00:13 +00:00
bcopyinout.S Fix copyin() with zero length. (Arguments to 'moveq' were swapped). 1999-05-19 07:50:06 +00:00
blockio.S r13-r15 -> sp, lr, pc 1998-12-12 17:28:05 +00:00
bus_dma.c Change the pmap_extract() interface to: 1999-07-08 18:05:21 +00:00
compat_13_machdep.c Make signal delivery work again. 1998-09-13 08:19:49 +00:00
conf.c Finish the rest of the pms->opms rename for non-wscons PS/2 mice. 1999-01-23 22:18:41 +00:00
copystr.S Rewritten and cleanup the file. 1998-06-17 20:10:39 +00:00
cpufunc_asm.S r13-r15 -> sp, lr, pc 1998-12-12 17:28:05 +00:00
cpufunc.c Include opt_pmap_debug.h for PMAP_DEBUG defopt. 1998-07-06 02:40:42 +00:00
cpuswitch.S Don't include "opt_uvm.h" any more. 1999-03-24 12:41:27 +00:00
db_disasm.c Remove a chunk of dead comments as they appears in disassem.c where 1998-04-01 23:04:16 +00:00
db_interface.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_machdep.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
db_trace.c Quote "AS IS" as in the majority of Carnegy Mellon notices. 1999-04-12 20:38:17 +00:00
disassem.c First whack at making single-stepping work through switch and return 1998-11-25 06:41:26 +00:00
disassem.h Define prototypes for disasm() and disassemble(). 1998-02-21 22:38:40 +00:00
disksubr_acorn.c Fix bug with the return value in filecore_label_locate(). This bug caused 1998-10-06 01:47:53 +00:00
disksubr_mbr.c MBR_PTYP_* -> MBR_PTYPE_* to make this compile again. 1999-01-29 21:20:22 +00:00
disksubr.c Added support for DOS MBRs in addition to filecore boot blocks from 1998-06-08 20:21:17 +00:00
exception.S Remove redundant .req statements. 1998-04-01 22:59:25 +00:00
fault.c Enable interrupts *after* reading the fault address and status. This is 1999-05-05 22:06:15 +00:00
fusu.S Implement a mechanism to prevent fuswintr() and suswintr() from accessing 1998-08-16 02:11:32 +00:00
genassym.cf Don't include "opt_uvm.h" any more. 1999-03-24 11:35:30 +00:00
in_cksum_arm32.c Make copyright notices with my name consistent. 1998-08-15 03:02:31 +00:00
intr.c - Call ip6intr if INET6 is defined. 1999-06-28 08:20:40 +00:00
ipkdb_glue.c Use the macros defined in machine/trap.h for breakpoint information. 1997-10-14 09:57:28 +00:00
ipkdb_step.c Use the macros defined in machine/trap.h for breakpoint information. 1997-10-14 09:57:28 +00:00
locore.S Don't include "opt_uvm.h" any more. 1999-03-24 12:16:50 +00:00
machdep.c Change the pmap_extract() interface to: 1999-07-08 18:05:21 +00:00
mem.c Changes for modified pmap_enter() API: 1999-03-26 23:41:25 +00:00
pmap.c Change the pmap_extract() interface to: 1999-07-08 18:05:21 +00:00
process_machdep.c Convert b*() functions to mem*(). 1998-09-06 04:20:37 +00:00
setcpsr.S Remove redundant .req statements. 1998-04-01 22:59:25 +00:00
setstack.S Remove a load of redundant .req statements. 1998-04-01 23:00:13 +00:00
spl.S Always call dosoftints() for both lowerspl() and splx(). 1998-09-05 04:01:53 +00:00
strstr.c Remove register declarations. 1998-02-21 22:56:58 +00:00
strtoul.c RCSID Police. 1998-01-05 07:02:46 +00:00
stubs.c Remove beep related stub code now we have a sysbeep device. 1998-10-05 00:51:21 +00:00
sys_machdep.c Clean up included files. 1998-07-07 17:51:54 +00:00
syscall.c Make the kernel silent by default when running crashme. 1999-03-30 10:10:57 +00:00
undefined.c Make the kernel silent by default when running crashme. 1999-03-30 10:10:57 +00:00
vm_machdep.c Generally update the comment above vunmapbuf(). 1999-05-26 22:19:33 +00:00