freebsd-src/lib/libc/sys
Brooks Davis 6e83504c60 Revert "lib{c,sys}: normalize export of openat, setcontext, and swapcontext"
I put the symbols in the wrong file (should have been
lib/libc/sys/Symbol.map), added a duplicate pdfork entry due to a botch
rebase, and there seems to be a issue with gcc13/binutils not exposing
the symbols so revert the whole thing while I debug.

This reverts commit ee632fb9eb.
2024-04-19 22:25:04 +01:00
..
accept.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
accept4.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
aio_suspend.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
brk.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
clock_nanosleep.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
close.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
closefrom.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
compat-stub.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
connect.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
creat.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
fcntl.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
fdatasync.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
fork.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
fsync.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
getdents.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
kevent.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
lockf.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
lstat.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
Makefile.inc lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
mknod.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
msync.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
nanosleep.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
open.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
openat.c Revert "lib{c,sys}: normalize export of openat, setcontext, and swapcontext" 2024-04-19 22:25:04 +01:00
pdfork.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
pipe.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
poll.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
POSIX2x_Fork.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
ppoll.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
pselect.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
read.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
readv.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
recv.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
recvfrom.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
recvmsg.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
select.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
send.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
sendmsg.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
sendto.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
setcontext.c Revert "lib{c,sys}: normalize export of openat, setcontext, and swapcontext" 2024-04-19 22:25:04 +01:00
shm_open.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
sigaction.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
sigprocmask.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
sigsuspend.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
sigtimedwait.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
sigwait.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
sigwaitinfo.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
stat.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
swapcontext.c Revert "lib{c,sys}: normalize export of openat, setcontext, and swapcontext" 2024-04-19 22:25:04 +01:00
Symbol.map lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
vadvise.c lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00
wait.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
wait3.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
wait4.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
wait6.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
waitid.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
waitpid.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
write.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00
writev.c libc: INTERPOS_SYS macro for interposed syscalls 2024-04-16 17:48:08 +01:00