aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/mips/freebsd32_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Set the standard freebsd brand note for ELF binaries on MIPS,Ruslan Bukin2016-09-221-1/+2
* The TLS offset is a property of the process ABI.Brooks Davis2016-09-151-0/+3
* Convert ss_sp in stack_t and sigstack to void *.John Baldwin2016-01-271-1/+1
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-0/+1
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-3/+0
* The kernel sends signals to the processes via ABI specific sv_sendsig method.Dmitry Chagin2015-05-241-6/+0
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) asKonstantin Belousov2015-01-311-2/+2
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernJuli Mallett2012-03-121-1/+0
* Fix two and a half oversights in COMPAT_FREEBSD32 related to contexts andJuli Mallett2012-03-061-2/+3
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-031-0/+496