Histórico de Commits

Autor SHA1 Mensagem Data
  Rich Felker 2de29bc994 fix namespace violation for c11 mutex functions há 6 anos atrás
  Rich Felker d1fa288606 in pthread_mutex_timedlock, avoid repeatedly reading mutex type field há 6 anos atrás
  Rich Felker 4e4a162d9a in pthread_mutex_trylock, EBUSY out more directly when possible há 6 anos atrás
  Rich Felker 4fb273bd40 fix mistake/cruft in 1.1.20 release notes há 6 anos atrás
  Joseph C. Sible e36f80cba6 implement fexecve in terms of execveat when it exists há 6 anos atrás
  Rich Felker 0fa1e638e8 release 1.1.20 há 6 anos atrás
  Rich Felker 64466094ed fix stack-based oob memory clobber in resolver's result sorting há 6 anos atrás
  Rich Felker d0d212525e consistently use _NSIG/8 idiom for kernel sigset size in sigaction há 6 anos atrás
  Rich Felker 9b14ad5410 always terminate by SIGABRT when abort is called há 6 anos atrás
  Rich Felker 0b4c92b7ac optimize raise not to make a syscall for getting tid há 6 anos atrás
  Rich Felker cff4b910ab prevent perror from clobbering stderr's orientation há 6 anos atrás
  Rich Felker cd8d830997 prevent psignal/psiginfo from clobbering stderr orientation, errno há 6 anos atrás
  Rich Felker a43a7b215c make vfprintf set stream orientation even for zero-length output há 6 anos atrás
  Rich Felker f1791f42ef re-fix vfprintf temporary buffer logic há 6 anos atrás
  Rich Felker ddc947eda3 fix missing flush of stderr at exit if it was put in buffered mode há 6 anos atrás
  Rich Felker 35cd7c0950 fix async thread cancellation on sh-fdpic há 6 anos atrás
  Rich Felker 0ec49dab67 fix async thread cancellation on powerpc64 há 6 anos atrás
  A. Wilcox 9cdaf1a86b vfwprintf: honor field width with 'c' format type há 6 anos atrás
  Rich Felker d41cdef919 fix several values reported by sysconf há 6 anos atrás
  Rich Felker 1d297a2821 fix return value of system on failure to spawn child process há 6 anos atrás
  Rich Felker b152d575fd set stream orientations in open_[w]memstream há 6 anos atrás
  Rich Felker f66022dda8 make fmemopen's w+ mode truncate the buffer há 6 anos atrás
  Rich Felker b39b47bac8 set errno when fileno is called on a FILE with no underlying fd há 6 anos atrás
  Rich Felker baf95a5aef reject invalid arguments to pthread_barrierattr_setpshared há 6 anos atrás
  Szabolcs Nagy 056f9d818e rewrite __aeabi_read_tp in asm há 6 anos atrás
  Rich Felker cdbbcfb8f5 fix dubious char signedness check in limits.h há 6 anos atrás
  Rich Felker 060ed93673 fix deadlock in async thread self-cancellation há 6 anos atrás
  A. Wilcox 92c52644e0 time: fix incorrect DST offset when using POSIX timezones without DST há 6 anos atrás
  Szabolcs Nagy c06c1eb661 fix tls access on arm targets before armv6k há 6 anos atrás
  Rich Felker f4542fdf7a fix missing strerror text for EMULTIHOP há 6 anos atrás