3124 Commits (6f3ead0ae16deb9f0004b275e29a276c9712ee3c)

Author SHA1 Message Date
Rich Felker 58e2396a9a remove va_arg hacks in printf core with undefined behavior 9 years ago
Rich Felker e1232f5b51 make ttyname[_r] return ENODEV rather than ENOENT 9 years ago
Rich Felker 1a7fa5e521 fix regression in support for resolv.conf attempts option 9 years ago
Szabolcs Nagy 8c44a06024 fix scalbn when result is in the subnormal range 9 years ago
Rich Felker 2577b1bc16 allow full-range file offsets to mmap on archs with 64-bit syscall args 9 years ago
Rich Felker b3751c3282 fix dl_iterate_phdr in static PIE binaries 9 years ago
Rich Felker 1ca597551b fix read past end of buffer in getaddrinfo backend 9 years ago
Szabolcs Nagy 54807d47ac aarch64: add single instruction math functions 9 years ago
Julien Ramseier b6e1fe0d5e fix strptime output for %C without %y 9 years ago
Julien Ramseier 834ef7aff5 fix processing of strptime %p format 9 years ago
Julien Ramseier 85dfab7eaf fix off-by-one in strptime %j 9 years ago
Julien Ramseier 9571c5314a regex: fix newline matching with negated brackets 9 years ago
Rich Felker e6917eced2 increase limit on locale name length from 15 to 23 bytes 9 years ago
Rich Felker e4fc9ad780 search locale name variants for gettext translations 9 years ago
Rich Felker 16319a5df9 make setlocale return a single name for LC_ALL if all categories match 9 years ago
Rich Felker dbff2bb889 fix POSIX-format TZ dst transition times for southern hemisphere 9 years ago
Szabolcs Nagy 8cba1dc46c fix threshold constants in j0f, y0f, j1f, y1f 9 years ago
Rich Felker 3ec8b3aeb8 fix one-byte overflow in legacy getpass function 9 years ago
Rich Felker 733d1ea759 fix wide scanf's use of a compound literal past its lifetime 9 years ago
Rich Felker 6a209f14ff fix possible fd leak, unrestored cancellation state on dns socket fail 9 years ago
Rich Felker 500f5bee6c in static dl_iterate_phdr, fix use of possibly-uninitialized aux data 9 years ago
Rich Felker 6582baa752 fix free of uninitialized buffer pointer on error in regexec 9 years ago
Szabolcs Nagy 827c4e6fbe fix lsearch and lfind to pass key as first arg to the compar callback 9 years ago
Rich Felker b261a24256 fix build regression in arm atomics asm with new binutils 9 years ago
Bobby Bingham 9201c3afce s390x: implement dlsym 9 years ago
Rich Felker d6601f0af0 avoid unbounded strlen in gettext functions 9 years ago
Rich Felker dbbb3734d8 fix use of uninitialized pointer in gettext core 9 years ago
Rich Felker 01e6bbece2 fix bindtextdomain logic error deactivating other domains 9 years ago
Rich Felker 6894f84726 fix spurious EINTR errors from multithreaded set*id, etc. 9 years ago
rofl0r 1f53e7d00c fix crashes in x32 __tls_get_addr 9 years ago
Rich Felker 809ff8cf90 treat base 1 as an error in strtol-family functions 10 years ago
Rich Felker 786fda875a fix getopt[_long] clobbering of optopt on success 10 years ago
Rich Felker 769f53598e make globfree safe after failed glob from over-length argument 10 years ago
Rich Felker 61fb81e395 fix strftime %y for negative years 10 years ago
Rich Felker 5bf7eba213 fix support for initialized TLS in static PIE binaries 10 years ago
Rich Felker 29237f7f5c rework arm atomic/tp backends to be thumb-compatible and fdpic-ready 10 years ago
Rich Felker 9067a3006e disable use of arm memcpy asm if building as thumb code 10 years ago
Rich Felker fbbeda172d make arm setjmp/longjmp asm thumb2-compatible 10 years ago
Szabolcs Nagy 61ff1af76f use lookup table for malloc bin index instead of float conversion 10 years ago
Szabolcs Nagy 7a4c25d780 handle ^ and $ in BRE subexpression start and end as anchors 10 years ago
Rich Felker adfe682eb0 fix mrand48/jrand48 return value on 64-bit archs 10 years ago
Bobby Bingham c1020cf21e fix crashing sigsetjmp on s390x 10 years ago
Rich Felker 6f1866768a remove largish unused field from pthread structure 10 years ago
Rich Felker 54991729fd work around gdb issues recognizing sigreturn trampoline on x86_64 10 years ago
Bobby Bingham 1509494305 add s390x port 10 years ago
Bobby Bingham 54482898ab treat null vdso base same as missing 10 years ago
Rich Felker b418ea1b66 generalize ELF hash table types not to assume 32-bit entries 10 years ago
Rich Felker 4078a5c31f fix build regression on archs with variable page size 10 years ago
Rich Felker 31fb174dd2 add limited pthread_setattr_default_np API to set stack size defaults 10 years ago
Rich Felker ea7891a651 fix pthread_create regression from stack/guard size simplification 10 years ago