Age | Commit message (Expand) | Author | Files | Lines |
2020-09-09 | netinet/tcp.h: update for linux v5.6 | Szabolcs Nagy | 1 | -2/+4 |
2020-09-09 | netinet/in.h: add IPPROTO_ macros from linux v5.6 | Szabolcs Nagy | 1 | -1/+3 |
2020-09-09 | add pidfd_getfd and openat2 syscall numbers from linux v5.6 | Szabolcs Nagy | 16 | -0/+34 |
2020-09-09 | netinet/tcp.h: update tcp_info for linux v5.5 | Szabolcs Nagy | 1 | -1/+8 |
2020-09-03 | use generic bits/fcntl.h for x86_64 and riscv64 | Rich Felker | 2 | -78/+0 |
2020-09-03 | make generic bits/fcntl.h shareable with 64-bit archs | Rich Felker | 1 | -0/+6 |
2020-09-03 | fix missing O_LARGEFILE values on x86_64, x32, and mips64 | Rich Felker | 3 | -3/+3 |
2020-09-03 | fix missing newline in herror output | Rich Felker | 1 | -1/+1 |
2020-08-30 | fix i386 __set_thread_area fallback | Rich Felker | 1 | -0/+1 |
2020-08-30 | restore h_errno ABI compatibility with ancient binaries | Rich Felker | 1 | -0/+4 |
2020-08-30 | clean up overinclusion in files using TIOCGWINSZ | Rich Felker | 3 | -3/+0 |
2020-08-30 | fix regression with applications that expect struct winsize in ioctl.h | Rich Felker | 3 | -7/+5 |
2020-08-27 | configure: enable warnings by default | Rich Felker | 1 | -2/+2 |
2020-08-27 | configure: use additive warnings instead of subtracting from -Wall | Rich Felker | 1 | -9/+15 |
2020-08-27 | configure: add further -Werror=... options to detected CFLAGS | Rich Felker | 1 | -0/+4 |
2020-08-27 | remove redundant pthread struct members repeated for layout purposes | Rich Felker | 8 | -18/+19 |
2020-08-27 | deduplicate __pthread_self thread pointer adjustment out of each arch | Rich Felker | 17 | -65/+65 |
2020-08-24 | deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET | Rich Felker | 17 | -21/+16 |
2020-08-24 | report res_query failures, including nxdomain/nodata, via h_errno | Rich Felker | 1 | -1/+15 |
2020-08-24 | make h_errno thread-local | Rich Felker | 2 | -4/+3 |
2020-08-24 | add tcgetwinsize and tcsetwinsize functions, move struct winsize | Rich Felker | 7 | -7/+29 |
2020-08-22 | fix MUSL_LOCPATH search | Rich Felker | 1 | -1/+1 |
2020-08-17 | add gettid function | Rich Felker | 2 | -0/+9 |
2020-08-12 | aarch64: fix setjmp return value | Szabolcs Nagy | 1 | -4/+3 |
2020-08-12 | setjmp: optimize longjmp prologues | Alexander Monakov | 3 | -14/+8 |
2020-08-11 | setjmp: optimize x86 longjmp epilogues | Alexander Monakov | 3 | -12/+6 |
2020-08-11 | setjmp: avoid useless REX-prefix on xor %eax, %eax | Alexander Monakov | 2 | -2/+2 |
2020-08-11 | setjmp: fix x86-64 longjmp argument adjustment | Alexander Monakov | 2 | -6/+6 |
2020-08-08 | prefer new socket syscalls, fallback to SYS_socketcall only if needed | Rich Felker | 6 | -14/+27 |
2020-08-05 | math: new software sqrtl | Szabolcs Nagy | 1 | -1/+253 |
2020-08-05 | math: add __math_invalidl | Szabolcs Nagy | 2 | -0/+12 |
2020-08-05 | math: new software sqrtf | Szabolcs Nagy | 1 | -70/+70 |
2020-08-05 | math: new software sqrt | Szabolcs Nagy | 3 | -173/+179 |
2020-08-05 | in hosts file lookups, honor first canonical name regardless of family | Rich Felker | 1 | -1/+1 |
2020-08-04 | in hosts file lookups, use only first match for canonical name | Rich Felker | 1 | -2/+7 |
2020-08-04 | release 1.2.1v1.2.1 | Rich Felker | 2 | -1/+37 |
2020-08-02 | add m68k sqrtl using native instruction | Rich Felker | 1 | -0/+15 |
2020-07-24 | getentropy: fix UB if len==0 | Bartosz Brachaczek | 1 | -1/+1 |
2020-07-06 | fix async-cancel-safety of pthread_cancel | Rich Felker | 1 | -1/+4 |
2020-07-06 | make thread killlock async-signal-safe for pthread_kill | Rich Felker | 5 | -5/+18 |
2020-07-05 | fix C implementation of a_clz_32 | Rich Felker | 1 | -1/+1 |
2020-07-02 | vfscanf: fix possible invalid free due to uninitialized variable use | Julien Ramseier | 1 | -1/+1 |
2020-06-30 | make mallocng the default malloc implementation | Rich Felker | 2 | -3/+3 |
2020-06-30 | add malloc implementation selection to configure | Rich Felker | 1 | -0/+12 |
2020-06-30 | import mallocng | Rich Felker | 7 | -13/+938 |
2020-06-29 | add glue code for mallocng merge | Rich Felker | 3 | -0/+129 |
2020-06-26 | add optimized aarch64 memcpy and memset | Rich Felker | 3 | -0/+304 |
2020-06-25 | add big-endian support to ARM assembler memcpy | Andre McCurdy | 3 | -8/+98 |
2020-06-21 | clear need_locks in child after fork | Rich Felker | 1 | -0/+1 |
2020-06-16 | only use memcpy realloc to shrink if an exact-sized free chunk exists | Rich Felker | 1 | -0/+12 |