Historie revizí

Autor SHA1 Zpráva Datum
  Rich Felker c98bf5b869 move and deduplicate declarations of __dns_parse to make it checkable před 6 roky
  Rich Felker 59d88940d2 move lgamma-related internal declarations to libm.h před 6 roky
  Rich Felker aee11e5acc declare __syscall_ret as hidden in vfork asm před 6 roky
  Patrick Oppenlander a8c53794a0 add arm asm for vfork před 7 roky
  Rich Felker 55a1c9c890 move declarations for malloc internals to malloc_impl.h před 6 roky
  Rich Felker 18bf0829a7 improve machinery for ldso to report libc version před 6 roky
  Rich Felker 3b028c2831 make internal declarations for flockfile tracking functions checkable před 6 roky
  Rich Felker 736a950b3d make inadvertently exposed __h{create,delete,search}_r functions static před 6 roky
  Rich Felker 10bbbbf5c6 make inadvertently exposed __pthread_{timed,try}join_np functions static před 6 roky
  Rich Felker b5dbf4d424 use idiomatic weak alias approach for defining asctime_r před 6 roky
  Rich Felker cb229f614f move and deduplicate declarations of __vdsosym to make it checkable před 6 roky
  Rich Felker 6fcd60ddd9 move and deduplicate declarations of __procfdname to make it checkable před 6 roky
  Rich Felker c221d3e586 fix issues from public functions defined without declaration visible před 6 roky
  Rich Felker eeb6f77425 remove leftover declarations for removed functions from pthread_impl.h před 6 roky
  Rich Felker 9b95fd0944 define and use internal macros for hidden visibility, weak refs před 6 roky
  Rich Felker 2de29bc994 fix namespace violation for c11 mutex functions před 6 roky
  Rich Felker d1fa288606 in pthread_mutex_timedlock, avoid repeatedly reading mutex type field před 6 roky
  Rich Felker 4e4a162d9a in pthread_mutex_trylock, EBUSY out more directly when possible před 6 roky
  Rich Felker 4fb273bd40 fix mistake/cruft in 1.1.20 release notes před 6 roky
  Joseph C. Sible e36f80cba6 implement fexecve in terms of execveat when it exists před 6 roky
  Rich Felker 0fa1e638e8 release 1.1.20 před 6 roky
  Rich Felker 64466094ed fix stack-based oob memory clobber in resolver's result sorting před 6 roky
  Rich Felker d0d212525e consistently use _NSIG/8 idiom for kernel sigset size in sigaction před 6 roky
  Rich Felker 9b14ad5410 always terminate by SIGABRT when abort is called před 6 roky
  Rich Felker 0b4c92b7ac optimize raise not to make a syscall for getting tid před 6 roky
  Rich Felker cff4b910ab prevent perror from clobbering stderr's orientation před 6 roky
  Rich Felker cd8d830997 prevent psignal/psiginfo from clobbering stderr orientation, errno před 6 roky
  Rich Felker a43a7b215c make vfprintf set stream orientation even for zero-length output před 6 roky
  Rich Felker f1791f42ef re-fix vfprintf temporary buffer logic před 6 roky
  Rich Felker ddc947eda3 fix missing flush of stderr at exit if it was put in buffered mode před 6 roky