sortix-mirror/libc/include
Jonas 'Sortie' Termansen b63e5af467 Add secure_getenv(3). 2024-06-23 23:31:37 +02:00
..
__ Fix endian swapping classes reading volatile values twice. 2023-01-09 23:44:40 +01:00
arpa Reject the obsolescent inet_addr and inet_ntoa. 2024-06-23 19:48:50 +02:00
net Add if_nameindex(3). 2022-12-16 23:44:50 +01:00
netinet Add networking stack. 2022-12-11 13:40:34 +01:00
sys Add kernel heap allocation tracing debug facility. 2024-06-22 18:25:48 +02:00
DIR.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
FILE.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
alloca.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
ar.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
argp.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
assert.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
blf.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
brand.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
byteswap.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
ctype.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
dirent.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
dlfcn.h fixup! Implement dladdr(3). 2024-06-23 19:45:58 +02:00
elf.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
endian.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
err.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
errno.h Add ESOCKTNOSUPPORT. 2024-06-23 19:56:50 +02:00
error.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
fcntl.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
features.h Recognize and advertise POSIX 2024 support. 2024-06-23 13:33:55 +02:00
fnmatch.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
fsmarshall-msg.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
fsmarshall.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
fstab.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
getopt.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
glob.h Add glob(3). 2023-03-16 00:20:43 +01:00
grp.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
ifaddrs.h Add IFF_UP to getifaddrs(3). 2024-03-25 23:11:36 +01:00
inttypes.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
ioleast.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
langinfo.h Add nl_langinfo(3) ALTMON_* and ABALTMON_*. 2024-06-23 22:32:13 +02:00
libgen.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
libk.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
locale.h Add getlocalename_l(3). 2024-06-23 17:28:08 +02:00
malloc.h Add kernel heap allocation tracing debug facility. 2024-06-22 18:25:48 +02:00
memusage.h Add memusage(2). 2023-03-09 20:27:17 +01:00
msr.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
netdb.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
poll.h Recognize and advertise POSIX 2024 support. 2024-06-23 13:33:55 +02:00
psctl.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
pthread.h Add PTHREAD_NULL. 2024-06-23 23:04:04 +02:00
pty.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
pwd.h Add include and comment support to passwd(5) and group(5). 2023-03-19 21:53:21 +01:00
regex.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
sched.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
scram.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
semaphore.h Add thread wait functions with clock support. 2024-06-23 19:05:04 +02:00
setjmp.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
sha2.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
signal.h Add sig2str(3) and str2sig(3). 2024-06-23 19:38:24 +02:00
stdint.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
stdio.h Add kernel heap allocation tracing debug facility. 2024-06-22 18:25:48 +02:00
stdio_ext.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
stdlib.h Add secure_getenv(3). 2024-06-23 23:31:37 +02:00
string.h Add memmem(3). 2024-06-23 17:28:53 +02:00
strings.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
syslog.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
system-elf.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
termios.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
time.h Add sub_leap_seconds(3) and add_leap_seconds(3). 2023-03-27 00:06:33 +02:00
timespec.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
unistd.h Add _Fork(2). 2024-06-23 13:40:39 +02:00
utime.h Standardize header include guards. 2022-07-09 20:51:13 +02:00
wchar.h Recognize and advertise POSIX 2024 support. 2024-06-23 13:33:55 +02:00
wctype.h Standardize header include guards. 2022-07-09 20:51:13 +02:00