| Age | Commit message (Expand) | Author |
| 2001-12-18 | We haven't done ECOFF for a long time; garbage-collect all the | thorpej |
| 2001-12-18 | Add a memory clobber to alpha_pal_swapctx() and alpha_pal_swpipl(); | thorpej |
| 2001-12-18 | Disable .loc in macros for now; the new assembler is a lot more | thorpej |
| 2001-12-17 | Fix constraints in __asm statements (err, again). Kernels compiled | thorpej |
| 2001-12-09 | Add support for dumping ELF-cormat core files. | thorpej |
| 2001-11-15 | MAXSLP is defined to be a machine-independent scheduling parameter, | soren |
| 2001-11-01 | protect against multiple inclusion | drochner |
| 2001-10-31 | Rather than using a NetBSD-specific header file <machine/int_types.h> | thorpej |
| 2001-10-31 | Use <machine/elf_machdep.h> to override Elf64_Word and Elf64_Sword | thorpej |
| 2001-10-31 | Split elf32 vs. elf64 handling in loadfile(), including support for | thorpej |
| 2001-10-05 | Multiple include protection. | simonb |
| 2001-09-22 | *int_fast64_t should be "long", not "long long". | simonb |
| 2001-09-19 | Remove alpha/include/fbio.h -- it hasn't been used for a Long Time. | thorpej |
| 2001-09-19 | Fix typo in PRId64. | simonb |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-05 | The return address register ($ra) is callee-saved, not caller-saved. | nathanw |
| 2001-09-04 | Implement bus_space_mmap(). | thorpej |
| 2001-07-27 | Rework the interrupt code, shaving some cycles off in the process. | thorpej |
| 2001-07-19 | Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-end | thorpej |
| 2001-07-19 | Simplify the SGMAP code a bit, and move SGVA allocation out of a | thorpej |
| 2001-07-17 | Protect userland from the inlines and kernel variable decls. | thorpej |
| 2001-07-15 | Defer sending shootdown IPIs a bit longer. Reduces traffic a fair | thorpej |
| 2001-07-15 | - Tweak the pmap locking protocol slightly -- require that a pmap must | thorpej |
| 2001-07-14 | Cosmetic change. | thorpej |
| 2001-06-21 | constraint, not contraint. | wiz |
| 2001-06-14 | Don't need to prototype child_return() here, it's in <sys/proc.h>. | thorpej |
| 2001-06-08 | For ports that wire up pciide in compatibility mode, have | simonb |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-27 | Assorted microtime fixes (similar to fixes I made yesterday when | sommerfeld |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |
| 2001-05-14 | o Deal with stray machine checks | ross |
| 2001-05-03 | Add systype for "Titan" systems (systype 38). | thorpej |
| 2001-05-01 | Delete the pmap_copy() calls. | thorpej |
| 2001-05-01 | Use a single linked list for PV entries. This saves 1MB of space | thorpej |
| 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-29 | Add glue for page zero'ing in the idle loop. | thorpej |
| 2001-04-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink |
| 2001-04-28 | Add a microtime() implementation that interpolates between ticks | thorpej |
| 2001-04-26 | Add definitions for C99 fastest minimum-width integer types. | kleink |
| 2001-04-26 | o IEEE 754 floating-point completion code. | ross |
| 2001-04-24 | Delete a couple of statistics that are not really worth keeping. | thorpej |
| 2001-04-24 | Gather ASN info into a single structure, and place a variable-length | 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-21 | Adjust the way the cpu_info[] array works (array of pointers | thorpej |
| 2001-04-20 | Nonfunctional change split out from pending functional commit. | ross |
| 2001-04-20 | SPINLOCK_INTERLOCK_RELEASE_HOOK should actually be | thorpej |
| 2001-04-20 | Add splipi() to block interprocessor interrupts (which come in at IPL 5). | thorpej |