| Age | Commit message (Expand) | Author |
| 2002-01-01 | Remove the call to abort(). We don't pull in a prototype for it, | thorpej |
| 2001-12-21 | Merge ast() and userret() between arm32 and arm26. The implementation used | bjh21 |
| 2001-12-20 | Use the correct version of va_arg() for _STANDALONE. | thorpej |
| 2001-12-20 | * Share a common vector page between arm26 and arm32. | thorpej |
| 2001-12-09 | Add support for dumping ELF-cormat core files. | thorpej |
| 2001-11-29 | Fetch cache info from the Cache Type register on ARM7TDMI and "greater" | thorpej |
| 2001-11-28 | Add prototypes for new XScale write-through cache routines. | thorpej |
| 2001-11-26 | Remove dummy includes. | thorpej |
| 2001-11-26 | Moved to <sys/disklabel_acorn.h> | thorpej |
| 2001-11-26 | Remove Shark-specific header file. | thorpej |
| 2001-11-26 | Don't install includes which userland doesn't need. | thorpej |
| 2001-11-25 | G/c the unused (and #if 0'd) bits of cpu_disklabel. Fetch disklabel_acorn.h | thorpej |
| 2001-11-23 | Use <arm/cpufunc.h>, not <machine/cpufunc.h>. | thorpej |
| 2001-11-23 | Move even more constants into the shared 32-bit vmparam.h header. | thorpej |
| 2001-11-23 | - Move more contents of various <machine/vmparam.h> files into | thorpej |
| 2001-11-22 | Add 26-bit and 32-bit types.h files, which indicate the programming | thorpej |
| 2001-11-19 | Implement pmap_update(). Currently it just calls cpu_cpwait(), | thorpej |
| 2001-11-19 | Add a "cpwait" cpufunc, currently a nullop on all but XScale. | thorpej |
| 2001-11-16 | Add prototypes for undefinedinstruction() and resethandler(). | bjh21 |
| 2001-11-15 | Implement __cpu_simple_lock*() primitives using the SWP insn. Note | thorpej |
| 2001-11-14 | * Give the XScale its own cpu_control() entry point; we have to flush | thorpej |
| 2001-11-11 | Even though the ARM architecture defines large, standard, and small | thorpej |
| 2001-11-09 | Implement a badaddr_read() routine which performs a load of the | thorpej |
| 2001-11-03 | Define boolean predicates pmap_pde_page, pmap_pde_section & pmap_pde_fpage, | rearnsha |
| 2001-11-02 | Define L1_FPAGE for fine page entries in L1 page table. | rearnsha |
| 2001-10-27 | Export pte_cache_mode. Define PT_CACHEABLE in terms of it. | rearnsha |
| 2001-10-27 | Declare the plcom device. | rearnsha |
| 2001-10-27 | Add new spl level -- _SPL_STATCLOCK. | rearnsha |
| 2001-10-19 | Make sure that PT_STEP is defined for userland, even though we don't | bjh21 |
| 2001-10-18 | Recognize GDB's default breakpoint instruction (as of GDB 5.0), in addition to | bjh21 |
| 2001-10-18 | Add support calls for ARM9. | rearnsha |
| 2001-10-16 | On ELF systems, make intptr_t and uintptr_t long, because Matt says so. | bjh21 |
| 2001-10-14 | Make the declaration of get_pc_str_offset() into a prototype. | bjh21 |
| 2001-09-16 | Add cdev_decl for new devices in conf.c | matt |
| 2001-09-13 | Sprinkle some static and inline into a couple of functions. Remove dead entr... | chris |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-10 | Initial commitment of the bus_space_mmap() functions as proposed by Jason R | reinoud |
| 2001-09-09 | Don't define pcb_* register macros. | toshii |
| 2001-09-09 | Readd sacom to cdevsw. | toshii |
| 2001-09-03 | Add a merged <pcb.h> for arm26/arm32. | matt |
| 2001-09-03 | Add __ELF__ stuff for resized types under ELF. | matt |
| 2001-09-03 | Switch netwinder to use a common conf.c for the arm ports. | matt |
| 2001-08-31 | Use comments around the token after a #endif. | simonb |
| 2001-08-27 | Remove unused entries from the pcb. This is with a long term view of merging... | chris |
| 2001-08-26 | Add xscale cpu functions | matt |
| 2001-08-25 | Increase the size of a jmp_buf when using ELF, since this will be our last | bjh21 |
| 2001-08-20 | Fix typo in comment (suceed). | wiz |
| 2001-08-11 | Checking a whole host of pmap changes: | chris |
| 2001-08-11 | Add arm_trunc_page, similair to trunc_page but using a hardcoded PGOFSET. | chris |
| 2001-08-07 | Add macros to hide the details of stack-pointer alignment. | bjh21 |