ladybird/Libraries/LibC
Andrew Kaster 2c82347393 AK+LibC: Move non-placement new/delete into LibC
This allows operator new and operator delete to be available to anyone
that links -lc (everyone) rather than just people that include
kmalloc.h (almost no one).
2020-05-20 08:37:50 +02:00
..
arpa LibC: Add inet_aton, based on inet_pton 2020-05-11 09:50:42 +02:00
bits LibC: Rewrite stdio 2020-05-20 08:31:31 +02:00
net Userland: ifconfig can change the IP address of the default gateway 2020-03-15 19:09:31 +01:00
netinet LibC: Add minimal <netinet/ip.h> 2020-05-11 09:50:42 +02:00
sys Kernel + LibC: Handle running processes in do_waitid() 2020-05-17 11:58:08 +02:00
alloca.h
assert.cpp LibC: Simplify ASSERT() to reduce code size 2020-04-13 12:27:05 +02:00
assert.h LibC: Hint the compiler that assertions rarely fail 2020-04-30 11:30:27 +02:00
byteswap.h Meta: Add missing copyright headers 2020-04-06 11:09:01 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
crt0.cpp
crti.S
crtn.S
ctype.cpp Revert "LibC: Implement isblank()" 2020-02-16 10:47:54 +01:00
ctype.h LibC: Don't let ctype isfoo() helpers access array out of bounds 2020-05-17 22:35:25 +02:00
cxxabi.cpp Meta: Claim copyright on files added by me 2020-02-02 02:05:38 +01:00
dirent.cpp
dirent.h
dlfcn.cpp LibELF: Move ELF classes into namespace ELF 2020-04-11 22:41:05 +02:00
dlfcn.h
endian.h LibC: Fix big endian definitions 2020-02-19 16:08:28 +01:00
errno.h
errno_numbers.h Kernel+LibC: Remove ESUCCESS 2020-04-10 13:09:35 +02:00
fcntl.cpp
fcntl.h Kernel+LibC: Switch isatty() to use a fcntl() 2020-05-20 08:31:31 +02:00
fd_set.h
float.h
getopt.cpp
getopt.h
grp.cpp LibC: Fix truncated strncpy() in /etc/group parsing 2020-04-13 12:27:05 +02:00
grp.h
iconv.h
inttypes.h LibC: Add some missing macros to inttypes.h 2020-02-20 06:51:16 +01:00
ioctl.cpp
libcinit.cpp LibWeb: Move everything into the Web namespace 2020-03-07 10:27:02 +01:00
libgen.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
libgen.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
limits.h LibC: Use more flexible digit parsing code, deduplicate 2020-05-11 10:52:24 +02:00
locale.cpp
locale.h
malloc.cpp AK+LibC: Move non-placement new/delete into LibC 2020-05-20 08:37:50 +02:00
mallocdefs.h
memory.h
mman.cpp Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO 2020-04-12 20:22:26 +02:00
mman.h Kernel+LibC: Add minherit() and MAP_INHERIT_ZERO 2020-04-12 20:22:26 +02:00
mntent.cpp
mntent.h
netdb.cpp LibC: getprotoent() family of functions 2020-04-18 10:11:55 +02:00
netdb.h LibC: getprotoent() family of functions 2020-04-18 10:11:55 +02:00
poll.cpp
poll.h
pwd.cpp LibC: Fix strncpy() overflow in /etc/passwd parsing 2020-04-13 12:27:05 +02:00
pwd.h LibC: Implement putpwent() 2020-02-02 10:58:45 +01:00
qsort.cpp
scanf.cpp
sched.cpp
sched.h
serenity.cpp Kernel: Add sys$get_stack_bounds() for finding the stack base & size 2020-03-16 19:06:33 +01:00
serenity.h Kernel: Add sys$get_stack_bounds() for finding the stack base & size 2020-03-16 19:06:33 +01:00
setjmp.h
setjmp.S
signal.cpp
signal.h Kernel+LibC: Add some Unix signal types & definitions 2020-02-05 18:14:37 +01:00
signal_numbers.h
stat.cpp
stdarg.h Kernel: Absorb LibBareMetal back into the kernel 2020-05-16 12:00:04 +02:00
stdbool.h
stddef.h
stdint.h
stdio.cpp LibC: Rewrite stdio 2020-05-20 08:31:31 +02:00
stdio.h LibC: Move FILE definition to bits/FILE.h 2020-02-02 10:58:45 +01:00
stdlib.cpp LibC: Always assign the offset pointer to endptr in strto{u,}ll() 2020-05-12 13:28:57 +02:00
stdlib.h LibC: Add posix_openpt(), grantpt() and unlockpt() 2020-02-05 21:17:41 +01:00
string.cpp LibC: Implement strchrnul() 2020-02-22 21:36:54 +01:00
string.h LibC: Implement strchrnul() 2020-02-22 21:36:54 +01:00
strings.cpp
strings.h
syslog.cpp AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
syslog.h
termcap.cpp
termcap.h
termios.cpp
termios.h
time.cpp Kernel: Remove now-unused KernelInfoPage.h 2020-05-16 11:34:54 +02:00
time.h LibC: Add new syscall to allow changing the system date 2020-03-19 15:48:00 +01:00
times.cpp
ulimit.cpp LibC: Log calls to getrusage 2020-05-07 23:32:11 +02:00
ulimit.h
unistd.cpp Kernel+LibC: Switch isatty() to use a fcntl() 2020-05-20 08:31:31 +02:00
unistd.h Kernel: Remove sys$getdtablesize() 2020-05-16 11:34:01 +02:00
utime.cpp
utime.h
utmp.h LibC: Add missing <sys/time.h> include in <utmp.h> 2020-05-11 09:50:42 +02:00
utsname.cpp
wchar.cpp
wchar.h