summaryrefslogtreecommitdiff
path: root/sys/arch/mips
AgeCommit message (Expand)Author
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-08fix various typos in comments and log messages.andvar
2021-12-07Make this compile again.skrll
2021-12-05s/progam/program/ in comment.msaitoh
2021-12-05s/multple/multiple/ in comment.msaitoh
2021-12-05s/funtion/function/ in comment.msaitoh
2021-11-16Use the register define MIPS_HWR_ULR instead of a magic number.simonb
2021-11-16Use the architecture documented name ULR for the RDHWR user localsimonb
2021-11-16Add some comments for the RDHWR register numbers.simonb
2021-11-16Only need one #define for MIPS_HWR_CPUNUM.simonb
2021-11-10s/endianess/endianness/msaitoh
2021-11-10s/acutal/actual/ in comment.msaitoh
2021-11-06COMPAT_NETBSD32 is all about running the 32-bit flavor of nativethorpej
2021-11-06Fix typo in comment. s/phyiscally/physically/msaitoh
2021-11-01fix typos, mainly in words minimum and maximum, but also few others.andvar
2021-10-30Adjust the rules for sigcontext visibility on MIPS:thorpej
2021-10-27Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-10-27Define __HAVE_STRUCT_SIGCONTEXT for _KERNEL in addition to _LIBC.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-19Revert previous:rin
2021-10-14cpu_uarea_alloc: For ILP32, do not try to allocate physical memory aboverin
2021-10-04remove duplicate the article in comments.andvar
2021-10-02Pass the pmap in tlb_set_asid for the benefit of aarch64.skrll
2021-10-02Use KERNEL_PID instead of 0. NFC.skrll
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-17some love to double letters (in comments).andvar
2021-09-16fix various typos, mainly in comments.andvar
2021-09-06Instead of requiring drivers to be explicit about their device memoryjmcneill
2021-09-03s/existant/existent/ in comments and messages, plus few more similar fixes.andvar
2021-09-01fix few typos in comments.andvar
2021-08-25- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms ofthorpej
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-14Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...ryo
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2021-08-09s/fist/first/andvar
2021-08-09s/definitons/definitions/andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-03Fix various typos in comments. Also add missing NetBSD RCS Id in some of thes...andvar
2021-08-02fix various typos in comments and log messages.andvar
2021-07-31s/threshhold/thresholdandvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-06-23Remove an unused #define.simonb
2021-06-02s/leading spaces/tabs/simonb
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-05-29Update the FPU register names and bit definitions to something somewhatsimonb
2021-05-28Update R6000 description.simonb
2021-05-27Rename the unhelpfully named mips_emul_lwc0() and mips_emul_swc0() tosimonb
2021-05-27Print the CP0 status register too in the debug trap code.simonb