Stanisław Wiśniewski 1649138a29 LibC: Return nullptr if allocation fails in strdup() and strndup() 2 년 전
..
arch 92da98822a LibC: Remove i686 support 2 년 전
arpa 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 년 전
bits d05d938e73 LibC: Properly implement the futimens function 2 년 전
net abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
netinet abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
sys 200e91cd7f Kernel+LibC: Modify aarch64's __mcontext to store registers in an array 2 년 전
CMakeLists.txt 92da98822a LibC: Remove i686 support 2 년 전
alloca.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
assert.cpp be1d7c325a Kernel: Move process coredump metadata modification to the prctl syscall 2 년 전
assert.h d26aabff04 Everywhere: Run clang-format 2 년 전
byteswap.h c214d31c5e Everywhere: Fix order of includes and #pragma once 2 년 전
complex.cpp 3f0be4e9ea LibC: Add barebones <complex.h> 3 년 전
complex.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
crt0.cpp 97b7e494e4 Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64 2 년 전
crt0_shared.cpp 6b7ce19161 Everywhere: Remove unused includes of LibC/stdlib.h 2 년 전
ctype.cpp a80493d221 LibC: Align _ctype_ to newlib's implementation 3 년 전
ctype.h a80493d221 LibC: Align _ctype_ to newlib's implementation 3 년 전
cxxabi.cpp 3281050359 Everywhere: Remove "LibC/" includes, add lint-rule against it 2 년 전
dirent.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 년 전
dirent.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
dlfcn.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 년 전
dlfcn.h 226608a48f LibDl: Move the `dlfcn` implementation to LibC 2 년 전
elf.h 9a7b3c145f Everywhere: Change all XXX into FIXME or remove as appropriate 2 년 전
endian.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
errno.h a353ceecf1 LibC: Implement errno via a __errno_location() function 3 년 전
errno_codes.h d79486109a LibC: Add missing macro definitions for errno codes 3 년 전
fcntl.cpp d05d938e73 LibC: Properly implement the futimens function 2 년 전
fcntl.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
fd_set.h 800e244ed9 Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file 2 년 전
fenv.cpp 97b7e494e4 Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64 2 년 전
fenv.h 086969277e Everywhere: Run clang-format 3 년 전
float.h b9c753f6f9 LibC+LibDl: Declare functions taking no arguments as taking void 3 년 전
fnmatch.cpp 7af7fc8c16 Everywhere: Fix more Copyright header inconsistencies 3 년 전
fnmatch.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
getopt.cpp 515f31339c LibC: Correctly reset the getopt state on `optind = 1` 2 년 전
getopt.h 086969277e Everywhere: Run clang-format 3 년 전
getsubopt.cpp 6b7ce19161 Everywhere: Remove unused includes of LibC/stdlib.h 2 년 전
glob.cpp 6c650d1b8d LibC: Add stubs for glob and globfree 3 년 전
glob.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
grp.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 년 전
grp.h 8a09895bc1 LibC: Implement getgrent_r 2 년 전
ifaddrs.cpp 3281050359 Everywhere: Remove "LibC/" includes, add lint-rule against it 2 년 전
ifaddrs.h 7b24fc6fb8 Kernel+LibC: Stub out getifaddrs() and freeifaddrs() 3 년 전
inttypes.cpp 086969277e Everywhere: Run clang-format 3 년 전
inttypes.h 7b9ea3efde Kernel+Userland: Remove uses of the __i386__ compiler macro 2 년 전
ioctl.cpp 3904541938 LibC: Don't truncate arguments for ioctl() on x86_64 4 년 전
langinfo.cpp 086969277e Everywhere: Run clang-format 3 년 전
langinfo.h 7af7fc8c16 Everywhere: Fix more Copyright header inconsistencies 3 년 전
libcinit.cpp a353ceecf1 LibC: Implement errno via a __errno_location() function 3 년 전
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 c87557e9c1 Kernel+Libraries: Don't include limits.h from LibELF/Validation.h 2 년 전
link.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
link.h 539fb08551 Userland: Remove unecessary uses of __serenity__ macro 2 년 전
locale.cpp 767b23c4aa LibC: Allow detection of supported locales through setlocale 2 년 전
locale.h 086969277e Everywhere: Run clang-format 3 년 전
malloc.cpp ad30b8c447 Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API 2 년 전
mallocdefs.h feb19646df LibC: Increase alignment for malloc() BigAllocationBlocks to 16 bytes 3 년 전
math.cpp 97b7e494e4 Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64 2 년 전
math.h 81d46fa100 LibM: Move the math standard library to LibC 2 년 전
memory.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
mntent.cpp 965b772f70 LibC: Remove TODO() macros to not break mc port 3 년 전
mntent.h f3490f9327 LibC: Add mntent stub functions 3 년 전
net.cpp 1cfc630d13 LibC: Implement if_indextoname and if_nametoindex 2 년 전
netdb.cpp 7c6b5ed161 LibIPC+LibC: Add and use a helper to encode/decoder container sizes 2 년 전
netdb.h 6a7d3006d7 LibC: Add herror() and hstrerror() 3 년 전
nl_types.h 7af7fc8c16 Everywhere: Fix more Copyright header inconsistencies 3 년 전
paths.h 6bb738c1b3 Ports: Add dosfstools port 2 년 전
poll.cpp c85f307e62 LibC: Mark a bunch of functions as cancellation points 3 년 전
poll.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
priority.cpp 380c42c405 LibC: Add getpriority() and setpriority() stubs 3 년 전
pthread.cpp c2a900b853 Everywhere: Remove unused includes of AK/StdLibExtras.h 2 년 전
pthread.h 1b13d52a87 LibC: Make 'attributes' parameter for pthread_create const 2 년 전
pthread_cond.cpp c85f307e62 LibC: Mark a bunch of functions as cancellation points 3 년 전
pthread_integration.cpp 9db10887a1 Kernel: Clean up sys$futex and add support for cross-process futexes 3 년 전
pthread_once.cpp 9db10887a1 Kernel: Clean up sys$futex and add support for cross-process futexes 3 년 전
pthread_tls.cpp 224ac1a307 LibC: Remove a bunch of weak `pthread_*` symbols 3 년 전
pty.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 년 전
pty.h 5391836468 LibC: Remove 'int* aslave' parameter from forkpty() 4 년 전
pwd.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 년 전
pwd.h 7442cfb507 LibC: Implement getpwent_r 2 년 전
qsort.cpp 086969277e Everywhere: Run clang-format 3 년 전
regex.cpp be941c13e3 LibC: Reduce reliance on the dlfcn internals for `regex` functions 2 년 전
regex.h 578d73943a LibC+LibRegex: Move central regex definitions into LibC/bits 2 년 전
resolv.cpp 7af7fc8c16 Everywhere: Fix more Copyright header inconsistencies 3 년 전
resolv.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
scanf.cpp c2a900b853 Everywhere: Remove unused includes of AK/StdLibExtras.h 2 년 전
sched.cpp 6dded99777 Kernel+LibC: Report correct scheduling priority limits 2 년 전
sched.h 7bb34279cd LibC: Remove duplicate definition of sched_param from sched.h 2 년 전
search.cpp 086969277e Everywhere: Run clang-format 3 년 전
search.h 086969277e Everywhere: Run clang-format 3 년 전
semaphore.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 년 전
semaphore.h 01f0ae20b6 LibPthread: Implement named semaphores 3 년 전
serenity.cpp 6445a706cf Kernel+LibC: Implement `readlinkat(2)` 2 년 전
serenity.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
setjmp.h 7b9ea3efde Kernel+Userland: Remove uses of the __i386__ compiler macro 2 년 전
shadow.cpp 6b7ce19161 Everywhere: Remove unused includes of LibC/stdlib.h 2 년 전
shadow.h 086969277e Everywhere: Run clang-format 3 년 전
signal.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 년 전
signal.h 046c23f567 Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX 2 년 전
spawn.cpp 6b7ce19161 Everywhere: Remove unused includes of LibC/stdlib.h 2 년 전
spawn.h 086969277e Everywhere: Run clang-format 3 년 전
ssp.cpp e575339564 LibELF: Add stack guard hardening 2 년 전
ssp_nonshared.cpp 678db534ff LibC: Properly implement stack protectors 2 년 전
stat.cpp d05d938e73 LibC: Properly implement the futimens function 2 년 전
stdarg.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
stddef.h d73a143004 LibC: Remove #ifdef KERNEL guard from stddef.h 2 년 전
stdint.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
stdio.cpp 3281050359 Everywhere: Remove "LibC/" includes, add lint-rule against it 2 년 전
stdio.h d5fbdf1866 Kernel+LibC+LibCore: Implement `renameat(2)` 2 년 전
stdio_ext.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
stdlib.cpp b16ec1880c LibC+LibCore: Remove serenity_setenv() 2 년 전
stdlib.h b16ec1880c LibC+LibCore: Remove serenity_setenv() 2 년 전
string.cpp 1649138a29 LibC: Return nullptr if allocation fails in strdup() and strndup() 2 년 전
string.h 463ab21305 LibC: Add strcasestr() 2 년 전
strings.cpp 09a2db89c9 LibC: Add ffs{,l,ll} 2 년 전
strings.h 09a2db89c9 LibC: Add ffs{,l,ll} 2 년 전
stubs.cpp d26aabff04 Everywhere: Run clang-format 2 년 전
sysexits.h 794cf8eef4 LibC: Use EX_IOERR instead of EX_IOER 4 년 전
syslog.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 년 전
syslog.h 086969277e Everywhere: Run clang-format 3 년 전
termcap.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 년 전
termcap.h 086969277e Everywhere: Run clang-format 3 년 전
termios.cpp c85f307e62 LibC: Mark a bunch of functions as cancellation points 3 년 전
termios.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
time.cpp 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 년 전
time.h 0420736143 LibC: Remove duplicate declaration of clock_t and time_t 2 년 전
times.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
ucontext.h 6ef355739d LibC: Add public and independent ucontext.h header 3 년 전
ulimit.cpp 8a9a9fac4d LibC: Add a wrapper for the getrusage syscall 3 년 전
ulimit.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 년 전
unistd.cpp c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 년 전
unistd.h 515f31339c LibC: Correctly reset the getopt state on `optind = 1` 2 년 전
utime.cpp 086969277e Everywhere: Run clang-format 3 년 전
utime.h 086969277e Everywhere: Run clang-format 3 년 전
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 6d4d6c3e2a LibC: Implement `wcswidth` 3 년 전
wchar.h 6d4d6c3e2a LibC: Implement `wcswidth` 3 년 전
wctype.cpp 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 년 전
wctype.h abc150085f LibC: Add missing sys/cdefs.h include 2 년 전
wstdio.cpp b0b8d14a2c LibC: Automatically append null terminator in vswprintf 3 년 전