Hendiadyoin1 a8d86cc533 DynamicLoader+LibC: Make _start a naked function 4 éve
..
arch 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
arpa d7797c8bf8 Userland: Treat inet_pton returning 0 as an error 4 éve
bits 90e5fd5b53 LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 4 éve
net e4339be13b LibC: Add definitions/stubs for IPv6 functionality 4 éve
netinet e4339be13b LibC: Add definitions/stubs for IPv6 functionality 4 éve
sys 727403746f LibC: Make makedev()/minor()/major() static 4 éve
CMakeLists.txt 06883ed8a3 Kernel+Userland: Make the stack alignment comply with the System V ABI 4 éve
alloca.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
assert.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
assert.h 842249aff5 LibC: Don't use C++ attribute syntax in C-visible headers 4 éve
byteswap.h 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers 4 éve
crt0.cpp a8d86cc533 DynamicLoader+LibC: Make _start a naked function 4 éve
crt0_shared.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
crti.S 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
crtn.S 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
ctype.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
ctype.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
cxxabi.cpp 842249aff5 LibC: Don't use C++ attribute syntax in C-visible headers 4 éve
dirent.cpp 1d4ae9194e LibC: Fix struct layout for sys_dirent on x86_64 4 éve
dirent.h 331ab52318 LibC: Implement scandir(...) to enumerate directories. 4 éve
dlfcn.cpp 89a38b72b7 LibC+LibELF: Implement dladdr() 4 éve
elf.h 5afec84cc2 LibELF: Add stub for R_X86_64_TPOFF64 4 éve
endian.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
errno.h d5bf9182dd LibC: Don't clear errno on success 4 éve
errno_numbers.h 6afb6eb6a9 LibC: Add definition for EDQUOT 4 éve
fcntl.cpp 2159f90e00 Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 4 éve
fcntl.h e7310ba45a Kernel+LibC: Add fstatat 4 éve
fd_set.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
fenv.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
fenv.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
float.h 5208bc05ce LibC: Don't include `fenv.h` from `float.h` 4 éve
getopt.cpp 98260c5862 LibC+Utilities: Add `gnu::format` attributes 4 éve
getopt.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
grp.cpp 1b81b63663 LibC: Replace fprintf(stderr) with warnln() 4 éve
grp.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
iconv.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
inttypes.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
inttypes.h cf79b499f6 LibC: Add definition for PRIuPTR 4 éve
ioctl.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
libcinit.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
libgen.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
libgen.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
limits.h b3e070b2f3 Userland: Move HOST_NAME_MAX to limits.h 4 éve
link.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
link.h fdbe66a7b4 LibELF+LibC: Support building LibELF for 64-bit targets 4 éve
locale.cpp 4cd45f5875 LibC: Let setlocale() pretend that setting the locale succeeded 4 éve
locale.h 7fea58c4f1 LibC: Add definition for LC_MESSAGES 4 éve
malloc.cpp e5a1e535cc LibC: Re-run clang-format on malloc.cpp 4 éve
mallocdefs.h 6fb08f20e3 LibC: Expose PAGE_ROUND_UP in mallocdefs.h 4 éve
memory.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
mntent.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
mntent.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
net.cpp e4339be13b LibC: Add definitions/stubs for IPv6 functionality 4 éve
netdb.cpp 1b81b63663 LibC: Replace fprintf(stderr) with warnln() 4 éve
netdb.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
paths.h 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers 4 éve
poll.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
poll.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
pthread_forward.cpp d2662df57c LibC+AK: Remove our custom macros from <assert.h> 4 éve
pthread_integration.cpp 30caa33f7e LibC: Only set owner on recursive mutexes 4 éve
pthread_tls.cpp e1ff30a360 Toolchain+Userland: Enable TLS for x86_64 4 éve
pty.cpp 594dfaadb9 LibC: openpty error handling update 4 éve
pty.h 5391836468 LibC: Remove 'int* aslave' parameter from forkpty() 4 éve
pwd.cpp e16894af5a LibC: Do not include errno.h inside unistd.h 4 éve
pwd.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
qsort.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
regex.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
scanf.cpp 3f70efed9c LibC: Convert LengthModifier & ConversionSpecifier to enum classes 4 éve
sched.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
sched.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
serenity.cpp 99328e1038 Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl 4 éve
serenity.h 65b0642dd0 LibC+LibPthread: Use FUTEX_PRIVATE_FLAG in more places 4 éve
setjmp.h 33260ea99b LibC: Fix jmp_buf layout on x86_64 4 éve
shadow.cpp af8b7248c8 LibC: Allow empty spwd members when writing shadow entries via putspent 4 éve
shadow.h f18895c0d6 LibCore: Fix building the library on macOS 4 éve
signal.cpp 4850cf9069 LibC: Add stub implementation for sigsuspend 4 éve
signal.h cd9e352460 LibC: Fix typo in signal.h: ol_dset -> old_set 4 éve
signal_numbers.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
spawn.cpp e16894af5a LibC: Do not include errno.h inside unistd.h 4 éve
spawn.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
ssp.cpp 842249aff5 LibC: Don't use C++ attribute syntax in C-visible headers 4 éve
stat.cpp e7310ba45a Kernel+LibC: Add fstatat 4 éve
stdarg.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
stddef.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
stdint.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
stdio.cpp b9f30c6f2a Everywhere: Fix some alignment issues 4 éve
stdio.h e5afe7a8a3 LibC: Add P_tmpdir macro 4 éve
stdio_ext.h ccef5fe234 LibC: Implement __fpurge 4 éve
stdlib.cpp 0e990a4be8 LibC: Implement `mblen()` 4 éve
stdlib.h 0e990a4be8 LibC: Implement `mblen()` 4 éve
string.cpp 086b7a4537 LibC: Implement memcpy and memset for x86_64 4 éve
string.h c81b3e1ee3 LibC: Implement strerror_r() 4 éve
strings.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
strings.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
stubs.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
sysexits.h 794cf8eef4 LibC: Use EX_IOERR instead of EX_IOER 4 éve
syslog.cpp f1c6288803 LibC: Convert StringBuilder::appendf() => AK::Format 4 éve
syslog.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
termcap.cpp 0f5a23d082 LibC: Make tgetnum() return -1 if capability is not available 4 éve
termcap.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
termios.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
termios.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
time.cpp d60ebbbba6 Revert "Userland: static vs non-static constexpr variables" 4 éve
time.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
times.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
ulimit.cpp 1c3c072a76 LibC: Add stubs for getrlimit()/setrlimit() 4 éve
ulimit.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
unistd.cpp 565796ae4e Kernel+LibC: Remove sys$donate() 4 éve
unistd.h 565796ae4e Kernel+LibC: Remove sys$donate() 4 éve
utime.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
utime.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
utmp.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
utsname.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
wchar.cpp d364abe4d5 LibC: Stub out btowc 4 éve
wchar.h c2b47c0676 LibC: Add stubs for wctype and iswctype 4 éve
wctype.cpp c2b47c0676 LibC: Add stubs for wctype and iswctype 4 éve
wctype.h c2b47c0676 LibC: Add stubs for wctype and iswctype 4 éve