about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* avoid use of readv syscall in __stdio_read backend when not neededRich Felker2018-02-241-1/+2
* consistently return number of bytes read from stdio read backendRich Felker2018-02-242-2/+2
* remove obfuscated flags bit-twiddling logic in __stdio_readRich Felker2018-02-241-1/+1
* fix getopt wrongly treating colons in optstring as valid option charsRich Felker2018-02-241-1/+1
* add getentropy functionRich Felker2018-02-232-0/+32
* add getrandom syscall wrapperHauke Mehrtens2018-02-222-0/+26
* aarch64: add sve_context struct and related defines from linux v4.15Szabolcs Nagy2018-02-221-0/+39
* elf.h: add DT_SYMTAB_SHNDXSzabolcs Nagy2018-02-221-1/+2
* elf.h: syncronize DF_1_ flags with binutilsSzabolcs Nagy2018-02-221-0/+2
* 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