about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix deadlock in async thread self-cancellationRich Felker2018-08-281-1/+5
* time: fix incorrect DST offset when using POSIX timezones without DSTA. Wilcox2018-08-271-1/+1
* fix tls access on arm targets before armv6kSzabolcs Nagy2018-08-231-1/+1
* fix missing strerror text for EMULTIHOPRich Felker2018-08-231-0/+1
* fix printf precision specifier for hex floats on non-ld80 archsRich Felker2018-08-231-0/+1
* getopt: update optarg and optind correctly on missing argumentRich Felker2018-08-221-6/+6
* remove erroneous SYMLINK_MAX definition from limits.h, pathconfRich Felker2018-08-201-1/+1
* mips archs: fix runaway execution if start fn passed to clone returnsSegev Finer2018-08-183-3/+12
* fix pthread_create return value with PTHREAD_EXPLICIT_SCHEDRich Felker2018-08-161-0/+1
* fix sign of strftime %z output with offsets <1 hour west of UTCRich Felker2018-08-071-3/+2
* make pthread_attr_init honor defaults set by pthread_setattr_default_npRich Felker2018-07-273-4/+11
* bsearch: simplify and optimizeFangrui Song2018-07-231-6/+6
* remove spurious declaration of __getdents from readdir.cRich Felker2018-07-181-2/+0
* fix regression in alignment of dirent structs produced by readdirRich Felker2018-07-182-1/+7
* implement getaddrinfo's AI_ADDRCONFIG flagRich Felker2018-07-141-0/+39
* fix writes outside buffer by ungetc after setvbufRich Felker2018-07-131-1/+1
* resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrsRich Felker2018-07-111-15/+32
* optimize explicit_bzero for sizeAlexander Monakov2018-07-021-1/+1
* fix missing timeout argument to futex syscall in __futexwaitPatrick Oppenlander2018-06-261-2/+2
* add explicit_bzero implementationDavid Carlier2018-06-261-0/+8
* inet_ntop: do not compress single zeros in IPv6Arthur Jones2018-06-261-1/+1
* strftime: fix underlying format string in %z formatDaniel Sabogal2018-06-261-1/+1
* resolver: omit final dot (root/suppress-search) in canonical nameRich Felker2018-06-261-0/+4
* add memfd_create syscall wrapperSzabolcs Nagy2018-06-201-0/+8
* add mlock2 linux syscall wrapperSzabolcs Nagy2018-06-201-0/+10
* work around broken kernel struct ipc_perm on some big endian archsRich Felker2018-06-203-6/+72
* add m68k portRich Felker2018-06-199-0/+224
* add support for m68k 80-bit long double variantRich Felker2018-06-142-2/+21
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-022-5/+10
* fix output size handling for multi-unicode-char big5-hkscs charactersRich Felker2018-06-011-5/+13
* fix iconv mapping of big5-hkscs characters that map to two unicode charsRich Felker2018-06-011-1/+1
* fix iconv conversion to UTF-32 with implicit (big) endiannessWill Dietz2018-05-091-0/+2
* fix iconv buffer overflow converting to legacy JIS-based encodingsWill Dietz2018-05-091-0/+1
* make linking of thread-start with explicit scheduling conditionalRich Felker2018-05-093-28/+36
* improve design of thread-start with explicit scheduling attributesRich Felker2018-05-092-23/+39
* clean up and reduce size of internal pthread structureRich Felker2018-05-071-7/+9
* improve joinable/detached thread state handlingRich Felker2018-05-056-24/+33
* improve pthread_exit synchronization with functions targeting tidRich Felker2018-05-056-17/+18
* remove incorrect ESRCH error from pthread_killRich Felker2018-05-041-1/+2
* use a dedicated futex object for pthread_join instead of tid fieldRich Felker2018-05-024-5/+8
* optimize sigisemptysetRich Felker2018-05-011-2/+3
* avoid excessive stack usage in getcwdRich Felker2018-05-011-2/+2
* getopt_long_only: don't prefix-match long-options that match short onesRich Felker2018-04-271-2/+15
* reintroduce hardening against partially-replaced allocatorRich Felker2018-04-193-5/+13
* return chunks split off by memalign using __bin_chunk instead of freeRich Felker2018-04-193-7/+8
* using malloc implementation types/macros/idioms for memalignRich Felker2018-04-191-20/+22
* move malloc implementation types and macros to an internal headerRich Felker2018-04-192-37/+40
* revert detection of partially-replaced allocatorRich Felker2018-04-193-15/+6
* setvbuf: minor comment typo fixWill Dietz2018-04-191-1/+1
* remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy2018-04-191-19/+23