| Age | Commit message (Expand) | Author |
| 2003-09-06 | ANSIfy. | rearnsha |
| 2003-09-06 | Add a flags field to _PhysMem structure so that we can describe | rearnsha |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-04 | Provide a hook for board-specific code to register a device_register() | thorpej |
| 2003-06-16 | Rename IPL_IMP -> IPL_VM. | thorpej |
| 2003-05-22 | Move KERNEL_VM_SIZE into the C files where its used. | thorpej |
| 2003-05-22 | Use virtual_avail and virtual_end to compute the size of the available | thorpej |
| 2003-05-21 | Move KERNEL_VM_BASE inside where it is used (it won't be there for long). | thorpej |
| 2003-05-03 | Don't expose KERNEL_TEXT_BASE outside of board-specific code. This gives | thorpej |
| 2003-05-03 | Remove old pmap support for platforms which have fully switched over. | thorpej |
| 2003-04-29 | Don't define KERNEL_TEXT_BASE, et al, if ARM32_NEW_VM_LAYOUT is defined. | scw |
| 2003-04-28 | Don't define APTE_BASE if ARM32_PMAP_NEW is defined; the new pmap | thorpej |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-02-27 | Some interrupt controllers can select polarity of interrupt signals. | bsh |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-02 | Clean up evbarm interrupt support a little: | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-20 | Intel PXA2X0 based and Samsung S3C2XX0 based boards. | bsh |
| 2002-11-20 | add an EVBARM_BOARDTYPE constant for Samsung S3C2400X/2410X based | bsh |
| 2002-10-19 | make atomic_{set,clear}_bit() inline for arm32 ports, and | bsh |
| 2002-10-01 | add board type for Intel PXA2[15]0 and Samsung S3C2800 based boards. | bsh |
| 2002-09-14 | Back out previous; it breaks binary compatibility between platforms | thorpej |
| 2002-09-14 | Move some #defines out of _KERNEL. | mycroft |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-17 | Add a new option EVBARM_BOARDTYPE to differentiate between different | briggs |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-07-20 | attach/match separated from ixp12x0_com | ichiro |
| 2002-03-23 | * Change all uses of KERNEL_SPACE_START to KERNEL_BASE. | thorpej |
| 2002-03-23 | * Rename PROCESS_PAGE_TBLS_BASE -> PTE_BASE | thorpej |
| 2002-03-03 | * Add support for running the IQ80310 kernel where KERNEL_BASE != | thorpej |
| 2002-03-03 | Implement pmap_growkernel for arm32 based ports. | chris |
| 2002-02-28 | Use "#define<tab>". | simonb |
| 2002-02-12 | * For platforms which are already ELF, remove the definition of | thorpej |
| 2002-01-30 | New interrupt framework for NetBSD/evbarm, and accompanying new | thorpej |
| 2002-01-16 | Correct KERNEL_TEXT_BASE. | thorpej |
| 2001-12-20 | * Share a common vector page between arm26 and arm32. | thorpej |
| 2001-11-26 | Use <arm/arm32/psl.h> rather than <machine/psl.h>. | thorpej |
| 2001-11-26 | Delete <machine/psl.h> from the ARM ports. It's not a header that | thorpej |
| 2001-11-26 | Remove the NEWINTR stuff; it's not used, incomplete, and I'm trying | thorpej |
| 2001-11-25 | Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we did | thorpej |
| 2001-11-25 | End the "new ARM includes strategy" experiment. The new strategy | 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-23 | Extra whitespace removal. | thorpej |
| 2001-11-22 | Remove kerndebug.h from non-Shark code (it's a Shark-specific header | thorpej |
| 2001-11-22 | No need for <machine/rtc.h> here. | thorpej |
| 2001-11-22 | Kill <machine/katelib.h>. Any place that still uses it should just | thorpej |
| 2001-11-22 | Add 26-bit and 32-bit types.h files, which indicate the programming | thorpej |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-11-11 | Pull in common 32-bit ARM VM parameters. | thorpej |