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