opnsense-src/lib/libsys/amd64
Konstantin Belousov 124f70e36e libsys, libc: provide rfork_thread() and pdrfork_thread() on all arches
(cherry picked from commit c1be185e3fb9afd6743683a8f5a43b9c364ab529)
2026-02-01 23:38:50 +02:00
..
_umtx_op_err.S libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
amd64_get_fsbase.c amd64: assume the kernel supports RDFSBASE and RDGSBASE 2025-08-08 18:15:21 +01:00
amd64_get_gsbase.c amd64: assume the kernel supports RDFSBASE and RDGSBASE 2025-08-08 18:15:21 +01:00
amd64_set_fsbase.c amd64: assume the kernel supports RDFSBASE and RDGSBASE 2025-08-08 18:15:21 +01:00
amd64_set_gsbase.c amd64: assume the kernel supports RDFSBASE and RDGSBASE 2025-08-08 18:15:21 +01:00
amd64_set_tlsbase.c amd64: add amd64_set_tlsbase(3) 2025-05-28 14:11:23 +03:00
cerror.S
getcontext.S
Makefile.sys libsys: add pdrfork_thread() on x86 2026-02-01 23:38:50 +02:00
Makefile.thr libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
pdrfork_thread.S libsys: add pdrfork_thread() on x86 2026-02-01 23:38:50 +02:00
rfork_thread.S libc: move rfork_thread(3) to libsys 2024-02-05 20:34:56 +00:00
Symbol.sys.map libsys, libc: provide rfork_thread() and pdrfork_thread() on all arches 2026-02-01 23:38:50 +02:00
SYS.h SYS.h: make _SYSCALL_BODY overridable 2024-02-05 20:34:56 +00:00
vfork.S