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