| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-03 | merge pmap.h for all 4k-page motorola-MMU (or compatible) m68k platforms. | chs |
| 2002-10-28 | untangle includes a bit: | chs |
| 2002-10-14 | merge pte.h for m68k w/ motorola or compatible MMU | chs |
| 2002-10-14 | Sort. | isaki |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-07-13 | m68k syscall rototill: | scw |
| 2002-06-23 | remove definition of CLOCKS_PER_SEC protected by #ifdef KERNEL. It is | perry |
| 2002-03-24 | bsd_audioio.h was obsolated by vs0 | isaki |
| 2002-02-28 | Use "#define<tab>". | simonb |
| 2001-12-06 | Add ELF support. | minoura |
| 2001-11-28 | No point in installing svr4_machdep.h. | kleink |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-11-11 | Support BUS_SPACE_MAP_SHIFTED_EVEN for bus_space_map(). | isaki |
| 2001-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 2001-10-28 | fix typo s/X86K/X68K/ in comment. | isaki |
| 2001-09-27 | libsa for the new bootloader of x68k port. | minoura |
| 2001-09-27 | Embed the version number of the interface between the bootloader and | minoura |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-07-19 | Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-end | thorpej |
| 2001-06-12 | Remove unneeded whitespace. | minoura |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |
| 2001-05-26 | replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. | chs |
| 2001-05-01 | Per discussion w/ chuck and chuck, restructure the md page stuff | thorpej |
| 2001-04-29 | Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data for | thorpej |
| 2001-04-22 | Undo a misguided previous change to the pmap_update() API. | thorpej |
| 2001-04-22 | Give pmap_update() an argument (a pmap_t) so that it knows which | thorpej |
| 2001-04-21 | #define away pmap_update() in <machine/pmap.h> so that no function | thorpej |
| 2001-04-15 | Add definitions of C99 integer format conversion macros. | kleink |
| 2001-04-15 | Add definitions of C99 specified-width integer type limits. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 integer constant macros. | kleink |
| 2001-04-14 | Add definitions of C99 minimum-width and greatest-width integer types. | kleink |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-03-07 | Add the BUS_DMA_STREAMING flag. | thorpej |
| 2001-02-21 | Use m68k_page_offset and m68k_trunc_page macros, | minoura |
| 2001-01-29 | Performance hack. | itohy |
| 2001-01-14 | Make sure everybody has an splvm() and equate it with splimp() (splimp() | thorpej |
| 2001-01-11 | Sync. w/ luna68k; eliminate irrelavant code imposed by | minoura |
| 2001-01-11 | Eliminate EIOMAPSIZE. | minoura |