mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
These provide standard APIs, but are implemented using another system call (e.g., pipe implemented in terms of pipe2) or are interposed by the threading library to support cancelation. After discussion with kib (see D44111), I've concluded that it is better to keep most public interfaces in libc with as little as possible in libsys. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D44241
73 lines
642 B
Text
73 lines
642 B
Text
FBSD_1.0 {
|
|
accept;
|
|
aio_suspend;
|
|
close;
|
|
connect;
|
|
fcntl;
|
|
fork;
|
|
fsync;
|
|
msync;
|
|
nanosleep;
|
|
open;
|
|
pipe;
|
|
poll;
|
|
pselect;
|
|
ptrace;
|
|
read;
|
|
readv;
|
|
recvfrom;
|
|
recvmsg;
|
|
select;
|
|
sendmsg;
|
|
sendto;
|
|
shm_open;
|
|
sigaction;
|
|
sigprocmask;
|
|
sigsuspend;
|
|
sigtimedwait;
|
|
sigwait;
|
|
sigwaitinfo;
|
|
vadvise;
|
|
wait4;
|
|
write;
|
|
writev;
|
|
};
|
|
|
|
FBSD_1.1 {
|
|
closefrom;
|
|
};
|
|
|
|
FBSD_1.2 {
|
|
pdfork;
|
|
};
|
|
|
|
FBSD_1.3 {
|
|
accept4;
|
|
wait6;
|
|
};
|
|
|
|
FBSD_1.4 {
|
|
ppoll;
|
|
numa_setaffinity;
|
|
numa_getaffinity;
|
|
sendmmsg;
|
|
recvmmsg;
|
|
};
|
|
|
|
FBSD_1.5 {
|
|
clock_nanosleep;
|
|
fdatasync;
|
|
getdents;
|
|
kevent;
|
|
lstat;
|
|
mknod;
|
|
stat;
|
|
};
|
|
|
|
FBSD_1.6 {
|
|
shm_create_largepage;
|
|
};
|
|
|
|
FBSD_1.7 {
|
|
_Fork;
|
|
};
|