Szabolcs Nagy
|
02b50c9d0a
fix mips ioctl macros to match linux asm/sockios.h
|
7 years ago |
Rich Felker
|
670d6d01f5
fix unsynchronized access to FILE structure in fflush(0)
|
7 years ago |
Daniel Sabogal
|
511b7042b3
fix signed overflow in ftok
|
7 years ago |
Thomas Petazzoni
|
1698fe6cdc
fix build failure for sh4a due to missing colon in asm statement
|
7 years ago |
Rich Felker
|
80bf595255
trap UB from attempts to join a detached thread
|
7 years ago |
Bobby Bingham
|
e31c8c2d79
ppc64: fix setjmp/longjmp handling of TOC pointer
|
7 years ago |
Leah Neukirchen
|
52cf5c18f4
qsort: add a short comment about the algorithm
|
7 years ago |
Rich Felker
|
dc2f368e56
disable global visibility override hack (vis.h) by default
|
7 years ago |
Rich Felker
|
947d330f68
add _NL_LOCALE_NAME extension to nl_langinfo
|
7 years ago |
Jens Gustedt
|
a08910fc2c
fix missing volatile qualifier on lock in __get_locale
|
7 years ago |
Alexander Monakov
|
2e6e08423b
remove ineffective compiler assist from printf
|
7 years ago |
Alexander Monakov
|
bc42dcbfd9
fix undefined behavior in ptrace
|
7 years ago |
Jens Gustedt
|
d906fa3118
unify the use of FUTEX_PRIVATE
|
7 years ago |
Alexander Monakov
|
60ab365cae
fix undefined behavior in free
|
7 years ago |
Alexander Monakov
|
f688884061
reapply va_arg hacks removal to wprintf
|
7 years ago |
Alexander Monakov
|
bd00cc8781
remove useless declarations in string.h
|
7 years ago |
Rich Felker
|
f3055e0163
allow specifying argv[0] when invoking a program via ldso command
|
7 years ago |
Rich Felker
|
43c423af5b
fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBAL
|
7 years ago |
Rich Felker
|
66b53cfa88
ldso: avoid spurious & possible erroneous work for libs with no deps
|
7 years ago |
Rich Felker
|
94f744195e
powerpc64: add single-instruction math functions
|
7 years ago |
Dmitry Golovin
|
9d12a6a21f
fix clang CFLAGS checks and silence unused argument warnings
|
7 years ago |
Rich Felker
|
ce385fcfb2
s390x: add single-instruction math functions
|
7 years ago |
Szabolcs Nagy
|
e6def54435
fix arm run-time abi string functions
|
8 years ago |
Rich Felker
|
91d34c4533
fix regression in getspnam[_r] error code for insufficient buffer size
|
7 years ago |
Rich Felker
|
5948bc1a64
fix omission of microblaze user.h definitions
|
7 years ago |
Bartosz Brachaczek
|
b7bfb5c3a8
fix iconv conversions for iso88592-iso885916
|
7 years ago |
Rich Felker
|
64f855874c
handle errors from localtime_r in ctime_r
|
7 years ago |
Rich Felker
|
2d7d05f031
set errno when getpw*_r, getgr*_r, and getspnam_r fail
|
7 years ago |
Rich Felker
|
5c10c33d2a
handle localtime errors in ctime
|
7 years ago |
Rich Felker
|
1c86c7f5c2
handle mremap failure in realloc of mmap-serviced allocations
|
7 years ago |