serenity/Userland/Libraries/LibC
Ben Wiederhake ea5825f2c9 Kernel+LibC: Make sys$getcwd truncate the result silently
This gives us the superpower of knowing the ideal buffer length if it fails.
See also https://github.com/SerenityOS/serenity/discussions/4357
2021-01-16 22:40:53 +01:00
..
arpa
bits
net
netinet
sys
alloca.h
assert.cpp
assert.h
byteswap.h
CMakeLists.txt
crt0.cpp
crt0_shared.cpp
crti.S
crtn.S
ctype.cpp
ctype.h
cxxabi.cpp
dirent.cpp
dirent.h
dlfcn.cpp
dlfcn.h
endian.h
errno.h
errno_numbers.h
fcntl.cpp
fcntl.h
fd_set.h LibC: Bump FD_SETSIZE to 1024 2021-01-16 11:26:53 +01:00
float.h
getopt.cpp
getopt.h
grp.cpp
grp.h
iconv.h
inttypes.h
ioctl.cpp
libcinit.cpp
libgen.cpp
libgen.h
limits.h
locale.cpp
locale.h
malloc.cpp
mallocdefs.h
memory.h
mman.cpp Kernel: Remove unused syscall sys$minherit() 2021-01-16 14:52:04 +01:00
mman.h Kernel: Remove unused syscall sys$minherit() 2021-01-16 14:52:04 +01:00
mntent.cpp
mntent.h
netdb.cpp
netdb.h
paths.h
poll.cpp
poll.h
pwd.cpp
pwd.h
qsort.cpp
regex.h
scanf.cpp
sched.cpp
sched.h
serenity.cpp Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism 2021-01-16 14:52:04 +01:00
serenity.h Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism 2021-01-16 14:52:04 +01:00
setjmp.h
setjmp.S
signal.cpp
signal.h
signal_numbers.h
spawn.cpp
spawn.h
ssp.cpp
stat.cpp
stdarg.h
stdbool.h
stddef.h
stdint.h
stdio.cpp
stdio.h
stdlib.cpp LibC: Avoid silent truncation after overlong realpath 2021-01-16 22:40:53 +01:00
stdlib.h
string.cpp
string.h
strings.cpp
strings.h
syslog.cpp
syslog.h
termcap.cpp
termcap.h
termios.cpp
termios.h
time.cpp
time.h
times.cpp
ulimit.cpp
ulimit.h
unistd.cpp Kernel+LibC: Make sys$getcwd truncate the result silently 2021-01-16 22:40:53 +01:00
unistd.h
utime.cpp
utime.h
utmp.h
utsname.cpp
wchar.cpp
wchar.h