| Age | Commit message (Expand) | Author |
| 2002-01-02 | pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list, | chs |
| 2001-12-16 | Consider __NO_LEADING_UNDERSCORES__ provided by the new ELF toolchain. | thorpej |
| 2001-12-15 | To make dev/pcmcia work on platforms with 64-bit bus_addr_t and | soren |
| 2001-12-14 | Use __sh__ instead of __sh3__. | thorpej |
| 2001-12-09 | Add support for dumping ELF-cormat core files. | thorpej |
| 2001-12-09 | Roll the rest of the ports over to the new MI kernel build machinery. | atatat |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-20 | cleanup: | lukem |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-11-15 | fix pmap_extract() to handle addresses with a PTP but an invalid PTE. | chs |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej |
| 2001-10-26 | Change defaults for kernel compiles. Default all to USETOOLS?=no and have | jmc |
| 2001-10-23 | Use MACHINE, not TARGET_MACHINE. | thorpej |
| 2001-10-16 | s/BYTE_ORDER/_BYTE_ORDER/g | msaitoh |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-09-21 | fix type-o. | chs |
| 2001-09-19 | Fix kern/13049: missing unlock on failure exit from pmap_enter() | chs |
| 2001-09-16 | Grammar improvements in comments. | wiz |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-14 | remove obsolete file | msaitoh |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-10 | add missing check for framing error | msaitoh |
| 2001-09-01 | s/cpu_startup/sh3_startup/g in panic messages | msaitoh |
| 2001-08-19 | I was wrong, sh4 does have a VAC. | chs |
| 2001-08-19 | typo in previous. | chs |
| 2001-08-19 | use pmap_k* in vmapbuf() and vunmapbuf() since there's no VAC on this platform. | chs |
| 2001-08-12 | Move _insque()/_remque() to libkern. Once remaining uses would | jdolecek |
| 2001-08-10 | G.C. | msaitoh |
| 2001-08-10 | byebye | msaitoh |
| 2001-08-10 | fix a ldtlb handling bug: | msaitoh |
| 2001-07-22 | Make this compile again. | tsubai |
| 2001-07-20 | use definition of memory size for physical area | ichiro |
| 2001-07-19 | Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-end | thorpej |
| 2001-06-24 | fix KERNELMODE() macro (check MD bits, too) | msaitoh |
| 2001-06-24 | use MMUCR_TF macro defined in mmureg.h | msaitoh |
| 2001-06-24 | cpu_fork() fix: | msaitoh |
| 2001-06-24 | fix microtime() | msaitoh |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-06-10 | .type xxx,@function isn't supported under COFF | msaitoh |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-29 | define _KERNEL_OPT as well as _KERNEL. we will use this in the future to | 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-25 | Replicate pte unmap change from i386 pmap.c | sommerfeld |
| 2001-05-16 | sigreturn() fix (from kleink) | msaitoh |
| 2001-05-13 | Correct a simple bug in the recent commit (pmap.c:1.19) by thopej. | tshiozak |