Historique des commits

Auteur SHA1 Message Date
  Rich Felker dfdc337b3b remove soname from libc.so/ld-musl il y a 12 ans
  Rich Felker 08514d0614 fix epoll structure alignment on non-x86_64 archs il y a 12 ans
  Rich Felker f44076181d fix missing type error in grp.h from adding fgetgrent il y a 12 ans
  Rich Felker da1442c9a8 fix types for wctype_t and wctrans_t il y a 12 ans
  Rich Felker 8c741783fc fix some obscure header type size/alignment issues il y a 12 ans
  Rich Felker 99727dad25 fix wrong float_t on x86_64 il y a 12 ans
  Rich Felker e201d82aac fix cruft in utmp.h that was broken by changes in utmpx.h il y a 12 ans
  Rich Felker 5afc74fbaa fix integer type issue in strverscmp il y a 12 ans
  Rich Felker 4853c1f7f7 implement non-stub strverscmp il y a 12 ans
  Rich Felker d1eae83a59 namespace conformance to latest standards in strings.h il y a 12 ans
  Rich Felker e864ddc368 replace stub with working strcasestr il y a 12 ans
  Rich Felker 330fd96213 fix wrong return value from wmemmove on forward copies il y a 12 ans
  rofl0r 8224bdbbed scsci/sg.h: fix usage of undefined macro HZ il y a 12 ans
  rofl0r caec662217 add arpa/ftp.h il y a 12 ans
  Rich Felker 8872e4e481 use memcmp instead of str[n]cmp for temp function XXXXXX checking il y a 12 ans
  Rich Felker 8d2f8064aa fix error cases in mkostemps core il y a 12 ans
  Rich Felker 3b00675bf5 remove leftover unused variable in mktemp after refactoring il y a 12 ans
  Rich Felker 2cc63358cd add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals il y a 12 ans
  Rich Felker f78cdbe899 remove unused #undef environ now that libc.h no longer #defines it il y a 12 ans
  Rich Felker 23ccb80fcb consistently use the internal name __environ for environ il y a 12 ans
  Rich Felker cac872957e add fgetgrent function il y a 12 ans
  Rich Felker b9e08308f4 fix typo in newly-added error message for EOWNERDEAD il y a 12 ans
  Rich Felker d75348ddda improve error strings il y a 12 ans
  rofl0r 526900484c arm: add __aeabi_atexit() il y a 12 ans
  rofl0r 158f721adc Makefile: make it possible to build arch specific C files il y a 12 ans
  Rich Felker a8799356d5 base system() on posix_spawn il y a 12 ans
  Rich Felker 4862864fc1 fix unsigned comparison bug in posix_spawn il y a 12 ans
  Rich Felker fb6b159d9e overhaul posix_spawn to use CLONE_VM instead of vfork il y a 12 ans
  Rich Felker 89d3df6e54 streamline old-kernel fallback path of pipe2 to use syscalls directly il y a 12 ans
  Rich Felker d432b2c057 fix regression that made shared libs crash on arm il y a 12 ans