Szabolcs Nagy
|
c9783e4d32
treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym
|
8 years ago |
Rich Felker
|
fc85fb3860
fix ld-behavior-dependent crash in ppc64 ldso startup
|
8 years ago |
Szabolcs Nagy
|
827c4e6fbe
fix lsearch and lfind to pass key as first arg to the compar callback
|
8 years ago |
Rich Felker
|
0a4a16d11c
allow page size to vary on arm
|
8 years ago |
Rich Felker
|
b261a24256
fix build regression in arm atomics asm with new binutils
|
8 years ago |
Bobby Bingham
|
9201c3afce
s390x: implement dlsym
|
8 years ago |
Rich Felker
|
d6601f0af0
avoid unbounded strlen in gettext functions
|
8 years ago |
Rich Felker
|
dbbb3734d8
fix use of uninitialized pointer in gettext core
|
8 years ago |
Rich Felker
|
01e6bbece2
fix bindtextdomain logic error deactivating other domains
|
8 years ago |
Rich Felker
|
6894f84726
fix spurious EINTR errors from multithreaded set*id, etc.
|
8 years ago |
rofl0r
|
1f53e7d00c
fix crashes in x32 __tls_get_addr
|
8 years ago |
Rich Felker
|
27b3fd68f6
fix crash from corrupted tls module list after failed dlopen
|
8 years ago |
Rich Felker
|
809ff8cf90
treat base 1 as an error in strtol-family functions
|
8 years ago |
Rich Felker
|
786fda875a
fix getopt[_long] clobbering of optopt on success
|
8 years ago |
Rich Felker
|
150747b41e
reduce impact of REG_* namespace pollution in x86[_64] signal.h
|
8 years ago |
Rich Felker
|
769f53598e
make globfree safe after failed glob from over-length argument
|
8 years ago |
Rich Felker
|
61fb81e395
fix strftime %y for negative years
|
8 years ago |
Rich Felker
|
8fe1f2d79b
release 1.1.16
|
8 years ago |
Szabolcs Nagy
|
60c46db80b
update tcp_info struct to linux v4.9
|
8 years ago |
Szabolcs Nagy
|
a8a8fdff96
add MS_NOREMOTELOCK mount flag from linux v4.9
|
8 years ago |
Szabolcs Nagy
|
62eaf40bf4
add pkey_{mprotect,alloc,free} syscalls from linux v4.9
|
8 years ago |
Rich Felker
|
5bf7eba213
fix support for initialized TLS in static PIE binaries
|
8 years ago |
Rich Felker
|
088c9674a9
when building for arm as thumb2 code, also request assembly as thumb
|
8 years ago |
Rich Felker
|
29237f7f5c
rework arm atomic/tp backends to be thumb-compatible and fdpic-ready
|
8 years ago |
Rich Felker
|
9067a3006e
disable use of arm memcpy asm if building as thumb code
|
8 years ago |
Rich Felker
|
fbbeda172d
make arm setjmp/longjmp asm thumb2-compatible
|
8 years ago |
Szabolcs Nagy
|
61ff1af76f
use lookup table for malloc bin index instead of float conversion
|
8 years ago |
Szabolcs Nagy
|
7a4c25d780
handle ^ and $ in BRE subexpression start and end as anchors
|
8 years ago |
Rich Felker
|
adfe682eb0
fix mrand48/jrand48 return value on 64-bit archs
|
8 years ago |
Quentin Rameau
|
bfcf5735d0
in public headers, don't assume pre-C99 compilers have __inline keyword
|
8 years ago |