| Age | Commit message (Expand) | Author |
| 2023-03-28 | Add missing PRIuBUSSIZE to mips. | nakayama |
| 2022-07-07 | Add PRIuVSIZE | martin |
| 2021-05-15 | The MIPS O64 ABI uses full 64-bit FP regs. | simonb |
| 2021-03-29 | Provide vm_offset_t and vm_size_t typedefs - used by dtrace. | simonb |
| 2021-01-23 | Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8 | christos |
| 2020-12-06 | don't expose vaddr_t to userland. | christos |
| 2020-08-17 | port crash(8) to mips. (most of the kernel side.) | mrg |
| 2020-07-30 | Sort the #define __HAVEs. NFCI. | skrll |
| 2020-04-30 | G/C __HAVE_AST_PERPROC | skrll |
| 2020-03-22 | Temporarily mark hppa, mips, powerpc and riscv with __HAVE_UNLOCKED_PMAP, | ad |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2017-12-09 | provide 32 and 64 bit register struct definitions. | christos |
| 2017-01-27 | remove __HAVE_COMPAT_NETBSD32 | christos |
| 2017-01-26 | provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently. | christos |
| 2016-07-11 | Change MIPS to use the common pmap code. | matt |
| 2016-01-24 | expose label_t for _KMEMUSER | christos |
| 2016-01-24 | expose __fpregister_t too, merge definitions. | christos |
| 2016-01-23 | expose the kernel types for standalone code. | christos |
| 2016-01-23 | Hide {p,v}{addr,size}_t and register_t (and a couple more types that | christos |
| 2015-08-27 | Fix PTHREAD_FOO_INITIALIZER for C++ by not using volatile in the relevant | pooka |
| 2015-06-11 | Add tlb_asid_t | matt |
| 2015-06-10 | Transition from __cpuset_t to kcpuset_t *. This brings the local pmap one | matt |
| 2015-06-06 | introduce PRIxCPUSET to deal with 32bit __cpuset_t on o32 | macallan |
| 2015-03-29 | use 32bit __cpuset_t in o32 kernels | macallan |
| 2014-01-04 | Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size | dsl |
| 2011-08-16 | Add support for the MIPS DSP ASE (as a second PCU). | matt |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-04-29 | define<space> -> define<tab> | matt |
| 2011-03-15 | Add MIPS TLS support. | matt |
| 2011-02-24 | Allow storing and receiving the LWP private pointer via ucontext_t | joerg |
| 2011-02-20 | Minor fix of previous: remove __SWAP_BROKEN (it is no more in -current). | rmind |
| 2011-02-20 | Major merge forward from matt-nb5-mips64. | matt |
| 2010-12-22 | Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first | matt |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2007-11-29 | __HAVE_ATOMIC64_OPS if 64-bit | ad |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-01-18 | Do not export __HAVE_RAS to userland. Applications are supposed to try | martin |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2002-11-03 | In the _MIPS_PADDR_T_64BIT case, only use "unsigned long long" if _LP64 | thorpej |
| 2002-11-03 | Retire __HAVE_MD_RUNQUEUE from MD types.h and remove | nisimura |
| 2002-11-02 | Make register_t == long long for N32, and == long for everthing else. | thorpej |
| 2002-09-22 | Use "#define\t" instead of "#define ". | simonb |
| 2002-09-22 | Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives. | gmcgarry |
| 2002-08-28 | RAS support for MIPS. Tested on R3000. | gmcgarry |
| 2002-03-05 | Change a MIPS3 check to a MIPS3_PLUS check (XXX - still bogus!). | simonb |
| 2002-02-28 | Use "#define<tab>". | simonb |