Age | Commit message (Expand) | Author | Files | Lines |
2018-08-28 | fix deadlock in async thread self-cancellation | Rich Felker | 1 | -1/+5 |
2018-08-27 | time: fix incorrect DST offset when using POSIX timezones without DST | A. Wilcox | 1 | -1/+1 |
2018-08-23 | fix tls access on arm targets before armv6k | Szabolcs Nagy | 1 | -1/+1 |
2018-08-23 | fix missing strerror text for EMULTIHOP | Rich Felker | 1 | -0/+1 |
2018-08-23 | fix printf precision specifier for hex floats on non-ld80 archs | Rich Felker | 1 | -0/+1 |
2018-08-22 | getopt: update optarg and optind correctly on missing argument | Rich Felker | 1 | -6/+6 |
2018-08-20 | remove erroneous SYMLINK_MAX definition from limits.h, pathconf | Rich Felker | 1 | -1/+1 |
2018-08-18 | mips archs: fix runaway execution if start fn passed to clone returns | Segev Finer | 3 | -3/+12 |
2018-08-16 | fix pthread_create return value with PTHREAD_EXPLICIT_SCHED | Rich Felker | 1 | -0/+1 |
2018-08-07 | fix sign of strftime %z output with offsets <1 hour west of UTC | Rich Felker | 1 | -3/+2 |
2018-07-27 | make pthread_attr_init honor defaults set by pthread_setattr_default_np | Rich Felker | 3 | -4/+11 |
2018-07-23 | bsearch: simplify and optimize | Fangrui Song | 1 | -6/+6 |
2018-07-18 | remove spurious declaration of __getdents from readdir.c | Rich Felker | 1 | -2/+0 |
2018-07-18 | fix regression in alignment of dirent structs produced by readdir | Rich Felker | 2 | -1/+7 |
2018-07-14 | implement getaddrinfo's AI_ADDRCONFIG flag | Rich Felker | 1 | -0/+39 |
2018-07-13 | fix writes outside buffer by ungetc after setvbuf | Rich Felker | 1 | -1/+1 |
2018-07-11 | resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs | Rich Felker | 1 | -15/+32 |
2018-07-02 | optimize explicit_bzero for size | Alexander Monakov | 1 | -1/+1 |
2018-06-26 | fix missing timeout argument to futex syscall in __futexwait | Patrick Oppenlander | 1 | -2/+2 |
2018-06-26 | add explicit_bzero implementation | David Carlier | 1 | -0/+8 |
2018-06-26 | inet_ntop: do not compress single zeros in IPv6 | Arthur Jones | 1 | -1/+1 |
2018-06-26 | strftime: fix underlying format string in %z format | Daniel Sabogal | 1 | -1/+1 |
2018-06-26 | resolver: omit final dot (root/suppress-search) in canonical name | Rich Felker | 1 | -0/+4 |
2018-06-20 | add memfd_create syscall wrapper | Szabolcs Nagy | 1 | -0/+8 |
2018-06-20 | add mlock2 linux syscall wrapper | Szabolcs Nagy | 1 | -0/+10 |
2018-06-20 | work around broken kernel struct ipc_perm on some big endian archs | Rich Felker | 3 | -6/+72 |
2018-06-19 | add m68k port | Rich Felker | 9 | -0/+224 |
2018-06-14 | add support for m68k 80-bit long double variant | Rich Felker | 2 | -2/+21 |
2018-06-02 | fix TLS layout of TLS variant I when there is a gap above TP | Szabolcs Nagy | 2 | -5/+10 |
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-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 | 3 | -5/+13 |
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 | remove a_ctz_l from arch specific atomic_arch.h | Andre McCurdy | 1 | -19/+23 |