about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* elf.h: update NT_* coredump elf notes for linux v4.15Szabolcs Nagy2018-02-221-0/+21
* elf.h: add PPC64_OPT_LOCALENTRYSzabolcs Nagy2018-02-221-0/+1
* elf.h: add AT_* auxval macros for cache geometrySzabolcs Nagy2018-02-221-0/+8
* sys/prctl.h: add new PR_SVE_* macros from linux v4.15Szabolcs Nagy2018-02-221-0/+6
* aarch64: update hwcap.h for linux v4.15Szabolcs Nagy2018-02-221-0/+6
* arm: add get_tls syscall from linux v4.15Szabolcs Nagy2018-02-221-0/+1
* powerpc: update hwcap.h for linux v4.15Szabolcs Nagy2018-02-222-0/+6
* s390x: add s390_sthyi system call from v4.15Szabolcs Nagy2018-02-221-0/+1
* netinet/in.h: add new IPV6_FREEBIND from linux v4.15Szabolcs Nagy2018-02-221-0/+1
* netinet/tcp.h: add TCP_* socket options from linux v4.15Szabolcs Nagy2018-02-221-0/+2
* add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy2018-02-226-0/+7
* mips,powerpc: fix TIOCSER_TEMT in termios.hSzabolcs Nagy2018-02-225-5/+5
* netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14Szabolcs Nagy2018-02-221-0/+8
* sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapiSzabolcs Nagy2018-02-222-0/+26
* netinet/if_ether.h: add new ETH_P_ macros from linux v4.14Szabolcs Nagy2018-02-221-0/+4
* net/if_arp.h: add ARPHRD_RAWIP from linux v4.14Szabolcs Nagy2018-02-221-0/+1
* signal.h: add missing SIGTRAP si_codesSzabolcs Nagy2018-02-221-0/+2
* aarch64: add HWCAP_DCPOP from linux v4.14Szabolcs Nagy2018-02-221-0/+1
* sys/mman.h: add MADV_WIPEONFORK from linux v4.14Szabolcs Nagy2018-02-221-0/+2
* sys/socket.h: add MSG_ZEROCOPY from linux v4.14Szabolcs Nagy2018-02-221-0/+2
* sys/socket.h: add SOL_TLS from linux v4.13Szabolcs Nagy2018-02-221-0/+1
* sys/socket.h: add PF_SMC from linux v4.11Szabolcs Nagy2018-02-221-1/+3
* release 1.1.19 v1.1.19Rich Felker2018-02-222-1/+46
* update authors/contributors listRich Felker2018-02-211-0/+17
* fix detection of LIBCC for compiler-rt with clangMatúš Olekšák2018-02-211-0/+2
* convert execvp error handling to switch statementRich Felker2018-02-211-2/+9
* fix execvp failing on not-dir entries in PATH.Przemyslaw Pawelczyk2018-02-211-1/+1
* fix incorrect overflow check for allocation in fmemopenRich Felker2018-02-111-1/+1
* better configure check for long double supportSzabolcs Nagy2018-02-071-3/+2
* make getcwd fail if it cannot obtain an absolute pathDmitry V. Levin2018-02-071-1/+7
* disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processesRich Felker2018-02-071-0/+3
* honor rpath $ORIGIN for ldd/ldso command with program in working dirRich Felker2018-02-071-1/+10
* adjust strftime + modifier to match apparent intent of POSIXRich Felker2018-02-061-6/+12
* fix strftime field widths with %F format and zero yearRich Felker2018-02-051-1/+2
* document pthread structure ABI constraints in commentsRich Felker2018-02-051-0/+7
* re-fix child reaping in wordexpAlexander Monakov2018-02-051-7/+1
* revert regression in faccessat AT_EACCESS robustnessRich Felker2018-02-051-21/+14
* store pthread stack guard sizes for pthread_getattr_npWilliam Pitcock2018-02-033-1/+4
* adjust dladdr dli_fbase definition to match other implementationsRich Felker2018-02-021-1/+1
* getopt_long: accept prefix match of long options containing equals signsSamuel Holland2018-01-311-1/+2
* fix getopt_long arguments to partial matchesSamuel Holland2018-01-311-1/+3
* aarch64: fix mismatched type of ucontext_t uc_link memberWilliam Pitcock2018-01-311-1/+1
* add _DIRENT_HAVE_D_* macros to dirent.hRostislav Skudnov2018-01-121-0/+4
* fix printf alt-form octal with value 0 and no explicit precisionRich Felker2018-01-101-2/+2
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-0915-16/+16
* consistently use the LOCK an UNLOCK macrosJens Gustedt2018-01-096-12/+12
* new lock algorithm with state and congestion count in one atomic intJens Gustedt2018-01-093-8/+58
* add additional uapi guards for Linux kernel header filesHauke Mehrtens2018-01-093-0/+10
* fix iconv output of surrogate pairs in ucs2Rich Felker2017-12-181-1/+1
* add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconvRich Felker2017-12-181-3/+40