freebsd-skq/sys/i386/linux
emaste b0519089ed MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)
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
Approved by:	re (gjb)
2013-11-25 15:58:48 +00:00
..
imgact_linux.c Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use 2013-09-09 18:11:59 +00:00
linux_dummy.c Revert r255672, it has some serious flaws, leaking file references etc. 2013-09-18 18:48:33 +00:00
linux_genassym.c
linux_ipc64.h
linux_locore.s
linux_machdep.c Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
linux_proto.h Regen. 2013-09-18 18:49:26 +00:00
linux_ptrace.c Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h 2013-01-29 18:41:30 +00:00
linux_support.s
linux_syscall.h Regen. 2013-09-18 18:49:26 +00:00
linux_syscalls.c Regen. 2013-09-18 18:49:26 +00:00
linux_sysent.c Regen. 2013-09-18 18:49:26 +00:00
linux_systrace_args.c Regen. 2013-09-18 18:49:26 +00:00
linux_sysvec.c MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) 2013-11-25 15:58:48 +00:00
linux.h Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h 2013-01-29 18:41:30 +00:00
Makefile add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls 2011-03-12 08:51:43 +00:00
syscalls.conf add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls 2011-03-12 08:51:43 +00:00
syscalls.master Revert r255672, it has some serious flaws, leaking file references etc. 2013-09-18 18:48:33 +00:00