freebsd-src/lib/libc/i386
Brooks Davis d7847a8d35 lib{c,sys}: return wrapped syscall APIs to libc
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
2024-03-13 18:36:02 +00:00
..
gen libc: move rfork_thread(3) to libsys 2024-02-05 20:34:56 +00:00
stdlib lib: Remove ancient SCCS tags. 2023-11-26 22:23:28 -07:00
string Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
_fpmath.h
arith.h
gd_qnan.h
Makefile.inc Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
static_tls.h
Symbol.map lib{c,sys}: return wrapped syscall APIs to libc 2024-03-13 18:36:02 +00:00