Age | Commit message (Expand) | Author | Files | Lines |
2018-03-24 | fix out-of-tree build of crt files with stack protector enabled | Rich Felker | 1 | -1/+1 |
2018-03-12 | explicitly use signed keyword to define intNN_t and derivative types | Rich Felker | 1 | -4/+4 |
2018-03-10 | fix minor namespace issues in termios.h | Rich Felker | 6 | -0/+12 |
2018-03-10 | remove spurious const keyword in sigqueue declaration | Rich Felker | 1 | -1/+1 |
2018-03-10 | fix minor namespace issue in unistd.h | Rich Felker | 1 | -2/+1 |
2018-03-10 | fix minor namespace issue in tar.h | Rich Felker | 1 | -0/+2 |
2018-03-10 | fix minor namespace issues in limits.h | Rich Felker | 1 | -5/+10 |
2018-03-10 | use PAGESIZE rather than PAGE_SIZE in user.h bits | Rich Felker | 4 | -8/+8 |
2018-03-10 | reverse definition dependency between PAGESIZE and PAGE_SIZE | Rich Felker | 7 | -8/+8 |
2018-03-07 | fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value | Rich Felker | 1 | -1/+1 |
2018-02-25 | add public interface headers to implementation files | Rich Felker | 6 | -0/+11 |
2018-02-24 | fix aliasing violations in fgetpos/fsetpos | Rich Felker | 3 | -2/+3 |
2018-02-24 | use idiomatic safe form for FUNLOCK macro | Rich Felker | 1 | -1/+1 |
2018-02-24 | in vswprintf, initialize the FILE rather than memset-and-assign | Rich Felker | 1 | -9/+8 |
2018-02-24 | remove unused MIN macro from getdelim source file | Rich Felker | 1 | -2/+0 |
2018-02-24 | remove useless null check before call to free in fclose | Rich Felker | 1 | -1/+1 |
2018-02-24 | remove useless and confusing parentheses in stdio __towrite function | Rich Felker | 1 | -1/+1 |
2018-02-24 | avoid use of readv syscall in __stdio_read backend when not needed | Rich Felker | 1 | -1/+2 |
2018-02-24 | consistently return number of bytes read from stdio read backend | Rich Felker | 2 | -2/+2 |
2018-02-24 | remove obfuscated flags bit-twiddling logic in __stdio_read | Rich Felker | 1 | -1/+1 |
2018-02-24 | fix getopt wrongly treating colons in optstring as valid option chars | Rich Felker | 1 | -1/+1 |
2018-02-23 | add getentropy function | Rich Felker | 2 | -0/+32 |
2018-02-22 | add getrandom syscall wrapper | Hauke Mehrtens | 2 | -0/+26 |
2018-02-22 | aarch64: add sve_context struct and related defines from linux v4.15 | Szabolcs Nagy | 1 | -0/+39 |
2018-02-22 | elf.h: add DT_SYMTAB_SHNDX | Szabolcs Nagy | 1 | -1/+2 |
2018-02-22 | elf.h: syncronize DF_1_ flags with binutils | Szabolcs Nagy | 1 | -0/+2 |
2018-02-22 | elf.h: update NT_* coredump elf notes for linux v4.15 | Szabolcs Nagy | 1 | -0/+21 |
2018-02-22 | elf.h: add PPC64_OPT_LOCALENTRY | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | elf.h: add AT_* auxval macros for cache geometry | Szabolcs Nagy | 1 | -0/+8 |
2018-02-22 | sys/prctl.h: add new PR_SVE_* macros from linux v4.15 | Szabolcs Nagy | 1 | -0/+6 |
2018-02-22 | aarch64: update hwcap.h for linux v4.15 | Szabolcs Nagy | 1 | -0/+6 |
2018-02-22 | arm: add get_tls syscall from linux v4.15 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | powerpc: update hwcap.h for linux v4.15 | Szabolcs Nagy | 2 | -0/+6 |
2018-02-22 | s390x: add s390_sthyi system call from v4.15 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | netinet/in.h: add new IPV6_FREEBIND from linux v4.15 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | netinet/tcp.h: add TCP_* socket options from linux v4.15 | Szabolcs Nagy | 1 | -0/+2 |
2018-02-22 | add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15 | Szabolcs Nagy | 6 | -0/+7 |
2018-02-22 | mips,powerpc: fix TIOCSER_TEMT in termios.h | Szabolcs Nagy | 5 | -5/+5 |
2018-02-22 | netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14 | Szabolcs Nagy | 1 | -0/+8 |
2018-02-22 | sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi | Szabolcs Nagy | 2 | -0/+26 |
2018-02-22 | netinet/if_ether.h: add new ETH_P_ macros from linux v4.14 | Szabolcs Nagy | 1 | -0/+4 |
2018-02-22 | net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | signal.h: add missing SIGTRAP si_codes | Szabolcs Nagy | 1 | -0/+2 |
2018-02-22 | aarch64: add HWCAP_DCPOP from linux v4.14 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | sys/mman.h: add MADV_WIPEONFORK from linux v4.14 | Szabolcs Nagy | 1 | -0/+2 |
2018-02-22 | sys/socket.h: add MSG_ZEROCOPY from linux v4.14 | Szabolcs Nagy | 1 | -0/+2 |
2018-02-22 | sys/socket.h: add SOL_TLS from linux v4.13 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | sys/socket.h: add PF_SMC from linux v4.11 | Szabolcs Nagy | 1 | -1/+3 |
2018-02-22 | release 1.1.19v1.1.19 | Rich Felker | 2 | -1/+46 |
2018-02-21 | update authors/contributors list | Rich Felker | 1 | -0/+17 |