1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-18 18:57:34 +00:00
serenity/Userland/Libraries/LibC
2022-09-05 10:12:02 +01:00
..
arch
arpa Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
bits LibC: Move dlfcn_integration.h to the bits directory 2022-09-05 10:12:02 +01:00
net LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
netinet LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
sys LibC: Add stubs for 'removexattr()' and friends 2022-08-28 15:42:14 +01:00
alloca.h
assert.cpp
assert.h
byteswap.h
CMakeLists.txt LibC: Remove the LibDl interface target 2022-09-05 10:12:02 +01:00
complex.cpp LibC: Add barebones <complex.h> 2022-05-23 00:13:26 +02:00
complex.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
crt0.cpp LibC: Move stack canary initialization before the global constructors 2022-07-08 22:27:38 +00:00
crt0_shared.cpp
ctype.cpp LibC: Align _ctype_ to newlib's implementation 2022-06-30 12:34:16 +01:00
ctype.h LibC: Align _ctype_ to newlib's implementation 2022-06-30 12:34:16 +01:00
cxxabi.cpp LibC: Remove a bunch of weak pthread_* symbols 2022-07-19 20:58:51 -07:00
dirent.cpp
dirent.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
dlfcn.cpp LibC: Move dlfcn_integration.h to the bits directory 2022-09-05 10:12:02 +01:00
dlfcn.h LibDl: Move the dlfcn implementation to LibC 2022-09-05 10:12:02 +01:00
elf.h LibC: Only select Elf32_* in ElfW() macro defintion on 32-bit platforms 2022-07-21 16:37:15 +02:00
endian.h
errno.h
errno_codes.h
fcntl.cpp LibC: Mark a bunch of functions as cancellation points 2022-07-22 10:07:15 -07:00
fcntl.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
fd_set.h
fenv.cpp
fenv.h
float.h
fnmatch.cpp
fnmatch.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
getopt.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
getopt.h
getsubopt.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
glob.cpp LibC: Add stubs for glob and globfree 2022-07-08 22:27:38 +00:00
glob.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
grp.cpp LibC: Don't clear static storage during endgrent 2022-07-06 10:33:10 +02:00
grp.h
iconv.h
ifaddrs.cpp
ifaddrs.h
inttypes.cpp
inttypes.h LibC: Add printf and scanf format macros for "fast" and "least" types 2022-06-17 21:53:28 +01:00
ioctl.cpp
langinfo.cpp
langinfo.h
libcinit.cpp
libgen.cpp
libgen.h
limits.h Kernel+LibC: Enforce a limit on the number of supplementary group IDs 2022-08-20 22:39:56 +02:00
link.cpp
link.h
locale.cpp
locale.h
malloc.cpp LibC: Remove the initialization workaround from s_allocation_enabled 2022-07-20 18:24:13 +02:00
mallocdefs.h
memory.h
mntent.cpp
mntent.h
net.cpp
netdb.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
netdb.h
nl_types.h
paths.h
poll.cpp LibC: Mark a bunch of functions as cancellation points 2022-07-22 10:07:15 -07:00
poll.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
priority.cpp
pthread.cpp Everywhere: Make the codebase more architecture aware 2022-07-27 21:46:42 +00:00
pthread.h LibC: Implement pthread_cancel 2022-07-22 10:07:15 -07:00
pthread_cond.cpp LibC: Mark a bunch of functions as cancellation points 2022-07-22 10:07:15 -07:00
pthread_integration.cpp Kernel: Clean up sys$futex and add support for cross-process futexes 2022-07-21 16:39:22 +02:00
pthread_once.cpp Kernel: Clean up sys$futex and add support for cross-process futexes 2022-07-21 16:39:22 +02:00
pthread_tls.cpp LibC: Remove a bunch of weak pthread_* symbols 2022-07-19 20:58:51 -07:00
pty.cpp
pty.h
pwd.cpp LibC: Stop leaking FILE in getpwuid and getpwnam 2022-07-06 10:34:20 +02:00
pwd.h
qsort.cpp
regex.cpp LibC: Reduce reliance on the dlfcn internals for regex functions 2022-09-05 10:12:02 +01:00
regex.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
resolv.cpp
resolv.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
scanf.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
sched.cpp
sched.h
search.cpp
search.h
semaphore.cpp LibC: Mark a bunch of functions as cancellation points 2022-07-22 10:07:15 -07:00
semaphore.h LibPthread: Implement named semaphores 2022-07-21 16:39:22 +02:00
serenity.cpp
serenity.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
setjmp.h
shadow.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
shadow.h
signal.cpp LibC: Mark a bunch of functions as cancellation points 2022-07-22 10:07:15 -07:00
signal.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
signal_numbers.h LibC: Implement pthread_cancel 2022-07-22 10:07:15 -07:00
spawn.cpp
spawn.h
ssp.cpp
stat.cpp Kernel+LibC: Implement futimens(3) 2022-05-21 18:15:00 +02:00
stdarg.h
stddef.h
stdint.h
stdio.cpp LibC: Remove a bunch of weak pthread_* symbols 2022-07-19 20:58:51 -07:00
stdio.h LibC: Add ctermid 2022-06-18 15:10:13 +02:00
stdio_ext.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
stdlib.cpp LibC: Mark a bunch of functions as cancellation points 2022-07-22 10:07:15 -07:00
stdlib.h LibC: Implement posix_memalign(3) and aligned_alloc(3) 2022-05-20 22:18:54 +02:00
string.cpp Everywhere: Make the codebase more architecture aware 2022-07-27 21:46:42 +00:00
string.h
strings.cpp
strings.h
stubs.cpp
sysexits.h
syslog.cpp
syslog.h
termcap.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
termcap.h
termios.cpp LibC: Mark a bunch of functions as cancellation points 2022-07-22 10:07:15 -07:00
termios.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
time.cpp LibC+LibCore: Use tm_isdst to handle time zone offsets in DST 2022-08-02 21:10:44 +01:00
time.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
times.cpp
ucontext.h LibC: Add public and independent ucontext.h header 2022-06-12 00:28:26 +01:00
ulimit.cpp
ulimit.h
unistd.cpp Userland: Consolidate most PATH resolving into a single implementation 2022-08-23 19:00:04 +01:00
unistd.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
utime.cpp
utime.h
utmp.h
utsname.cpp
wchar.cpp LibC: Implement wcswidth 2022-06-30 11:57:49 +02:00
wchar.h LibC: Implement wcswidth 2022-06-30 11:57:49 +02:00
wctype.cpp
wctype.h LibC: Add missing sys/cdefs.h include 2022-08-23 19:07:12 +01:00
wstdio.cpp