| Age | Commit message (Expand) | Author |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-01-25 | free -> dealloc | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-07 | include machine/intr.h only in the _KERNEL case, as | drochner |
| 2005-09-07 | namespace sanity: kill includes which are not | drochner |
| 2005-07-11 | Add m68k sunos_machdep.h | christos |
| 2005-06-12 | Make disklabel(8) and fdisk(8) into "host tools " last step: build | dyoung |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-01-19 | de-__P, remove register, ansify. | chs |
| 2004-09-26 | don't expose cpu_info to userland. | yamt |
| 2004-09-22 | move some per-cpu data definitions to MI place so that they can be modified | yamt |
| 2004-05-08 | Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. | kleink |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-11-15 | Commit changes proposed on tech-kern Thu, 6 Nov 2003 | bouyer |
| 2003-10-27 | move structs nextstep_disklabel/cpu_partition and appendant #defines | cl |
| 2003-10-05 | Minor tweaks to the color framebuffer code -- still don't know what the deal | mycroft |
| 2003-10-01 | Some small cleanup -- make the base,limit values vaddr_t, not char*. | mycroft |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 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-20 | merge the 12 copies of vm_machdep.c on the m68k platforms. | chs |
| 2002-10-14 | merge pte.h for m68k w/ motorola or compatible MMU | chs |
| 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-09-11 | Comprehensive patches from Christian Limpach: | mycroft |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-07-13 | m68k syscall rototill: | scw |
| 2002-07-11 | Apply patches from Christian Limpach: | christos |
| 2002-06-11 | bus_space_mmap(), same as atari port. untested, as it is unused. | deberg |
| 2002-05-14 | Eliminate commons (including many used ones). Clean up variable references. | matt |
| 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-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 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-21 | constraint, not contraint. | wiz |
| 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-13 | turn on printf format-string checking and -Werror. fix all warnings. | chs |
| 2001-05-12 | switch next68k to ELF. highlight include: | 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 |