Commit History

Author SHA1 Message Date
  Bobby Bingham c1020cf21e fix crashing sigsetjmp on s390x 8 years ago
  Bobby Bingham 3f79eaa870 fix use of incomplete struct type in s390x user.h 8 years ago
  Bobby Bingham afefce19fd fix typo in s390x user.h 8 years ago
  Rich Felker ffaaa6d230 remove legacy i386 fallback stdarg implementation and framework 8 years ago
  Rich Felker 6f1866768a remove largish unused field from pthread structure 8 years ago
  Rich Felker 54991729fd work around gdb issues recognizing sigreturn trampoline on x86_64 8 years ago
  Bobby Bingham 1509494305 add s390x port 8 years ago
  Bobby Bingham 54482898ab treat null vdso base same as missing 8 years ago
  Rich Felker b418ea1b66 generalize ELF hash table types not to assume 32-bit entries 8 years ago
  Rich Felker 4078a5c31f fix build regression on archs with variable page size 8 years ago
  Rich Felker 31fb174dd2 add limited pthread_setattr_default_np API to set stack size defaults 8 years ago
  Rich Felker ea7891a651 fix pthread_create regression from stack/guard size simplification 8 years ago
  Rich Felker 04983f2272 make netinet/in.h suppress clashing definitions from kernel headers 8 years ago
  Rich Felker 33ce920857 simplify pthread_attr_t stack/guard size representation 8 years ago
  Rich Felker 7442442ccc fix swprintf internal buffer state and error handling 8 years ago
  Daniel Sabogal bc1e7731ce fix integer overflow of tm_year in __secs_to_tm 8 years ago
  Szabolcs Nagy 5ffe515ca4 fix ldso reserved library name handling 8 years ago
  Szabolcs Nagy 86e8cc0fd4 fix accidental global static pointer in ldso 8 years ago
  Rich Felker c8fdcfe550 don't claim support for resolv.h APIs that aren't supported 8 years ago
  Hannu Nyman 8ca27ac4bf fix parsing of quoted time zone names 8 years ago
  Rich Felker 7352b59d68 remove redundant feature test macro checks in sys/time.h 8 years ago
  Rich Felker ed86967425 redesign snprintf without undefined behavior 8 years ago
  Rich Felker 7597fc25a2 fix various header namespace issues under feature-test-macro control 8 years ago
  Rich Felker 2ed4e9d927 remove parameter names from public headers 8 years ago
  Rich Felker 4b8f94c250 fix misspelling of a legacy macro name in sys/param.h 8 years ago
  Daniel Sabogal 71e8392765 add missing if_ether.h constants 8 years ago
  Daniel Sabogal 79c7ded0ed add missing if_arp.h constant 8 years ago
  Daniel Sabogal 1fa2a32d1e fix typo in utmpx.h 8 years ago
  Daniel Sabogal 104e8a0e3b add missing confstr constants 8 years ago
  Rich Felker e314258e2f fix minor problem in previous strtod non-nearest rounding bug fix 8 years ago