3812 Commits (38f2fa3d0207b8060302129c6464662751d4f2d3)
 

Author SHA1 Message Date
Szabolcs Nagy 38f2fa3d02 add memfd_create syscall wrapper 8 years ago
Szabolcs Nagy b64d66d0b0 add mlock2 linux syscall wrapper 8 years ago
Rich Felker 84b25160e7 fix m68k float.h long double exponent range 8 years ago
Rich Felker 0cd2be2314 work around broken kernel struct ipc_perm on some big endian archs 8 years ago
Szabolcs Nagy 7ea235b1be s390x: add kexec_file_load syscall number from linux v4.17 8 years ago
Szabolcs Nagy 1177f61d6e mips: add HWCAP_ flags from linux v4.17 8 years ago
Szabolcs Nagy f3b6690a53 aarch64: add HWCAP_ flags from linux v4.17 8 years ago
Szabolcs Nagy da9f2b2ac8 add speculation control prctls from linux v4.17 8 years ago
Szabolcs Nagy 5b85ed5cec add ETH_P_PREAUTH ethertype from linux v4.17 8 years ago
Szabolcs Nagy ebeb1de288 add TCP_NLA_* from linux v4.17 8 years ago
Szabolcs Nagy af55070eae add {MSG,SEM,SHM}_STAT_ANY from linux v4.17 8 years ago
Szabolcs Nagy 156a3bedb2 add MAP_FIXED_NOREPLACE from linux v4.17 8 years ago
Szabolcs Nagy 90ac71d853 powerpc: add pkey syscall numbers from linux v4.16 8 years ago
Szabolcs Nagy a697a1c9a5 aarch64: add HWCAP_ASIMDFHM from linux v4.16 8 years ago
Szabolcs Nagy 0f7aa600f7 sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16 8 years ago
Szabolcs Nagy 3a81cbe643 netinet/if_ether.h: add ETH_TLEN from linux v4.16 8 years ago
Szabolcs Nagy 833df8675c netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16 8 years ago
Szabolcs Nagy 29f3202b73 sys/epoll.h: add EPOLLNVAL from linux v4.16 8 years ago
Rich Felker f81e44a0d9 add m68k port 8 years ago
Rich Felker 18f02c42a2 add support for m68k 80-bit long double variant 8 years ago
Rich Felker d5e55ba332 add missing m68k relocation types in elf.h 8 years ago
Szabolcs Nagy 610c5a8524 fix TLS layout of TLS variant I when there is a gap above TP 8 years ago
Rich Felker 029c622a89 fix output size handling for multi-unicode-char big5-hkscs characters 8 years ago
Rich Felker 165a1e37a5 fix iconv mapping of big5-hkscs characters that map to two unicode chars 8 years ago
Will Dietz 99f4237a69 fix iconv conversion to UTF-32 with implicit (big) endianness 8 years ago
Will Dietz 55a661ff5e fix iconv buffer overflow converting to legacy JIS-based encodings 8 years ago
Rich Felker 40bae2d32f make linking of thread-start with explicit scheduling conditional 8 years ago
Rich Felker b8742f3260 improve design of thread-start with explicit scheduling attributes 8 years ago
Rich Felker 1db9a35569 clean up and reduce size of internal pthread structure 8 years ago
Rich Felker cdba6b2562 improve joinable/detached thread state handling 8 years ago
Rich Felker 526e64f54d improve pthread_exit synchronization with functions targeting tid 8 years ago
Rich Felker 4df4216351 remove incorrect ESRCH error from pthread_kill 8 years ago
Rich Felker 9e2d820a55 use a dedicated futex object for pthread_join instead of tid field 8 years ago
Rich Felker 941bd884cc optimize sigisemptyset 8 years ago
Rich Felker 375840c7d8 avoid excessive stack usage in getcwd 8 years ago
Rich Felker e3c682ab52 work around arm gcc's rejection of r7 asm constraints in thumb mode 8 years ago
Rich Felker 9be4ed5d89 getopt_long_only: don't prefix-match long-options that match short ones 8 years ago
Rich Felker b4b1e10364 reintroduce hardening against partially-replaced allocator 8 years ago
Rich Felker 72141795d4 return chunks split off by memalign using __bin_chunk instead of free 8 years ago
Rich Felker 3c2cbbe7ba using malloc implementation types/macros/idioms for memalign 8 years ago
Rich Felker 23389b1988 move malloc implementation types and macros to an internal header 8 years ago
Rich Felker 618b18c78e revert detection of partially-replaced allocator 8 years ago
Will Dietz 3f3cc3e995 setvbuf: minor comment typo fix 8 years ago
Andre McCurdy 8c2943f057 arm: use a_ll/a_sc atomics when building for ARMv6T2 8 years ago
Andre McCurdy 749a06b4c5 arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros 8 years ago
Andre McCurdy ea489b8b0d provide optimized a_ctz_32 for arm 8 years ago
Andre McCurdy 0c6abb5882 remove a_ctz_l from arch specific atomic_arch.h 8 years ago
Marc André Tanner 3f6dc30470 fix out of bounds write for zero length buffer in gethostname 8 years ago
Rich Felker 0b80a7b040 add support for caller-provided buffers to setvbuf 8 years ago
Rich Felker 6019459251 clean up allocation/setup logic for open_[w]memstream 8 years ago