3769 Commits (8c2943f057c5f69cc6423c360b626bc1ad493230)
 

Author SHA1 Message Date
Szabolcs Nagy 9bed82df30 aarch64: add sve_context struct and related defines from linux v4.15 8 years ago
Szabolcs Nagy 74ab4b8284 elf.h: add DT_SYMTAB_SHNDX 8 years ago
Szabolcs Nagy dfeeeaf544 elf.h: syncronize DF_1_ flags with binutils 8 years ago
Szabolcs Nagy eef5e4821d elf.h: update NT_* coredump elf notes for linux v4.15 8 years ago
Szabolcs Nagy 5024804176 elf.h: add PPC64_OPT_LOCALENTRY 8 years ago
Szabolcs Nagy e7bd039df2 elf.h: add AT_* auxval macros for cache geometry 8 years ago
Szabolcs Nagy 121d18d2f2 sys/prctl.h: add new PR_SVE_* macros from linux v4.15 8 years ago
Szabolcs Nagy 5a4a780ccb aarch64: update hwcap.h for linux v4.15 8 years ago
Szabolcs Nagy 8be960d188 arm: add get_tls syscall from linux v4.15 8 years ago
Szabolcs Nagy 0fc2f098a4 powerpc: update hwcap.h for linux v4.15 8 years ago
Szabolcs Nagy 4ccd07527e s390x: add s390_sthyi system call from v4.15 8 years ago
Szabolcs Nagy 4001c51181 netinet/in.h: add new IPV6_FREEBIND from linux v4.15 8 years ago
Szabolcs Nagy 5f4ff22aa3 netinet/tcp.h: add TCP_* socket options from linux v4.15 8 years ago
Szabolcs Nagy 9b57db3f95 add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 8 years ago
Szabolcs Nagy 9eda4dc69c mips,powerpc: fix TIOCSER_TEMT in termios.h 9 years ago
Szabolcs Nagy e69608700f netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14 9 years ago
Szabolcs Nagy abdaba8616 sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi 9 years ago
Szabolcs Nagy fba3059d72 netinet/if_ether.h: add new ETH_P_ macros from linux v4.14 9 years ago
Szabolcs Nagy 4d4a665799 net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 9 years ago
Szabolcs Nagy 38e81ddc04 signal.h: add missing SIGTRAP si_codes 9 years ago
Szabolcs Nagy ebd8ef50d5 aarch64: add HWCAP_DCPOP from linux v4.14 9 years ago
Szabolcs Nagy 5431c20040 sys/mman.h: add MADV_WIPEONFORK from linux v4.14 9 years ago
Szabolcs Nagy 986bc21713 sys/socket.h: add MSG_ZEROCOPY from linux v4.14 9 years ago
Szabolcs Nagy 404097a4ef sys/socket.h: add SOL_TLS from linux v4.13 9 years ago
Szabolcs Nagy 709bbf5175 sys/socket.h: add PF_SMC from linux v4.11 9 years ago
Rich Felker 55df09bfcc release 1.1.19 8 years ago
Rich Felker 1366b3c5e6 update authors/contributors list 8 years ago
Matúš Olekšák fcf24b9f38 fix detection of LIBCC for compiler-rt with clang 8 years ago
Rich Felker 6d6102427d convert execvp error handling to switch statement 8 years ago
Przemyslaw Pawelczyk 8e0b38060d fix execvp failing on not-dir entries in PATH. 9 years ago
Rich Felker 75cba9c67f fix incorrect overflow check for allocation in fmemopen 8 years ago
Szabolcs Nagy 249b621f9e better configure check for long double support 9 years ago
Dmitry V. Levin 23ddab8569 make getcwd fail if it cannot obtain an absolute path 8 years ago
Rich Felker 376b3c54bb disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes 8 years ago
Rich Felker f0b235c138 honor rpath $ORIGIN for ldd/ldso command with program in working dir 8 years ago
Rich Felker c7f0da4134 adjust strftime + modifier to match apparent intent of POSIX 8 years ago
Rich Felker 596207aa38 fix strftime field widths with %F format and zero year 8 years ago
Rich Felker cc7c300d1a document pthread structure ABI constraints in comments 8 years ago
Alexander Monakov e53296f889 re-fix child reaping in wordexp 8 years ago
Rich Felker cd0ae687de revert regression in faccessat AT_EACCESS robustness 8 years ago
William Pitcock 7c709f2d4f store pthread stack guard sizes for pthread_getattr_np 8 years ago
Rich Felker b3ae7beabb adjust dladdr dli_fbase definition to match other implementations 8 years ago
Samuel Holland 6f03b61b46 getopt_long: accept prefix match of long options containing equals signs 8 years ago
Samuel Holland f1abc29bd0 fix getopt_long arguments to partial matches 8 years ago
William Pitcock 14edadb542 aarch64: fix mismatched type of ucontext_t uc_link member 8 years ago
Rostislav Skudnov 1bc10ffeaa add _DIRENT_HAVE_D_* macros to dirent.h 8 years ago
Rich Felker b64539ae06 fix printf alt-form octal with value 0 and no explicit precision 8 years ago
Jens Gustedt 32482f61da revise the definition of multiple basic locks in the code 8 years ago
Jens Gustedt c4bc0b1a64 consistently use the LOCK an UNLOCK macros 8 years ago
Jens Gustedt 47d0bcd476 new lock algorithm with state and congestion count in one atomic int 8 years ago