| .. |
|
arch
|
LibC: Start on fenv support for RISC-V
|
2024-04-23 19:18:09 -06:00 |
|
arpa
|
LibC: Add most of the "header may make visible" dependencies from POSIX
|
2023-07-19 00:19:35 -06:00 |
|
bits
|
LibC+LibELF: Do not override existing weak symbols during magic lookup
|
2024-04-21 13:34:04 -06:00 |
|
net
|
|
|
|
netinet
|
Everywhere: Run clang-format
|
2024-04-24 16:50:01 -04:00 |
|
sys
|
Everywhere: Run clang-format
|
2024-04-24 16:50:01 -04:00 |
|
alloca.h
|
|
|
|
assert.cpp
|
Userland: Always call syscall(SC_prctl, ...) with 4 arguments
|
2023-09-02 18:22:07 +02:00 |
|
assert.h
|
|
|
|
byteswap.h
|
|
|
|
CMakeLists.txt
|
Meta+Userland: Make LibELF a proper library on Serenity
|
2024-04-26 19:08:13 -06:00 |
|
complex.h
|
LibC: Fix duplicated function symbols
|
2023-07-29 16:51:58 -06:00 |
|
crt0.cpp
|
Userland+Tests: Add initial riscv64 support
|
2023-11-10 10:30:08 -07:00 |
|
crt0_shared.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
|
ctype.cpp
|
|
|
|
ctype.h
|
|
|
|
cxxabi.cpp
|
Everywhere: Remove "LibC/" includes, add lint-rule against it
|
2023-01-07 10:01:37 -07:00 |
|
dirent.cpp
|
|
|
|
dirent.h
|
|
|
|
dlfcn.cpp
|
LibC+LibELF: Do not override existing weak symbols during magic lookup
|
2024-04-21 13:34:04 -06: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
|
LibC: Start on fenv support for RISC-V
|
2024-04-23 19:18:09 -06:00 |
|
fenv.h
|
LibC: Start on fenv support for RISC-V
|
2024-04-23 19:18:09 -06:00 |
|
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
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
|
glob.cpp
|
|
|
|
glob.h
|
|
|
|
grp.cpp
|
LibC: Implement getgrgid_r() and getgrnam_r()
|
2024-01-06 04:59:50 -07:00 |
|
grp.h
|
LibC: Implement getgrgid_r() and getgrnam_r()
|
2024-01-06 04:59:50 -07:00 |
|
ifaddrs.cpp
|
Everywhere: Remove "LibC/" includes, add lint-rule against it
|
2023-01-07 10:01:37 -07:00 |
|
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
|
LibC+LibELF: Use AT_RANDOM ELF auxiliary vector for __stack_chk_guard
|
2024-04-21 13:34:04 -06:00 |
|
libgen.cpp
|
|
|
|
libgen.h
|
|
|
|
limits.h
|
LibC: Set (U)LONG_WIDTH correctly for 64-bit
|
2023-09-03 09:18:22 +02:00 |
|
link.cpp
|
LibC+LibELF: Do not override existing weak symbols during magic lookup
|
2024-04-21 13:34:04 -06:00 |
|
link.h
|
Everywhere: Replace ElfW(type) macro usage with Elf_type
|
2023-12-01 10:02:39 +02:00 |
|
locale.cpp
|
|
|
|
locale.h
|
|
|
|
malloc.cpp
|
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
|
2023-01-21 10:43:59 -07:00 |
|
mallocdefs.h
|
|
|
|
math.cpp
|
LibC: Fix extended floating point software rounding
|
2024-04-23 19:18:09 -06:00 |
|
math.h
|
|
|
|
memory.h
|
|
|
|
mntent.cpp
|
|
|
|
mntent.h
|
|
|
|
net.cpp
|
Everywhere: Use east const in more places
|
2024-04-19 06:31:19 -04:00 |
|
netdb.cpp
|
AK+Userland: Introduce ByteString::create_and_overwrite
|
2024-02-24 15:06:52 -07:00 |
|
netdb.h
|
LibC: Implement gethostbyname_r()
|
2023-08-29 11:04:48 +02: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+LibELF: Do not override existing weak symbols during magic lookup
|
2024-04-21 13:34:04 -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
|
LibC: Fix pthread_cond_broadcast() waking only one thread
|
2024-03-25 14:06:32 -06:00 |
|
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: Use to_number<T> instead of to_{int,uint,float,double}
|
2023-12-23 20:41:07 +01:00 |
|
pwd.h
|
|
|
|
qsort.cpp
|
Everywhere: Use east const in more places
|
2024-04-19 06:31:19 -04:00 |
|
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
|
Everywhere: Use east const in more places
|
2024-04-19 06:31:19 -04:00 |
|
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
|
LibC: Save callee-saved floating-point registers in setjmp for riscv64
|
2024-02-21 21:59:01 +01:00 |
|
shadow.cpp
|
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
2023-12-23 20:41:07 +01:00 |
|
shadow.h
|
|
|
|
signal.cpp
|
LibC: Implement siginterrupt()
|
2023-12-26 18:36:43 +01:00 |
|
signal.h
|
LibC: Implement siginterrupt()
|
2023-12-26 18:36:43 +01:00 |
|
spawn.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
|
spawn.h
|
LibC: Add most of the "header may make visible" dependencies from POSIX
|
2023-07-19 00:19:35 -06:00 |
|
ssp.cpp
|
LibC+LibELF: Do not override existing weak symbols during magic lookup
|
2024-04-21 13:34:04 -06:00 |
|
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
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
stdio.h
|
LibC: Implement vdprintf and dprintf
|
2023-09-03 06:21:40 +02:00 |
|
stdio_ext.h
|
|
|
|
stdlib.cpp
|
LibC+LibELF: Do not override existing weak symbols during magic lookup
|
2024-04-21 13:34:04 -06:00 |
|
stdlib.h
|
LibC: Add drand48, srand48
|
2023-08-28 00:40:35 +02:00 |
|
string.cpp
|
LibC: Implement memccpy
|
2023-09-03 06:21:40 +02:00 |
|
string.h
|
LibC: Implement memccpy
|
2023-09-03 06:21:40 +02:00 |
|
strings.cpp
|
|
|
|
strings.h
|
|
|
|
stubs.cpp
|
|
|
|
sysexits.h
|
|
|
|
syslog.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
syslog.h
|
Everywhere: Run clang-format
|
2024-04-24 16:50:01 -04:00 |
|
termcap.cpp
|
Userland: Prefer _string over _short_string
|
2023-08-08 07:37:21 +02:00 |
|
termcap.h
|
|
|
|
termios.cpp
|
|
|
|
termios.h
|
|
|
|
time.cpp
|
Everywhere: Rename {Deprecated => Byte}String
|
2023-12-17 18:25:10 +03:30 |
|
time.h
|
LibC: Add most of the "header may make visible" dependencies from POSIX
|
2023-07-19 00:19:35 -06:00 |
|
times.cpp
|
|
|
|
tls.cpp
|
LibELF+LibC: Add support for Variant I of the TLS data structures
|
2024-04-19 16:46:47 -06:00 |
|
ucontext.h
|
|
|
|
ulimit.cpp
|
|
|
|
ulimit.h
|
|
|
|
unistd.cpp
|
LibC: Precompute directory_name length in ttyname_r_for_directory()
|
2024-04-03 09:48:05 -06:00 |
|
unistd.h
|
Kernel+Userland: Replace the beep syscall with the new /dev/beep device
|
2023-11-03 15:19:33 +01: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
|
|
|