Rich Felker
|
119bc55ba6
prevent bypass of guarantee that suids start with fd 0/1/2 open
|
6 years ago |
Szabolcs Nagy
|
282b1cd266
fix fmaf wrong result
|
6 years ago |
Rich Felker
|
729fef0a93
fix default feature profile in tar.h
|
6 years ago |
Rich Felker
|
c7bb9c41d2
adjust makefile target-specific CFLAGS rules to be more robust & complete
|
6 years ago |
Rich Felker
|
a7c53e0c2c
fix out-of-tree build of crt files with stack protector enabled
|
6 years ago |
Rich Felker
|
919ad8d5fb
explicitly use signed keyword to define intNN_t and derivative types
|
6 years ago |
Rich Felker
|
eb5ae94016
fix minor namespace issues in termios.h
|
6 years ago |
Rich Felker
|
f9c2498fee
remove spurious const keyword in sigqueue declaration
|
6 years ago |
Rich Felker
|
a3f7bcdeaa
fix minor namespace issue in unistd.h
|
6 years ago |
Rich Felker
|
d93c0740d8
fix minor namespace issue in tar.h
|
6 years ago |
Rich Felker
|
8e1381be44
fix minor namespace issues in limits.h
|
6 years ago |
Rich Felker
|
6ecb9c14c4
use PAGESIZE rather than PAGE_SIZE in user.h bits
|
6 years ago |
Rich Felker
|
c9c2cd3e69
reverse definition dependency between PAGESIZE and PAGE_SIZE
|
6 years ago |
Rich Felker
|
0cf50581ec
fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value
|
6 years ago |
Rich Felker
|
57b97b42bd
add public interface headers to implementation files
|
7 years ago |
Rich Felker
|
2fae10f887
fix aliasing violations in fgetpos/fsetpos
|
7 years ago |
Rich Felker
|
455bd82445
use idiomatic safe form for FUNLOCK macro
|
7 years ago |
Rich Felker
|
7c59d09863
in vswprintf, initialize the FILE rather than memset-and-assign
|
7 years ago |
Rich Felker
|
aaa29c26ee
remove unused MIN macro from getdelim source file
|
7 years ago |
Rich Felker
|
0fbe53ed3f
remove useless null check before call to free in fclose
|
7 years ago |
Rich Felker
|
52d42b5888
remove useless and confusing parentheses in stdio __towrite function
|
7 years ago |
Rich Felker
|
e7eeeb9f2a
avoid use of readv syscall in __stdio_read backend when not needed
|
7 years ago |
Rich Felker
|
f92804188e
consistently return number of bytes read from stdio read backend
|
7 years ago |
Rich Felker
|
9bf9c732f9
remove obfuscated flags bit-twiddling logic in __stdio_read
|
7 years ago |
Rich Felker
|
b123f23952
fix getopt wrongly treating colons in optstring as valid option chars
|
7 years ago |
Rich Felker
|
82f176803a
add getentropy function
|
7 years ago |
Hauke Mehrtens
|
e206582091
add getrandom syscall wrapper
|
7 years ago |
Szabolcs Nagy
|
9bed82df30
aarch64: add sve_context struct and related defines from linux v4.15
|
7 years ago |
Szabolcs Nagy
|
74ab4b8284
elf.h: add DT_SYMTAB_SHNDX
|
7 years ago |
Szabolcs Nagy
|
dfeeeaf544
elf.h: syncronize DF_1_ flags with binutils
|
7 years ago |