summaryrefslogtreecommitdiffstats
path: root/sys/x86/include/psl.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-141-1/+9
| | | | | | | | | | | | | Debuggers may need to change PSL_RF. Note that tf_eflags is already stored in the signal context during signal handling and PSL_RF previously could be modified via sigreturn, so this change should not provide any new ability to userspace. For background see the thread at: http://lists.freebsd.org/pipermail/freebsd-i386/2007-September/005910.html Reviewed by: jhb, kib Sponsored by: DARPA, AFRL
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-191-0/+84
OpenPOWER on IntegriCloud