Historial de Commits

Autor SHA1 Mensaje Fecha
  Rich Felker 59f6232f85 support options after non-option arguments in getopt_long (argv permutation) hace 10 años
  Bobby Bingham f164875a84 don't shadow functions with macros in C++ hace 10 años
  Rich Felker 8f7bc690f0 use direct syscall rather than write function in posix_spawn child hace 10 años
  Rich Felker 1c12c24364 don't fail posix_spawn on failed close hace 10 años
  Rich Felker 014275b547 fix getopt handling of ':' modifier for multibyte option characters hace 10 años
  Timo Teräs be1f67ab6f add arm private syscall numbers hace 10 años
  Rich Felker 66140b0c92 fix return value of pthread_getaffinity_np and pthread_setaffinity_np hace 10 años
  Rich Felker a56e339419 fix uninitialized output from sched_getaffinity hace 10 años
  Gianluca Anzolin b72cd07f17 add support for non-option arguments extension to getopt hace 10 años
  Rich Felker d8dc2b7c02 adapt dynamic linker for new binutils versions that omit DT_RPATH hace 10 años
  Rich Felker 9911754b19 fix tabs/spaces in memcpy.s hace 10 años
  Rich Felker 921c26e0e7 fix build regression in arm asm for setjmp/longjmp with old assemblers hace 10 años
  Rich Felker 9367fe9261 fix build regression in arm asm for memcpy hace 10 años
  Joakim Sindholt 27828f7e9a arm assembly changes for clang compatibility hace 10 años
  Rich Felker 4134c68dd4 unify non-inline version of syscall code across archs hace 10 años
  Rich Felker 0e971b0e3f inline 5- and 6-argument syscalls on arm hace 10 años
  Rich Felker 7d310ed1d0 remove old clang workarounds from arm syscall implementation hace 10 años
  Rich Felker 8cd0b11eaf fix __aeabi_read_tp oversight in arm atomics/tls overhaul hace 10 años
  Rich Felker 4a241f14a6 overhaul ARM atomics/tls for performance and compatibility hace 10 años
  Rich Felker d8bdc97d14 save auxv pointer into libc struct early in dynamic linker startup hace 10 años
  Felix Fietkau acccc93e08 getopt: fix optional argument processing hace 10 años
  Jens Gustedt 941644e98c implement a private state for the uchar.h functions hace 10 años
  Rich Felker b91cdbe2bc fix behavior of printf with alt-form octal, zero precision, zero value hace 10 años
  Szabolcs Nagy ec4318943a math: use fnstsw consistently instead of fstsw in x87 asm hace 10 años
  Szabolcs Nagy a732e80d33 math: fix x86_64 and x32 asm not to use sahf instruction hace 10 años
  Rich Felker de2b9c21d9 fix 64-bit syscall argument passing on or1k hace 10 años
  Rich Felker e146e6035f fix uninitialized mode variable in openat function hace 10 años
  Szabolcs Nagy 0ce946cf80 math: use the rounding idiom consistently hace 10 años
  Szabolcs Nagy 79ca86094d fix rint.c and rintf.c when FLT_EVAL_METHOD!=0 hace 10 años
  Rich Felker 2da3ab1382 fix invalid access by openat to possibly-missing variadic mode argument hace 10 años