mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
- Use update_pcb_bases() when updating FS or GS base addresses to permit use of FSBASE and GSBASE in Linux processes. This also sets PCB_FULL_IRET. linux32 was setting PCB_32BIT which should be a no-op (exec sets it). - Remove write-only variables to construct unused segment descriptors for linux32. Reviewed by: kib MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D29026 |
||
|---|---|---|
| .. | ||
| linux.h | ||
| linux_dummy_machdep.c | ||
| linux_genassym.c | ||
| linux_locore.asm | ||
| linux_machdep.c | ||
| linux_proto.h | ||
| linux_ptrace.c | ||
| linux_support.s | ||
| linux_syscall.h | ||
| linux_syscalls.c | ||
| linux_sysent.c | ||
| linux_systrace_args.c | ||
| linux_sysvec.c | ||
| linux_vdso.lds.s | ||
| Makefile | ||
| syscalls.conf | ||
| syscalls.master | ||