ladybird/Userland/Libraries/LibC
2021-08-14 19:58:11 +02:00
..
arch LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
arpa Userland: Treat inet_pton returning 0 as an error 2021-05-27 22:56:21 +02:00
bits LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 2021-07-05 23:30:15 +02:00
net Kernel+LibC: Share definitions for net/{if,if_arp,route}.h 2021-08-14 19:58:11 +02:00
netinet Kernel+LibC: Share definitions for netinet/in.h 2021-08-14 19:58:11 +02:00
sys Kernel+LibC: Share definitions for sys/wait.h 2021-08-14 19:58:11 +02:00
alloca.h
assert.cpp LibC: Simplify assertion failure dbgln() a bit 2021-07-21 17:45:24 +02:00
assert.h LibC: Use C-style void cast in assert() 2021-07-13 19:02:20 +01:00
byteswap.h
CMakeLists.txt LibC+DynamicLoader: Prevent GCC from removing null checks 2021-08-12 21:10:44 +02:00
crt0.cpp LibC: Use 64-bit stack smash value for 64-bit mode 2021-07-17 01:45:20 +02:00
crt0_shared.cpp
ctype.cpp
ctype.h
cxxabi.cpp LibC: Don't use C++ attribute syntax in C-visible headers 2021-07-03 01:56:31 +04:30
dirent.cpp Kernel+LibC: Use 64 bit values for ino_t 2021-08-12 20:57:32 +02:00
dirent.h Kernel+LibC: Share definitions for dirent.h 2021-08-14 19:58:11 +02:00
dlfcn.cpp LibC+LibELF: Implement dladdr() 2021-06-06 22:16:11 +02:00
elf.h DynamicLoader+LibELF: Move self-relocation code into a separate file 2021-07-27 13:15:16 +02:00
endian.h
errno.h LibC: Don't clear errno on success 2021-05-30 19:37:32 +02:00
errno_numbers.h
fcntl.cpp Kernel+LibC: Share definitions in fcntl.h and sys/types.h 2021-08-14 19:58:11 +02:00
fcntl.h Kernel+LibC: Share definitions in fcntl.h and sys/types.h 2021-08-14 19:58:11 +02:00
fd_set.h
fenv.cpp
fenv.h
float.h LibC: Don't include fenv.h from float.h 2021-07-08 10:11:00 +02:00
getopt.cpp LibC+Utilities: Add gnu::format attributes 2021-07-08 10:11:00 +02:00
getopt.h
grp.cpp LibC: Add putgrent 2021-07-15 11:16:58 +02:00
grp.h LibC: Fix grp.h includes 2021-07-17 13:00:33 +02:00
iconv.h
inttypes.cpp
inttypes.h LibC: Don't include AK headers in system headers 2021-07-15 23:51:59 +02:00
ioctl.cpp LibC: Don't truncate arguments for ioctl() on x86_64 2021-07-22 04:18:39 +04:30
libcinit.cpp
libgen.cpp
libgen.h
limits.h
link.cpp
link.h Userland: Prefer using ARCH() over __LP64__ 2021-07-13 23:19:33 +02:00
locale.cpp LibC: Let setlocale() pretend that setting the locale succeeded 2021-06-05 10:56:37 +02:00
locale.h
malloc.cpp LibC: Don't flatten malloc and free 2021-08-14 18:42:14 +02:00
mallocdefs.h LibC: Increase minimum alignment for malloc() to 16 bytes 2021-07-13 17:31:22 +02:00
memory.h
mntent.cpp
mntent.h
net.cpp
netdb.cpp LibC: Replace fprintf(stderr) with warnln() 2021-05-31 17:43:54 +01:00
netdb.h
paths.h
poll.cpp
poll.h
pthread_forward.cpp LibC+AK: Remove our custom macros from <assert.h> 2021-06-08 17:29:57 +02:00
pthread_integration.cpp LibC: Only set owner on recursive mutexes 2021-07-06 17:25:34 +02:00
pthread_tls.cpp Toolchain+Userland: Enable TLS for x86_64 2021-07-04 01:07:28 +02:00
pty.cpp LibC: openpty error handling update 2021-05-30 08:41:17 +02:00
pty.h
pwd.cpp
pwd.h
qsort.cpp
regex.cpp LibC: Add stub forwarders to LibRegex C API 2021-08-12 18:56:30 +02:00
regex.h LibRegex+LibUnicode: Begin implementing Unicode property escapes 2021-07-30 21:26:31 +01:00
scanf.cpp LibC: Make scanf always copy its va_list 2021-07-17 00:43:34 +02:00
sched.cpp
sched.h
serenity.cpp Kernel: Make sys$perf_register_string() generate the string ID's 2021-08-12 00:03:39 +02:00
serenity.h Kernel+LibC: Share definitions for serenity.h 2021-08-14 19:58:11 +02:00
setjmp.h LibC: Fix jmp_buf layout on x86_64 2021-07-01 12:05:59 +02:00
shadow.cpp LibC: Allow empty spwd members when writing shadow entries via putspent 2021-05-30 17:42:03 +01:00
shadow.h
signal.cpp LibC: Implement sigsuspend function 2021-08-13 03:16:58 +02:00
signal.h Kernel+LibC: Share definitions for signal.h 2021-08-14 19:58:11 +02:00
signal_numbers.h
spawn.cpp
spawn.h
ssp.cpp LibC: Use 64-bit stack smash value for 64-bit mode 2021-07-17 01:45:20 +02:00
stat.cpp Kernel+LibC: Add fstatat 2021-05-14 23:32:10 +02:00
stdarg.h
stddef.h
stdint.h
stdio.cpp Everywhere: Fix some alignment issues 2021-07-03 01:56:31 +04:30
stdio.h LibC: Add P_tmpdir macro 2021-06-21 12:21:03 +02:00
stdio_ext.h LibC: Implement __fpurge 2021-05-30 14:56:50 +01:00
stdlib.cpp Userland: Use kmalloc_array() where appropriate 2021-08-08 00:03:45 +02:00
stdlib.h LibC: Implement mblen() 2021-06-04 10:39:41 +02:00
string.cpp LibC: Implement memcpy and memset for x86_64 2021-06-28 22:29:28 +02:00
string.h LibC: Implement strerror_r() 2021-05-25 17:36:02 +02:00
strings.cpp
strings.h
stubs.cpp
sysexits.h LibC: Use EX_IOERR instead of EX_IOER 2021-06-10 20:21:08 +01:00
syslog.cpp
syslog.h
termcap.cpp LibC: Make tgetnum() return -1 if capability is not available 2021-06-09 19:41:23 +01:00
termcap.h
termios.cpp
termios.h Kernel+LibC: Share definitions for termios.h 2021-08-14 19:58:11 +02:00
time.cpp LibC: Don't delete null check in gettimeofday 2021-08-12 21:10:44 +02:00
time.h Kernel+LibC: Share definitions for time.h and sys/stat.h 2021-08-14 19:58:11 +02:00
times.cpp
ulimit.cpp
ulimit.h
unistd.cpp LibC: Implement pause function 2021-08-13 03:16:58 +02:00
unistd.h LibC: Implement pause function 2021-08-13 03:16:58 +02:00
utime.cpp
utime.h
utmp.h
utsname.cpp
wchar.cpp LibC: Stub out btowc 2021-05-30 14:56:50 +01:00
wchar.h LibC: Add stubs for wctype and iswctype 2021-05-30 14:56:50 +01:00
wctype.cpp LibC: Don't include C++ headers in C system headers 2021-07-27 16:53:16 +02:00
wctype.h LibC: Don't include C++ headers in C system headers 2021-07-27 16:53:16 +02:00