Age | Commit message (Expand) | Author | Files | Lines |
2018-04-17 | malloc: fix an over-allocation bug | Alexander Monakov | 1 | -4/+4 |
2018-04-17 | use explicit dynamic-list rather than symbolic-functions for linking | Rich Felker | 2 | -4/+41 |
2018-04-17 | fix return value of nice function | Rich Felker | 1 | -5/+9 |
2018-04-11 | optimize malloc0 | Alexander Monakov | 1 | -6/+23 |
2018-04-11 | fix incorrect results for catan with some inputs | Rich Felker | 1 | -13/+1 |
2018-04-09 | fix wrong result in casin and many related complex functions | Rich Felker | 3 | -3/+6 |
2018-04-07 | implement wcsftime padding specifier extensions | Samuel Holland | 1 | -3/+5 |
2018-04-05 | prevent bypass of guarantee that suids start with fd 0/1/2 open | Rich Felker | 1 | -0/+2 |
2018-04-02 | fix fmaf wrong result | Szabolcs Nagy | 1 | -1/+1 |
2018-03-28 | fix default feature profile in tar.h | Rich Felker | 1 | -0/+2 |
2018-03-24 | adjust makefile target-specific CFLAGS rules to be more robust & complete | Rich Felker | 1 | -11/+8 |
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 |