summaryrefslogtreecommitdiff
path: root/sys/mips/include/proc.h
Commit message (Expand)AuthorAgeFilesLines
* Implement GET_STACK_USAGE on remaining archsMitchell Horne2021-12-071-0/+11
* Remove 'struct trapframe' pointer from mips64's 'struct syscall_args'.Edward Tomasz Napierala2020-11-061-2/+2
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-1/+0
* Various fixes to TLS for MIPS.John Baldwin2020-06-121-3/+1
* mips: avoid empty mdproc structKyle Evans2019-08-191-1/+2
* Fix PT_STEP single-stepping for mips.John Baldwin2018-04-241-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov2017-06-121-2/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* The TLS offset is a property of the process ABI.Brooks Davis2016-09-151-0/+1
* Remove more unused code and declarations, and add dire warnings to the 64-bitJuli Mallett2012-03-121-5/+0
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-031-0/+1
* - Add better COP2 (crypto coprocessor) context handler for Octeon. KeepOleksandr Tymoshenko2012-01-061-0/+12
* Remove unused define.Konstantin Belousov2011-10-071-1/+0
* Convert MIPS to the syscallenter/syscallret system call sequence handlers.Konstantin Belousov2011-10-061-0/+11
* Support for 64 bit PTEs on n32 and n64 compilation.Jayachandran C.2011-01-131-9/+13
* Style: use #define<TAB> instead of #define<SPACE>.Konstantin Belousov2010-04-271-2/+2
* Move the constants specifying the size of struct kinfo_proc intoKonstantin Belousov2010-04-241-0/+6
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches theJuli Mallett2010-04-181-2/+1
* Reduce the size of the array used to store the TLB mappings for the kernelNeel Natu2010-02-031-1/+1
* Merge from projects/mips to head by hand:Warner Losh2010-01-101-0/+1
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,Warner Losh2008-04-131-0/+71