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