提交歷史

作者 SHA1 備註 提交日期
  Rich Felker 8d81ba8c0b restore lock-skipping for processes that return to single-threaded state 5 年之前
  Rich Felker f12888e9eb cut down size of some libc struct members 5 年之前
  Rich Felker e01b5939b3 don't use libc.threads_minus_1 as relaxed atomic for skipping locks 5 年之前
  Rich Felker 4d5aa20a94 reorder thread list unlink in pthread_exit after all locks 5 年之前
  Rich Felker cabc36969b fix incorrect SIGSTKFLT on all mips archs 5 年之前
  Rich Felker 09c54607e3 handle possibility that SIGEMT replaces SIGSTKFLT in strsignal 5 年之前
  Rich Felker 1b4e84c56d fix return value of res_send, res_query on errors from nameserver 5 年之前
  Rich Felker 5cf1ac2443 fix handling of errors resolving one of paired A+AAAA query 5 年之前
  Rich Felker fd7ec068ef set AD bit in dns queries, suppress for internal use 5 年之前
  Rich Felker 593caa4563 fix undefined behavior from signed overflow in strstr and memmem 5 年之前
  Rich Felker 4486c579cb remove arm (32-bit) support for vdso clock_gettime 5 年之前
  Rich Felker f3ecdc1043 fix undefined behavior in wcsto[ld] family functions 5 年之前
  Rich Felker 043c6e31d9 fix sh fesetround failure to clear old mode 5 年之前
  Rich Felker 2e0907ce62 move __string_read into vsscanf source file 5 年之前
  Rich Felker 2acf3bce01 remove spurious repeated semicolon in fmemopen 5 年之前
  Rich Felker 74fa4aac12 combine two calls to memset in fmemopen 5 年之前
  Rich Felker 086542fb5b fix possible access to uninitialized memory in shgetc (via scanf) 5 年之前
  Rich Felker b287cd745c fix undefined behavior in scanf core 5 年之前
  Alexander Monakov 19f870c3a6 math: add x86_64 remquol 5 年之前
  Alexander Monakov bc87299ce7 math: move x87-family fmod functions to C with inline asm 5 年之前
  Alexander Monakov b173e4262f math: move x87-family remainder functions to C with inline asm 5 年之前
  Alexander Monakov 51f4f8c512 math: move x87-family rint functions to C with inline asm 5 年之前
  Alexander Monakov 9443f1b5cf math: move x87-family lrint functions to C with inline asm 5 年之前
  Alexander Monakov 6bbdbfdcde math: move x86_64 (l)lrint(f) functions to C with inline asm 5 年之前
  Alexander Monakov acfe6d033e math: move i386 sqrt to C with inline asm 5 年之前
  Alexander Monakov 29adaeb2c0 math: move i386 sqrtf to C with inline asm 5 年之前
  Alexander Monakov 41b290ba39 math: move trivial x86-family sqrt functions to C with inline asm 5 年之前
  Alexander Monakov c24a992386 math: move x87-family fabs functions to C with inline asm 5 年之前
  Alexander Monakov 87026f6843 math: move x86_64 fabs, fabsf to C with inline asm 5 年之前
  Samuel Holland 33338ebc85 fix parsing offsets after long timezone names 5 年之前