ladybird/Userland/Libraries/LibC
Sergey Bugaev 0a6690b745 LibC: Fix passing futex value for FUTEX_WAKE_BITSET
FUTEX_WAKE_BITSET, like FUTEX_WAKE, accepts the number of waiting
threads to wake, not the current value of the futex. Pass UINT32_MAX
instead.
2023-08-14 13:46:17 -06:00
..
arch
arpa LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
bits LibC: Make getopt available from getopt.h 2023-07-19 00:19:35 -06:00
net
netinet LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
sys Kernel+LibC: Pass 64-bit integers in syscalls by value 2023-08-12 01:14:26 +02:00
alloca.h
assert.cpp Kernel: Move process coredump metadata modification to the prctl syscall 2023-03-05 16:55:08 +01:00
assert.h
byteswap.h
CMakeLists.txt Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
complex.h LibC: Fix duplicated function symbols 2023-07-29 16:51:58 -06:00
crt0.cpp LibC: Set up a dummy first stack frame in _start 2023-06-01 09:04:20 +02:00
crt0_shared.cpp
ctype.cpp
ctype.h
cxxabi.cpp
dirent.cpp
dirent.h
dlfcn.cpp Userland: Fix wrong signature of dladdr 2023-05-05 02:19:05 +02:00
dlfcn.h Userland: Fix wrong signature of dladdr 2023-05-05 02:19:05 +02:00
elf.h LibC+LibELF: Move ELF definitions from LibC to LibELF 2023-06-27 12:40:38 +02:00
endian.h
errno.h
errno_codes.h
fcntl.cpp Kernel+LibC: Pass 64-bit integers in syscalls by value 2023-08-12 01:14:26 +02:00
fcntl.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
fd_set.h Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file 2023-03-01 19:36:53 -07:00
fenv.cpp Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64 2023-04-14 19:15:19 +02:00
fenv.h
float.h
fnmatch.cpp
fnmatch.h
getopt.cpp LibC: Correctly reset the getopt state on optind = 1 2023-03-12 22:09:09 +01:00
getopt.h LibC: Make getopt available from getopt.h 2023-07-19 00:19:35 -06:00
getsubopt.cpp
glob.cpp
glob.h
grp.cpp LibC: Ensure that struct group::gr_mem pointers are aligned 2023-05-28 05:05:09 -06:00
grp.h
ifaddrs.cpp
ifaddrs.h
inttypes.cpp
inttypes.h
ioctl.cpp
langinfo.cpp
langinfo.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
libcinit.cpp
libgen.cpp
libgen.h
limits.h LibC: Fix max value of short 2023-07-08 15:53:02 -04:00
link.cpp
link.h
locale.cpp
locale.h
malloc.cpp
mallocdefs.h
math.cpp Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64 2023-04-14 19:15:19 +02:00
math.h
memory.h
mntent.cpp
mntent.h
net.cpp LibC: Implement if_indextoname and if_nametoindex 2023-04-14 12:29:03 +01:00
netdb.cpp
netdb.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
nl_types.h
paths.h Ports: Add lowdown 1.0.2 2023-06-07 13:44:44 +02:00
poll.cpp
poll.h
priority.cpp
pthread.cpp LibC: Fix passing futex value for FUTEX_WAKE_BITSET 2023-08-14 13:46:17 -06:00
pthread.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
pthread_cond.cpp
pthread_integration.cpp LibC: Expect mutexes to be locked and needing wake when calling futex() 2023-08-09 05:31:35 +02:00
pthread_once.cpp
pthread_tls.cpp
pty.cpp
pty.h
pwd.cpp Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
pwd.h
qsort.cpp
regex.cpp
regex.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
resolv.cpp
resolv.h
scanf.cpp
sched.cpp
sched.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
search.cpp
search.h
semaphore.cpp LibC: Convert semaphore and termcap to String 2023-07-06 10:15:37 +01:00
semaphore.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
serenity.cpp Kernel+LibC: Pass 64-bit integers in syscalls by value 2023-08-12 01:14:26 +02:00
serenity.h
setjmp.h
shadow.cpp
shadow.h
signal.cpp LibC: Ignore signals that don't have a name in getsignalbyname() 2023-06-07 00:24:09 +02:00
signal.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
spawn.cpp
spawn.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
ssp.cpp
ssp_nonshared.cpp
stat.cpp LibC: Properly implement the futimens function 2023-04-10 10:21:28 +02:00
stdarg.h
stdint.h
stdio.cpp Revert "LibC: Remove duplicate log statement" 2023-07-22 12:19:53 -04:00
stdio.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
stdio_ext.h
stdlib.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
stdlib.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
string.cpp LibC: Relax memmove() to memcpy() in more cases 2023-07-07 23:46:54 +02:00
string.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
strings.cpp
strings.h
stubs.cpp
sysexits.h
syslog.cpp
syslog.h
termcap.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
termcap.h
termios.cpp
termios.h
time.cpp AK+LibC: Remove AK/Atomic.h includes from our RefPtrs 2023-07-04 16:30:13 +02:00
time.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
times.cpp
ucontext.h
ulimit.cpp
ulimit.h
unistd.cpp Kernel+LibC: Pass 64-bit integers in syscalls by value 2023-08-12 01:14:26 +02:00
unistd.h LibC: Make getopt available from getopt.h 2023-07-19 00:19:35 -06:00
utime.cpp
utime.h
utmp.h
utsname.cpp
wchar.cpp
wchar.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
wctype.cpp
wctype.h LibC: Add most of the "header may make visible" dependencies from POSIX 2023-07-19 00:19:35 -06:00
wstdio.cpp