Age | Commit message (Expand) | Author | Files | Lines |
2018-06-26 | fix regression in powerpc[64] SO_PEERSEC definition | Rich Felker | 2 | -0/+2 |
2018-06-26 | fix value of SO_PEERSEC on mips archs | Rich Felker | 4 | -1/+4 |
2018-06-26 | add m68k reg.h and user.h | Rich Felker | 2 | -0/+78 |
2018-06-26 | fix dynamic linker mapping/clearing bss in first/only LOAD segment | Rich Felker | 1 | -6/+5 |
2018-06-20 | add memfd_create syscall wrapper | Szabolcs Nagy | 2 | -0/+13 |
2018-06-20 | add mlock2 linux syscall wrapper | Szabolcs Nagy | 2 | -3/+18 |
2018-06-20 | fix m68k float.h long double exponent range | Rich Felker | 1 | -2/+2 |
2018-06-20 | work around broken kernel struct ipc_perm on some big endian archs | Rich Felker | 7 | -6/+79 |
2018-06-19 | s390x: add kexec_file_load syscall number from linux v4.17 | Szabolcs Nagy | 1 | -0/+1 |
2018-06-19 | mips: add HWCAP_ flags from linux v4.17 | Szabolcs Nagy | 3 | -0/+3 |
2018-06-19 | aarch64: add HWCAP_ flags from linux v4.17 | Szabolcs Nagy | 1 | -0/+4 |
2018-06-19 | add speculation control prctls from linux v4.17 | Szabolcs Nagy | 1 | -0/+9 |
2018-06-19 | add ETH_P_PREAUTH ethertype from linux v4.17 | Szabolcs Nagy | 1 | -0/+1 |
2018-06-19 | add TCP_NLA_* from linux v4.17 | Szabolcs Nagy | 1 | -0/+10 |
2018-06-19 | add {MSG,SEM,SHM}_STAT_ANY from linux v4.17 | Szabolcs Nagy | 3 | -0/+3 |
2018-06-19 | add MAP_FIXED_NOREPLACE from linux v4.17 | Szabolcs Nagy | 1 | -0/+1 |
2018-06-19 | powerpc: add pkey syscall numbers from linux v4.16 | Szabolcs Nagy | 2 | -0/+6 |
2018-06-19 | aarch64: add HWCAP_ASIMDFHM from linux v4.16 | Szabolcs Nagy | 1 | -0/+1 |
2018-06-19 | sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16 | Szabolcs Nagy | 1 | -1/+7 |
2018-06-19 | netinet/if_ether.h: add ETH_TLEN from linux v4.16 | Szabolcs Nagy | 1 | -0/+1 |
2018-06-19 | netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16 | Szabolcs Nagy | 1 | -0/+1 |
2018-06-19 | sys/epoll.h: add EPOLLNVAL from linux v4.16 | Szabolcs Nagy | 1 | -0/+1 |
2018-06-19 | add m68k port | Rich Felker | 27 | -0/+1079 |
2018-06-14 | add support for m68k 80-bit long double variant | Rich Felker | 2 | -2/+21 |
2018-06-12 | add missing m68k relocation types in elf.h | Rich Felker | 1 | -1/+19 |
2018-06-02 | fix TLS layout of TLS variant I when there is a gap above TP | Szabolcs Nagy | 15 | -17/+32 |
2018-06-01 | fix output size handling for multi-unicode-char big5-hkscs characters | Rich Felker | 1 | -5/+13 |
2018-06-01 | fix iconv mapping of big5-hkscs characters that map to two unicode chars | Rich Felker | 1 | -1/+1 |
2018-05-09 | fix iconv conversion to UTF-32 with implicit (big) endianness | Will Dietz | 1 | -0/+2 |
2018-05-09 | fix iconv buffer overflow converting to legacy JIS-based encodings | Will Dietz | 1 | -0/+1 |
2018-05-09 | make linking of thread-start with explicit scheduling conditional | Rich Felker | 3 | -28/+36 |
2018-05-09 | improve design of thread-start with explicit scheduling attributes | Rich Felker | 2 | -23/+39 |
2018-05-07 | clean up and reduce size of internal pthread structure | Rich Felker | 1 | -7/+9 |
2018-05-05 | improve joinable/detached thread state handling | Rich Felker | 6 | -24/+33 |
2018-05-05 | improve pthread_exit synchronization with functions targeting tid | Rich Felker | 6 | -17/+18 |
2018-05-04 | remove incorrect ESRCH error from pthread_kill | Rich Felker | 1 | -1/+2 |
2018-05-02 | use a dedicated futex object for pthread_join instead of tid field | Rich Felker | 4 | -5/+8 |
2018-05-01 | optimize sigisemptyset | Rich Felker | 1 | -2/+3 |
2018-05-01 | avoid excessive stack usage in getcwd | Rich Felker | 1 | -2/+2 |
2018-05-01 | work around arm gcc's rejection of r7 asm constraints in thumb mode | Rich Felker | 1 | -14/+39 |
2018-04-27 | getopt_long_only: don't prefix-match long-options that match short ones | Rich Felker | 1 | -2/+15 |
2018-04-19 | reintroduce hardening against partially-replaced allocator | Rich Felker | 4 | -5/+22 |
2018-04-19 | return chunks split off by memalign using __bin_chunk instead of free | Rich Felker | 3 | -7/+8 |
2018-04-19 | using malloc implementation types/macros/idioms for memalign | Rich Felker | 1 | -20/+22 |
2018-04-19 | move malloc implementation types and macros to an internal header | Rich Felker | 2 | -37/+40 |
2018-04-19 | revert detection of partially-replaced allocator | Rich Felker | 3 | -15/+6 |
2018-04-19 | setvbuf: minor comment typo fix | Will Dietz | 1 | -1/+1 |
2018-04-19 | arm: use a_ll/a_sc atomics when building for ARMv6T2 | Andre McCurdy | 1 | -1/+1 |
2018-04-19 | arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros | Andre McCurdy | 2 | -2/+2 |
2018-04-19 | provide optimized a_ctz_32 for arm | Andre McCurdy | 1 | -0/+12 |