| Age | Commit message (Expand) | Author |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-12-31 | ANSIfy, KNF. | simonb |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-21 | Vr4100 and Vr4300 are not capable of having external caches. | nisimura |
| 2003-12-15 | Use UART_SIZE instead of a (redefined) COM_NPORTS. | simonb |
| 2003-12-12 | Remove preprocessor conditional MIPS3_L2CACHE_ABSENT, which was rendered | sekiya |
| 2003-12-06 | Only compile in sysctl_machdep_booted_kernel() if __HAVE_BOOTINFO_H | simonb |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-26 | Hide the register number constants behind an _R_ prefix, and also | he |
| 2003-11-25 | bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa. | christos |
| 2003-11-08 | Add a define for the size of the UART register block. | simonb |
| 2003-11-08 | Use the COM_AU1x00 option for Au1x00 feature support. | simonb |
| 2003-11-08 | Sync with com.c, rev 1.222. | simonb |
| 2003-11-08 | Add a "COM_AU1x00" option, similar to COM_PXA2X0, for enabling Au1x00 | simonb |
| 2003-11-07 | Sync with dev/ic/com.c rev 1.221. | simonb |
| 2003-11-06 | Try using matching numbers of open and close parentheses to make this | simonb |
| 2003-11-04 | Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead. | dsl |
| 2003-11-02 | Kill trailing blank lines. | simonb |
| 2003-11-02 | Initialize another fp instance | christos |
| 2003-11-02 | only assign to fp when we have a valid lwp. Thanks simon | christos |
| 2003-11-02 | Use siginfo_t not ksiginfo_t in the frame. Doh! | christos |
| 2003-11-01 | - Flush cache only if mips_sdcache_line_size == 0 in pmap_copy_page() when | tsutsui |
| 2003-11-01 | cache_r10k.c rev. 1.1 is broken. Because, | shin |
| 2003-10-31 | Reduce code duplication by adding mi_userret() in sys/userret.h | cl |
| 2003-10-31 | don't need ELF_INTER_NON_RELOCATABLE anymore if no COMPAT_16, from simonb | drochner |
| 2003-10-31 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-31 | Don't pass the (unused) return value args to the | simonb |
| 2003-10-30 | set the onstack flag if requested. | christos |
| 2003-10-30 | KNF. | simonb |
| 2003-10-29 | Make this 64-bit paddr_t friendly. | simonb |
| 2003-10-29 | add compat_16_machdep.c | christos |
| 2003-10-29 | Add some more MTI CPU ids. | simonb |
| 2003-10-29 | first pass siginfo for mips | christos |
| 2003-10-29 | first pass siginfo glue for mips | christos |
| 2003-10-29 | Add some more MIPS vendor IDs. | simonb |
| 2003-10-27 | Remove assigned-to but otherwise unused variables. | simonb |
| 2003-10-27 | More bogus uninitialised warnings. | simonb |
| 2003-10-27 | "Fix" bogus gcc3 uninitialised warning. | simonb |
| 2003-10-26 | Use <sys/ieee754.h> where applicable. | kleink |
| 2003-10-25 | Oops, in the fpe_trap case, actually leave it storing $a2 in the $a3 stack | mycroft |
| 2003-10-25 | Store $a1 (and $a2 in another case) in the correct stack slot. | mycroft |
| 2003-10-25 | Update for GCC3 (basically, use the __builtin_va_* implementation). | mycroft |
| 2003-10-25 | Rename the "strtc" device to "m41t81rtc" so that it doesn't conflict with | simonb |
| 2003-10-23 | Remove "struct aubus_ohci_softc". As well as ohci_softc_t, it only had | simonb |
| 2003-10-21 | vaddr_t is not pointer, so don't compare it against NULL. | tsutsui |
| 2003-10-18 | Tell the Alchemy Au1x00 on-chip ohci that we're in big-endian mode if | simonb |
| 2003-10-18 | Remove unused ohci stub. | simonb |
| 2003-10-15 | One defintion of OP_SYNC should be enough. | simonb |
| 2003-10-11 | It seems r4k_sdcache_wb_range_NN() function can't handle | tsutsui |