banan-os/userspace/libraries/LibC/include
Bananymous 0fab7ad63b Kernel: Fix SYS_FCNTL command handling :)
I had misunderstood how these work
2024-12-03 16:12:26 +02:00
..
arpa
bits LibC: Start work on locales 2024-08-09 15:52:42 +03:00
net LibC: Add missing definitions for ifreq members 2024-12-02 20:13:37 +02:00
netinet LibC: Add INADDR_LOOPBACK 2024-08-05 00:56:42 +03:00
sys Kernel/LibC: Add support for creating hardlinks 2024-12-03 16:12:26 +02:00
aio.h
assert.h
complex.h
cpio.h
ctype.h LibC: Fix _toupper and _tolower definitions 2024-07-18 01:10:51 +03:00
dirent.h
dlfcn.h LibC: Cleanup and fix missing LibC headers 2024-08-28 17:07:58 +03:00
errno.h LibC: Remove errno EEXISTS 2024-12-02 20:13:38 +02:00
fcntl.h Kernel: Fix SYS_FCNTL command handling :) 2024-12-03 16:12:26 +02:00
fenv.h Kernel/userspace: rework floating point math 2024-11-03 20:28:15 +02:00
fmtmsg.h
fnmatch.h
ftw.h
glob.h
grp.h
iconv.h
icxxabi.h
inttypes.h
langinfo.h
libgen.h
limits.h LibC: Implement getpass 2024-12-02 20:13:37 +02:00
locale.h LibC: Start work on locales 2024-08-09 15:52:42 +03:00
math.h LibC: Implement nan{,f,l} as functions 2024-11-08 02:49:21 +02:00
monetary.h
mqueue.h
ndbm.h
netdb.h LibC: Add definitions to LibC that are used by some ports 2024-12-02 20:13:37 +02:00
nl_types.h
poll.h
pthread.h LibC: Cleanup and fix missing LibC headers 2024-08-28 17:07:58 +03:00
pwd.h
regex.h
scanf_impl.h LibC: Fix *scanf consuming extra characters 2024-10-19 12:43:23 +03:00
sched.h
search.h
semaphore.h
setjmp.h LibC: Implement {sig,_,}{longjmp,setjmp} 2024-08-09 15:58:56 +03:00
signal.h LibC: Add definitions to LibC that are used by some ports 2024-12-02 20:13:37 +02:00
spawn.h
stdint.h
stdio.h
stdlib.h LibC: Add stubs for tmpfile, mktemp and fchmod 2024-08-09 17:02:49 +03:00
string.h
strings.h
stropts.h LibC: Move ioctl to <sys/ioctl.h> 2024-08-09 16:54:30 +03:00
syslog.h
tar.h
termios.h LibC/Kernel: Cleanup termios code 2024-07-30 11:10:43 +03:00
tgmath.h
time.h LibC: Fix time.h sigevent defition 2024-12-01 21:31:27 +02:00
ulimit.h
unistd.h LibC: Implement getpass 2024-12-02 20:13:37 +02:00
utime.h
utmpx.h LibC: Add and cleanup some networking structures and definitions 2024-08-22 15:10:41 +03:00
wchar.h
wctype.h
wordexp.h