3744 Commits (729fef0a9358e2f6f1cd8c75a1a0f7ee48b08c95)
 

Author SHA1 Message Date
Rich Felker 729fef0a93 fix default feature profile in tar.h 8 years ago
Rich Felker c7bb9c41d2 adjust makefile target-specific CFLAGS rules to be more robust & complete 8 years ago
Rich Felker a7c53e0c2c fix out-of-tree build of crt files with stack protector enabled 8 years ago
Rich Felker 919ad8d5fb explicitly use signed keyword to define intNN_t and derivative types 8 years ago
Rich Felker eb5ae94016 fix minor namespace issues in termios.h 8 years ago
Rich Felker f9c2498fee remove spurious const keyword in sigqueue declaration 8 years ago
Rich Felker a3f7bcdeaa fix minor namespace issue in unistd.h 8 years ago
Rich Felker d93c0740d8 fix minor namespace issue in tar.h 8 years ago
Rich Felker 8e1381be44 fix minor namespace issues in limits.h 8 years ago
Rich Felker 6ecb9c14c4 use PAGESIZE rather than PAGE_SIZE in user.h bits 8 years ago
Rich Felker c9c2cd3e69 reverse definition dependency between PAGESIZE and PAGE_SIZE 8 years ago
Rich Felker 0cf50581ec fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value 8 years ago
Rich Felker 57b97b42bd add public interface headers to implementation files 8 years ago
Rich Felker 2fae10f887 fix aliasing violations in fgetpos/fsetpos 8 years ago
Rich Felker 455bd82445 use idiomatic safe form for FUNLOCK macro 8 years ago
Rich Felker 7c59d09863 in vswprintf, initialize the FILE rather than memset-and-assign 8 years ago
Rich Felker aaa29c26ee remove unused MIN macro from getdelim source file 8 years ago
Rich Felker 0fbe53ed3f remove useless null check before call to free in fclose 8 years ago
Rich Felker 52d42b5888 remove useless and confusing parentheses in stdio __towrite function 8 years ago
Rich Felker e7eeeb9f2a avoid use of readv syscall in __stdio_read backend when not needed 8 years ago
Rich Felker f92804188e consistently return number of bytes read from stdio read backend 8 years ago
Rich Felker 9bf9c732f9 remove obfuscated flags bit-twiddling logic in __stdio_read 8 years ago
Rich Felker b123f23952 fix getopt wrongly treating colons in optstring as valid option chars 8 years ago
Rich Felker 82f176803a add getentropy function 8 years ago
Hauke Mehrtens e206582091 add getrandom syscall wrapper 8 years ago
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 8 years ago
Szabolcs Nagy e69608700f netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14 8 years ago
Szabolcs Nagy abdaba8616 sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi 8 years ago
Szabolcs Nagy fba3059d72 netinet/if_ether.h: add new ETH_P_ macros from linux v4.14 8 years ago
Szabolcs Nagy 4d4a665799 net/if_arp.h: add ARPHRD_RAWIP from linux v4.14 8 years ago
Szabolcs Nagy 38e81ddc04 signal.h: add missing SIGTRAP si_codes 8 years ago
Szabolcs Nagy ebd8ef50d5 aarch64: add HWCAP_DCPOP from linux v4.14 8 years ago
Szabolcs Nagy 5431c20040 sys/mman.h: add MADV_WIPEONFORK from linux v4.14 8 years ago
Szabolcs Nagy 986bc21713 sys/socket.h: add MSG_ZEROCOPY from linux v4.14 8 years ago
Szabolcs Nagy 404097a4ef sys/socket.h: add SOL_TLS from linux v4.13 8 years ago
Szabolcs Nagy 709bbf5175 sys/socket.h: add PF_SMC from linux v4.11 8 years ago