| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-15 | The last cpsr_all change was misguided. Just use cpsr_c wherever possible. | scw |
| 2003-12-01 | - For consistency, use cpsr_all instead of cpsr. | scw |
| 2003-11-26 | fix typo pointed out by Olivier Houchard. thanks. | bsh |
| 2003-11-25 | bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa. | christos |
| 2003-11-14 | Slight re-org of the alignment/ast exit macro to better mimic the | scw |
| 2003-11-11 | The previous commit had a #endif in the wrong place. | scw |
| 2003-11-09 | Pick the right value for {,_}MACHINE_ARCH according to endianness. | scw |
| 2003-11-09 | Use #if defined(_KERNEL_OPT) to protect #include "opt_xxx.h" | tsutsui |
| 2003-10-31 | Overhaul arm32's abort handlers: | scw |
| 2003-10-30 | Move the alignment fault enable/disable code into macroes to avoid | scw |
| 2003-10-28 | Retire FPA support from this file at last; suggested by Richard Earnshaw | kleink |
| 2003-10-27 | For convenient use in libc, add unions of the C floating types and their | kleink |
| 2003-10-26 | Remove the FPA extended-precision format entirely; according to Richard | kleink |
| 2003-10-25 | Enable alignment faults on arm32 for both kernel and userland. | scw |
| 2003-10-25 | Update for FPA long double being 80-bit extended-precision format. | kleink |
| 2003-10-25 | G/c the 128-bit extended-precision format, which is not applicable to | kleink |
| 2003-10-23 | * Move the definitions for types other than single-precision and double- | kleink |
| 2003-10-23 | Add a defflag for __BUS_SPACE_HAS_STREAM_METHODS, and add the | scw |
| 2003-10-23 | Don't drop to spl0 in cpu_switch/cpu_switchto. Do it in the idle loop | scw |
| 2003-10-18 | Define SIGTRAMP_VALID(v). | briggs |
| 2003-10-13 | Document the need for pcb32_r8 to be quad-aligned, now that cpuswitch() | scw |
| 2003-10-13 | On Xscale, define PMAP_UAREA() and use it to tweak uarea mappings so | scw |
| 2003-10-08 | Add some accessor macros for the ucontext: | thorpej |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-05 | Add SA_SIGINFO support for ARM (from Chris Gilbert). | matt |
| 2003-09-29 | Define ELF32_MACHDEP_ENDIANNESS according to target byte order. | scw |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-09-11 | __{BEGIN,END}_DECLS-wrap prototypes. | kleink |
| 2003-09-06 | Add support for ARM10 class processors. | rearnsha |
| 2003-09-06 | Add processor-specific declarations for ARM10 class processors. | rearnsha |
| 2003-09-06 | Fix declarations of primary cache variables, so that they are | rearnsha |
| 2003-09-06 | Add support for ARM10 class devices. | rearnsha |
| 2003-09-06 | Add arm1020E cpu id | rearnsha |
| 2003-09-03 | Recognize some TI processors -- not that you'd want to use them. | mycroft |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-28 | Add an opaque cookie field to the bus dma tag. | thorpej |
| 2003-07-09 | Make faulting in DDB continue back in the top-level command | thorpej |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-18 | protect with #ifndef _LOCORE so that assembler codes can share | bsh |
| 2003-06-16 | Rename IPL_IMP -> IPL_VM. | thorpej |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-06-15 | Add another devmap routine that allows bootstrap code to register | thorpej |
| 2003-06-15 | Replace the ad-hoc "section mapping table" for static device mappings | thorpej |
| 2003-05-23 | support IXP425 Intel Network Processor | ichiro |
| 2003-05-22 | Use virtual_avail and virtual_end to compute the size of the available | thorpej |
| 2003-05-21 | Remove #ifdefs supporting the old pmap, switching fully to the new. | thorpej |
| 2003-05-21 | Use the GDB5 breakpoint value for the kernel breakpoint assembly statement | briggs |
| 2003-05-13 | add CPU types | ichiro |
| 2003-05-12 | Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's | kleink |