| Age | Commit message (Expand) | Author |
| 2010-02-27 | Spell "exception" properly. | snj |
| 2010-02-27 | Fix a couple old typos in comments. | snj |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2010-01-23 | rename pridtab{}::cpu_name to cpu_displayname. | mrg |
| 2009-12-14 | Fix merge botch (we use 64bit times now). | matt |
| 2009-12-14 | forward declare struct exec_package | mrg |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-11-29 | Don't build rump kernel with -mno-abicalls, because it's effectively | pooka |
| 2009-11-27 | - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. | rmind |
| 2009-11-26 | Back out unintended commit. | matt |
| 2009-11-26 | Kill proc0paddr. Use lwp0.l_addr instead. | matt |
| 2009-11-21 | Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage. | rmind |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-08-20 | include mips/vmparam.h to get PAGE_SIZE | cliff |
| 2009-08-19 | (Re-)define isa_detach_hook(), and define isa_dmadestroy(). Update | dyoung |
| 2009-08-17 | Only include md_uptes if USPACE > PAGE_SIZE | matt |
| 2009-08-17 | Don't install aout_machpep.h and bsd-aout.h | matt |
| 2009-08-13 | Move MID_MACHINE to <mips/mips_param.h> and use local values so we don't | matt |
| 2009-08-12 | Nuke a.out support for MIPS. | matt |
| 2009-08-12 | If using the N32 ABI, define _BSD_JBSLOT_T as long long. Keep _JBLEN | matt |
| 2009-08-11 | Flush by increasing way, then increasing addr. flush L1 before L2 (even | matt |
| 2009-08-09 | Add 16KB variants of MIPS3_PG_{ODDPG,HVN,SVN} | matt |
| 2009-08-09 | Beginning of large-page support. | matt |
| 2009-08-09 | s/struct device */device_t /;g | matt |
| 2009-08-07 | Add loongson2 specific cache ops | matt |
| 2009-08-06 | Add disassemble code for DMT, DMF, MTH and MFH. | msaitoh |
| 2009-08-06 | LOONGSON2 is a MIPS III | matt |
| 2009-08-01 | Add Loongson2 chip ids | matt |
| 2009-06-29 | Since pmap.c rev 1.163, page attributes of PV_MODIFIED and PV_REFERENCED | tsutsui |
| 2009-05-30 | Do not use the same trampoline for cpu_lwp_fork and cpu_setfunc - only | martin |
| 2009-05-30 | Add TLS relocation definitions. | skrll |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2009-01-12 | Use userspace version unless _HARDKERNEL. Otherwise we use atomic | pooka |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-21 | Update flags to match reality. | ad |
| 2008-12-09 | Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr, | pooka |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-10-15 | Merge wrstuden-revivesa into HEAD. | wrstuden |
| 2008-08-05 | Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of the | matt |
| 2008-06-21 | Add stdargs support for pcc. | gmcgarry |
| 2008-05-26 | Remove all initialization of obsolete ci_divisor_recip in | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-27 | Remove CTL_MACHDEP_NAMES, it's not used anywhere. | xtraeme |
| 2008-02-19 | Add PrID's for MIPS's 24K, 24KE, 34K and 74K cores. | simonb |
| 2008-01-25 | Define PT_MACHDEP_STRINGS | skrll |
| 2008-01-09 | Fix typo in macro name and comments. | wiz |
| 2008-01-08 | Remove __HAVE_TIMECOUNTER conditionals. | joerg |
| 2008-01-04 | Use new style memory barriers. | ad |