summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/exec_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Update comments for the MD functions managing contexts for newkib2016-06-161-3/+3
* Add macro to convert errno and use it when appropriate.dchagin2016-05-221-5/+1
* powerpc: Replace rounddown() from r298856 with roundup().pfg2016-04-301-3/+3
* powerpc: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-3/+3
* Only check for SYS_freebsd6_lseek if the syscall code is defined.bz2016-03-141-2/+5
* Align signal stack pointer to 16 bytes.jhibbits2016-02-031-3/+3
* Restore the ABI of 'struct fpreg' on powerpc.jhb2016-02-011-4/+14
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Make ELFv2 powerpc64 kernels build and run. Loader support will come in anwhitehorn2015-11-291-1/+2
* Provide support for userland binaries using the new ELFv2 ABI. This is anwhitehorn2015-11-231-16/+2
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-6/+0
* Provide VSX context in ucontext(3) API.nwhitehorn2015-03-121-6/+12
* The AIM DAR (data access fault address register) and Book-E DEAR registersnwhitehorn2015-03-041-12/+2
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-221-1/+13
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-2/+2
* Fix 32-bit signal handling on ppc64. This was broken when the PSL_USERSTATICjhibbits2014-01-241-0/+1
* Unify handling of illegal instruction faults between AIM and Book-E. Thisnwhitehorn2013-11-171-0/+38
* Split the function of the PCB_FPU flags into two: PCB_FPU now indicates thatnwhitehorn2013-11-171-24/+12
* Remove dead reference to PSL_MBO.nwhitehorn2013-10-251-1/+1
* Remove some #ifdef and duplication in the MSR bit definitions. This addsnwhitehorn2013-10-251-4/+2
* Do not restore the register holding the TLS pointer when doing variousnwhitehorn2012-04-111-2/+12
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Make sure that extra threads in 32-bit processes stay in 32-bit mode. Thisnwhitehorn2011-04-131-0/+3
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-6/+6
* Enable shared page for the signal trampolines on PowerPC.kib2011-01-141-2/+1
* Restructure the way the copyin/copyout segment is stored to prevent anwhitehorn2010-10-301-1/+0
* Fix a missing set of parantheses that could cause recent versions of libthrnwhitehorn2010-09-131-2/+2
* MFppc64:nwhitehorn2010-07-131-26/+388
* Unify ABI-related bits of the Book-E and AIM machdep routinesnwhitehorn2010-07-121-0/+681
OpenPOWER on IntegriCloud