banan-os/userspace/libraries/LibC/include
Bananymous 755d41ca4e LibC: Add pw_passwd and pw_gecos to passwd structure
This information is available in /etc/passwd either way so why not
expose it to the user. Practically all UNIX-likes have these either way
2025-06-02 12:23:06 +03:00
..
arpa LibC: Implement inet_aton 2025-06-02 11:39:18 +03:00
bits LibC: Cleanup pthread code and add some pthread_attr functions 2025-06-01 13:48:03 +03:00
net
netinet LibC: Add more definitions to netinet/in.h 2025-06-02 11:39:18 +03:00
sys LibC: Add CMSG_* definitions to sys/socket.h 2025-06-02 11:39:18 +03:00
aio.h LibC: Cleanup pthread code and add some pthread_attr functions 2025-06-01 13:48:03 +03:00
assert.h LibC: Make libc usable with tcc 2025-01-28 17:27:41 +02:00
complex.h LibC: Implement all functions from complex.h 2025-06-01 13:48:03 +03:00
cpio.h
ctype.h
dirent.h
dlfcn.h
errno.h Kernel/LibC: Implement SA_RESTART 2025-04-22 02:42:44 +03:00
fcntl.h LibC: Redefine SEEK_* macros to match common systems 2025-01-14 22:52:13 +02:00
fenv.h
fmtmsg.h
fnmatch.h
ftw.h
glob.h
grp.h
iconv.h
icxxabi.h BuildSystem: Move all userpace libraries under the userspace directory 2024-06-18 13:14:35 +03:00
inttypes.h
langinfo.h
libgen.h
limits.h LibC: Add all of the missing POSIX definitions in unistd.h and limits.h 2025-06-01 13:48:03 +03:00
locale.h
math.h
memory.h LibC: Add memory.h that just includes string.h 2025-06-01 13:48:03 +03:00
monetary.h
mqueue.h LibC: Cleanup pthread code and add some pthread_attr functions 2025-06-01 13:48:03 +03:00
ndbm.h
netdb.h LibC: Add h_addr definition for hostent backwards compatibility 2025-04-15 21:39:50 +03:00
nl_types.h
poll.h Kernel/LibC: Add ppoll syscall and fix poll 2025-06-01 13:48:03 +03:00
pthread.h LibC: Implement pthread_atfork 2025-06-01 13:48:03 +03:00
pwd.h LibC: Add pw_passwd and pw_gecos to passwd structure 2025-06-02 12:23:06 +03:00
regex.h
scanf_impl.h
sched.h LibC: Cleanup pthread code and add some pthread_attr functions 2025-06-01 13:48:03 +03:00
search.h
semaphore.h
setjmp.h LibC: Save callee saved registers on setjmp 2025-05-04 13:54:35 +03:00
signal.h LibC: Implement pthread cancelation 2025-06-01 13:48:03 +03:00
spawn.h
stdint.h LibC: Make libc usable with tcc 2025-01-28 17:27:41 +02:00
stdio.h LibC: Redefine SEEK_* macros to match common systems 2025-01-14 22:52:13 +02:00
stdlib.h LibC: Implement `clearenv` 2025-05-28 03:10:01 +03:00
string.h
strings.h
stropts.h
syslog.h LibC: Add definition for LOG_UPTO 2025-04-19 02:48:21 +03:00
tar.h
termios.h
tgmath.h
time.h
ulimit.h
unistd.h LibC: Add all of the missing POSIX definitions in unistd.h and limits.h 2025-06-01 13:48:03 +03:00
utime.h
utmpx.h
wchar.h LibC: Add some missing wchar.h functions 2025-06-01 13:48:03 +03:00
wctype.h
wordexp.h