NetBSD/sys/arch/arm32/arm32
leo d4713d24c2 Implement the kernel part of pr-1891. This allows for a more flexible sized
msgbuf. Note that old 'dmesg' and 'syslogd' binaries will continue running,
though old 'dmesg' binaries will output a few bytes of junk at the start of
the buffer, and will miss a few bytes at the end of the buffer.
1997-09-19 13:52:37 +00:00
..
ast.c
autoconf.c If MEMORY_DISK_IS_ROOT is defined don't bother to compiling in the code 1997-07-31 01:11:33 +00:00
bcopy.S Call mcount() from bcopy() and memcpy() is GPROF and PROFILE_ASM are 1996-10-15 02:04:40 +00:00
bcopy_page.S The bcopy_page() and bzero_page() functions now call mcount() if 1996-10-15 01:52:01 +00:00
bcopyinout.S
blockio.S Implemented the functions inswm8() and outswm8() that are optimised 1997-01-17 00:56:24 +00:00
clock.c Overhauled and updated to work with dev/clock_subr.[ch] 1997-07-31 01:08:01 +00:00
conf.c Use <machine/conf.h> for prototypes of the block and character device 1997-01-28 05:00:03 +00:00
copystr.S
cpufunc.c Major overhaul of handling of CPU/MMU/TLB specific functions. This allows 1997-02-04 05:50:19 +00:00
cpufunc_asm.S Do profiling if GPROF and PROFILE_ASM are defined. 1997-02-23 04:20:29 +00:00
cpuswitch.S Added calls to mcount() for the assembly functions here if GRPOF and 1997-07-31 00:03:54 +00:00
db_disasm.c Added token 'Y' to print stack orientated nmemonics for {sl}dm r13, ... 1997-01-12 14:21:44 +00:00
db_interface.c Cast the destination address for the cpu_cache_syncI_rng() function in 1997-08-07 16:24:34 +00:00
db_machdep.c Added machine command to print a trapframe. 1996-10-15 01:23:36 +00:00
db_trace.c Removed the SA110 condition compilation and instead test the cputype 1997-02-04 06:53:41 +00:00
debug.c Guard all functions that are only used by kshell with #ifdef KSHELL. 1997-01-03 23:15:44 +00:00
disassem.c
disksubr.c Recognise the name Empty: as a possible valid partition in a RISCiX 1996-11-23 03:56:44 +00:00
exception.S Remove local definitions of macros to push and pull trapframes and instead 1997-02-10 03:50:53 +00:00
fault.c Add specific checks for user space accesses to the page table area (just 1997-07-31 00:16:12 +00:00
fiq.S
fusu.S Call mount() on function entry if both GPROF and PROFILE_ASM are defined. 1997-02-18 03:15:06 +00:00
genassym.c Add a define for the cpu_functions structure member cf_sleep. 1997-02-10 04:01:08 +00:00
ipkdb_glue.c Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
ipkdb_step.c Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
irq.S Remove local definitions of macros to push and pull trapframes and instead 1997-02-10 03:50:53 +00:00
irqhandler.c Add netatalk netisr 1997-04-02 21:48:55 +00:00
locore.S Remove some redundant .global directives as ENTRY() macro includes 1997-07-29 01:20:34 +00:00
machdep.c Implement the kernel part of pr-1891. This allows for a more flexible sized 1997-09-19 13:52:37 +00:00
makemodes.c Prototype main(). 1997-01-28 05:02:30 +00:00
mem.c Cleaned up mmmmap(). No point in trying to support mmap of /dev/kmem since 1997-07-31 23:02:24 +00:00
memset.S
pmap.c Implement the kernel part of pr-1891. This allows for a more flexible sized 1997-09-19 13:52:37 +00:00
postmortem.c Keep note on when we are in postmortem() in order to avoid being 1997-07-29 01:37:30 +00:00
process_machdep.c Minor changes (inline -> __inline)) 1997-01-06 04:47:53 +00:00
setcpsr.S
setstack.S
spl.S
strstr.c
strtoul.c Limit valid numeric digits to between 0 and min(base, 9) inclusive so that 1997-02-18 03:12:15 +00:00
stubs.c Renames: /dumpconf/cpu_dumpconf/, /boot/cpu_reboot/ 1997-03-26 22:42:13 +00:00
sys_machdep.c Process the parameters passed in the SYNC_ICACHE sysarch() call and just 1997-02-10 03:19:36 +00:00
syscall.c Removed loads of old debugging code and special swi codes used during 1996-10-15 03:08:45 +00:00
undefined.c The undefined handlers now have a fourth argument which is a fault code. 1996-10-15 02:14:21 +00:00
vm_machdep.c Modified the cpu_cache_purge_ID() calls in pagemove(), vmapbuf() and 1997-07-31 00:08:04 +00:00