| Age | Commit message (Expand) | Author |
| 2001-12-16 | Consider __NO_LEADING_UNDERSCORES__ provided by the new ELF toolchain. | 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-09-21 | fix type-o. | chs |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 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-24 | fix KERNELMODE() macro (check MD bits, too) | msaitoh |
| 2001-06-24 | use MMUCR_TF macro defined in mmureg.h | msaitoh |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-06-10 | .type xxx,@function isn't supported under COFF | msaitoh |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-26 | replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. | chs |
| 2001-05-16 | sigreturn() fix (from kleink) | msaitoh |
| 2001-05-03 | There is no extended-precision format on sh3. | kleink |
| 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-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink |
| 2001-04-26 | Add definitions for C99 fastest minimum-width integer types. | kleink |
| 2001-04-22 | Undo a misguided previous change to the pmap_update() API. | thorpej |
| 2001-04-22 | make this compile again under SH4 | uch |
| 2001-04-22 | add RTC control register 1 defines. | uch |
| 2001-04-22 | Give pmap_update() an argument (a pmap_t) so that it knows which | thorpej |
| 2001-04-21 | pmap_update() should not be equated with "flush entire TLB", it is | 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-04-09 | Altentries should also be marked as functions, to keep linker happy. | marcus |
| 2001-04-09 | Mark syscalls as functions. | marcus |
| 2001-03-29 | When the endians are little, they are little. | marcus |
| 2001-02-25 | check __LEADING_UNDERSCORE | msaitoh |
| 2001-02-25 | check __LEADING_UNDERSCORE instead of __sh3__ | msaitoh |
| 2001-02-21 | add SH7709/SH7709A I/O port register define | uch |
| 2001-02-19 | temporary fix a serious pmap problem with dummy PMAP_{MAP,UNMAP}_POOLPAGE(). | msaitoh |
| 2001-02-07 | move VM_PHYSSEG_MAX, VM_NFREELIST, VM_FREELIST_DEFAULT defines to | uch |
| 2001-02-02 | Add some comments about P/USEG | thorpej |
| 2001-02-02 | Rewrite how mod/ref emulation is done. In particular, make | thorpej |
| 2001-01-30 | add some macros for 8bit PCMCIA access | msaitoh |
| 2001-01-14 | Make sure everybody has an splvm() and equate it with splimp() (splimp() | thorpej |
| 2001-01-04 | split MACHINE_ARCH sh3e[lb]. userland build still needs checking. | itojun |
| 2001-01-03 | replace 'long long' with int64_t to compile stand alone program with | takemura |
| 2000-12-26 | make mbstate_t bigger (32 -> 128 bytes). | itojun |
| 2000-12-21 | populate _BSD_MBSTATE_T_. add warning regarding to rune_t. | itojun |
| 2000-12-14 | Made weak_alias create correct labels on sh-elf. | marcus |
| 2000-10-31 | add interrupt mode into wdog | msaitoh |
| 2000-09-28 | We do wired page accounting. Tell UVM about this. | is |
| 2000-09-08 | DDB single step and stack trace support. | tsubai |