about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* mips: add HWCAP_ flags from linux v4.17Szabolcs Nagy2018-06-193-0/+3
* aarch64: add HWCAP_ flags from linux v4.17Szabolcs Nagy2018-06-191-0/+4
* add speculation control prctls from linux v4.17Szabolcs Nagy2018-06-191-0/+9
* add ETH_P_PREAUTH ethertype from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* add TCP_NLA_* from linux v4.17Szabolcs Nagy2018-06-191-0/+10
* add {MSG,SEM,SHM}_STAT_ANY from linux v4.17Szabolcs Nagy2018-06-193-0/+3
* add MAP_FIXED_NOREPLACE from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* powerpc: add pkey syscall numbers from linux v4.16Szabolcs Nagy2018-06-192-0/+6
* aarch64: add HWCAP_ASIMDFHM from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16Szabolcs Nagy2018-06-191-1/+7
* netinet/if_ether.h: add ETH_TLEN from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* sys/epoll.h: add EPOLLNVAL from linux v4.16Szabolcs Nagy2018-06-191-0/+1
* add m68k portRich Felker2018-06-1927-0/+1079
* add support for m68k 80-bit long double variantRich Felker2018-06-142-2/+21
* add missing m68k relocation types in elf.hRich Felker2018-06-121-1/+19
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-0215-17/+32
* 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
* work around arm gcc's rejection of r7 asm constraints in thumb modeRich Felker2018-05-011-14/+39
* 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-194-5/+22
* 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
* arm: use a_ll/a_sc atomics when building for ARMv6T2Andre McCurdy2018-04-191-1/+1
* arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macrosAndre McCurdy2018-04-192-2/+2
* provide optimized a_ctz_32 for armAndre McCurdy2018-04-191-0/+12
* remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy2018-04-193-24/+28
* fix out of bounds write for zero length buffer in gethostnameMarc André Tanner2018-04-191-1/+1
* add support for caller-provided buffers to setvbufRich Felker2018-04-181-11/+14
* clean up allocation/setup logic for open_[w]memstreamRich Felker2018-04-182-38/+50
* clean up allocation/setup logic for fmemopenRich Felker2018-04-181-21/+31
* minor cleanup in fopencookieRich Felker2018-04-181-5/+2
* allow interposition/replacement of allocator (malloc)Rich Felker2018-04-185-23/+39
* refactor flockfile not to duplicate lock mechanism logicRich Felker2018-04-182-12/+14
* fix stdio lock dependency on read-after-free not faultingRich Felker2018-04-183-20/+24