.. |
arch
|
|
|
arpa
|
|
|
bits
|
Userland: Fix wrong signature of dladdr
|
2023-05-05 02:19:05 +02:00 |
net
|
|
|
netinet
|
LibC: Add Ipv6 address checking macros to netinet/in.h
|
2023-04-29 08:55:16 -06:00 |
sys
|
LibC: Add lutimes(2) and futimes(2) implementations
|
2023-06-06 15:55:42 +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
|
|
|
complex.cpp
|
|
|
complex.h
|
|
|
crt0.cpp
|
LibC: Set up a dummy first stack frame in _start
|
2023-06-01 09:04:20 +02: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
|
Everywhere: Remove unused includes of AK/Format.h
|
2023-01-02 20:27:20 -05:00 |
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: Handle the R_AARCH64_IRELATIVE relocation type
|
2023-05-14 13:47:53 +02:00 |
endian.h
|
|
|
errno.h
|
|
|
errno_codes.h
|
|
|
fcntl.cpp
|
LibC: Properly implement the futimens function
|
2023-04-10 10:21:28 +02:00 |
fcntl.h
|
|
|
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
|
|
|
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: Ensure that struct group::gr_mem pointers are aligned
|
2023-05-28 05:05:09 -06:00 |
grp.h
|
|
|
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
|
Kernel+Userland: Remove uses of the __i386__ compiler macro
|
2022-12-28 11:53:41 +01:00 |
ioctl.cpp
|
|
|
langinfo.cpp
|
|
|
langinfo.h
|
|
|
libcinit.cpp
|
|
|
libgen.cpp
|
|
|
libgen.h
|
|
|
limits.h
|
Kernel+Libraries: Don't include limits.h from LibELF/Validation.h
|
2023-01-21 10:43:59 -07:00 |
link.cpp
|
|
|
link.h
|
|
|
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
|
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
|
LibIPC+LibC: Add and use a helper to encode/decoder container sizes
|
2023-01-04 20:13:54 +01:00 |
netdb.h
|
|
|
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
|
Kernel+LibC: Implement pthread_create for AArch64
|
2023-04-23 14:30:59 +02:00 |
pthread.h
|
|
|
pthread_cond.cpp
|
|
|
pthread_integration.cpp
|
|
|
pthread_once.cpp
|
|
|
pthread_tls.cpp
|
|
|
pty.cpp
|
Everywhere: Remove unused includes of AK/Format.h
|
2023-01-02 20:27:20 -05:00 |
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
|
|
|
resolv.cpp
|
|
|
resolv.h
|
|
|
scanf.cpp
|
Everywhere: Remove unused includes of AK/StdLibExtras.h
|
2023-01-02 20:27:20 -05:00 |
sched.cpp
|
|
|
sched.h
|
|
|
search.cpp
|
|
|
search.h
|
|
|
semaphore.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
semaphore.h
|
|
|
serenity.cpp
|
|
|
serenity.h
|
|
|
setjmp.h
|
Kernel+Userland: Remove uses of the __i386__ compiler macro
|
2022-12-28 11:53:41 +01:00 |
shadow.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
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
|
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
|
2023-01-21 10:43:59 -07:00 |
spawn.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
spawn.h
|
|
|
ssp.cpp
|
|
|
ssp_nonshared.cpp
|
|
|
stat.cpp
|
LibC: Properly implement the futimens function
|
2023-04-10 10:21:28 +02:00 |
stdarg.h
|
|
|
stddef.h
|
LibC: Remove #ifdef KERNEL guard from stddef.h
|
2023-01-21 10:43:59 -07:00 |
stdint.h
|
|
|
stdio.cpp
|
Everywhere: Remove "LibC/" includes, add lint-rule against it
|
2023-01-07 10:01:37 -07:00 |
stdio.h
|
|
|
stdio_ext.h
|
|
|
stdlib.cpp
|
Tests: Un-flake the recent TestEnvironment addition
|
2023-06-06 12:20:38 +02:00 |
stdlib.h
|
LibC+LibCore: Remove serenity_setenv()
|
2023-02-05 16:40:51 +01:00 |
string.cpp
|
LibC: Ignore signals that don't have a name in getsignalbyname()
|
2023-06-07 00:24:09 +02:00 |
string.h
|
LibC: Fix memmem signature compliance
|
2023-06-05 06:55:54 +02:00 |
strings.cpp
|
|
|
strings.h
|
|
|
stubs.cpp
|
|
|
sysexits.h
|
|
|
syslog.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
syslog.h
|
|
|
termcap.cpp
|
|
|
termcap.h
|
|
|
termios.cpp
|
|
|
termios.h
|
|
|
time.cpp
|
LibC: Add lutimes(2) and futimes(2) implementations
|
2023-06-06 15:55:42 +02:00 |
time.h
|
LibC: Remove duplicate declaration of clock_t and time_t
|
2023-01-21 10:43:59 -07:00 |
times.cpp
|
|
|
ucontext.h
|
|
|
ulimit.cpp
|
|
|
ulimit.h
|
|
|
unistd.cpp
|
Libraries: Convert DeprecatedFile usages to LibFileSystem
|
2023-03-24 10:58:43 +00:00 |
unistd.h
|
LibC: Correctly reset the getopt state on optind = 1
|
2023-03-12 22:09:09 +01:00 |
utime.cpp
|
|
|
utime.h
|
|
|
utmp.h
|
|
|
utsname.cpp
|
|
|
wchar.cpp
|
|
|
wchar.h
|
|
|
wctype.cpp
|
Everywhere: Remove unused includes of AK/Format.h
|
2023-01-02 20:27:20 -05:00 |
wctype.h
|
|
|
wstdio.cpp
|
|
|