3701 Commits (4d4a665799a0ed6dda3deed3d380b72c84d9f4d2)
 

Author SHA1 Message Date
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 27b3fd68f6 fix crash from corrupted tls module list after failed dlopen 9 years ago
Rich Felker 809ff8cf90 treat base 1 as an error in strtol-family functions 9 years ago
Rich Felker 786fda875a fix getopt[_long] clobbering of optopt on success 9 years ago
Rich Felker 150747b41e reduce impact of REG_* namespace pollution in x86[_64] signal.h 9 years ago
Rich Felker 769f53598e make globfree safe after failed glob from over-length argument 9 years ago
Rich Felker 61fb81e395 fix strftime %y for negative years 9 years ago
Rich Felker 8fe1f2d79b release 1.1.16 10 years ago
Szabolcs Nagy 60c46db80b update tcp_info struct to linux v4.9 10 years ago
Szabolcs Nagy a8a8fdff96 add MS_NOREMOTELOCK mount flag from linux v4.9 10 years ago
Szabolcs Nagy 62eaf40bf4 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 10 years ago
Rich Felker 5bf7eba213 fix support for initialized TLS in static PIE binaries 10 years ago
Rich Felker 088c9674a9 when building for arm as thumb2 code, also request assembly as thumb 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
Quentin Rameau bfcf5735d0 in public headers, don't assume pre-C99 compilers have __inline keyword 10 years ago
Bobby Bingham c1020cf21e fix crashing sigsetjmp on s390x 10 years ago
Bobby Bingham 3f79eaa870 fix use of incomplete struct type in s390x user.h 10 years ago
Bobby Bingham afefce19fd fix typo in s390x user.h 10 years ago
Rich Felker ffaaa6d230 remove legacy i386 fallback stdarg implementation and framework 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
Rich Felker 04983f2272 make netinet/in.h suppress clashing definitions from kernel headers 10 years ago
Rich Felker 33ce920857 simplify pthread_attr_t stack/guard size representation 10 years ago
Rich Felker 7442442ccc fix swprintf internal buffer state and error handling 10 years ago
Daniel Sabogal bc1e7731ce fix integer overflow of tm_year in __secs_to_tm 10 years ago
Szabolcs Nagy 5ffe515ca4 fix ldso reserved library name handling 10 years ago
Szabolcs Nagy 86e8cc0fd4 fix accidental global static pointer in ldso 10 years ago
Rich Felker c8fdcfe550 don't claim support for resolv.h APIs that aren't supported 10 years ago
Hannu Nyman 8ca27ac4bf fix parsing of quoted time zone names 10 years ago
Rich Felker 7352b59d68 remove redundant feature test macro checks in sys/time.h 10 years ago
Rich Felker ed86967425 redesign snprintf without undefined behavior 10 years ago
Rich Felker 7597fc25a2 fix various header namespace issues under feature-test-macro control 10 years ago
Rich Felker 2ed4e9d927 remove parameter names from public headers 10 years ago
Rich Felker 4b8f94c250 fix misspelling of a legacy macro name in sys/param.h 10 years ago