3912 Commits (762cf6cdb36ec4403d833c85371a4df686e0e58d)
 

Author SHA1 Message Date
Rich Felker 0b043c7b70 clean up allocation/setup logic for fmemopen 8 years ago
Rich Felker 4245a233c1 minor cleanup in fopencookie 8 years ago
Rich Felker c9f415d7ea allow interposition/replacement of allocator (malloc) 8 years ago
Rich Felker c1014a812c refactor flockfile not to duplicate lock mechanism logic 8 years ago
Rich Felker c21f750727 fix stdio lock dependency on read-after-free not faulting 8 years ago
Rich Felker 502027540b remove unused __brk function/source file 8 years ago
Rich Felker d610c14855 enable reclaim_gaps for fdpic 8 years ago
Rich Felker 14032c30e2 comment __malloc_donate overflow logic 8 years ago
Alexander Monakov ce7ae11acf ldso, malloc: implement reclaim_gaps via __malloc_donate 8 years ago
Alexander Monakov d889cc3463 malloc: fix an over-allocation bug 8 years ago
Rich Felker b9410061e2 use explicit dynamic-list rather than symbolic-functions for linking 8 years ago
Rich Felker 4bf0717e51 fix return value of nice function 8 years ago
Alexander Monakov 424eab2225 optimize malloc0 9 years ago
Rich Felker 10e4bd3780 fix incorrect results for catan with some inputs 8 years ago
Rich Felker ae2a01da2e fix wrong result in casin and many related complex functions 8 years ago
Samuel Holland ea81529fb9 implement wcsftime padding specifier extensions 8 years ago
Rich Felker 119bc55ba6 prevent bypass of guarantee that suids start with fd 0/1/2 open 8 years ago
Szabolcs Nagy 282b1cd266 fix fmaf wrong result 8 years ago
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