コミット履歴

作者 SHA1 メッセージ 日付
  Rich Felker 5d26d5d15b gcc wrapper improvement: leave libgcc dir in the library path 12 年 前
  Rich Felker d426b04533 add ioperm/iopl syscalls 12 年 前
  Rich Felker 53147f902b add splice and vmsplice syscalls 12 年 前
  Rich Felker 207460d097 add extended attributes syscalls 12 年 前
  Rich Felker 42f0e965c4 add pipe2 syscall 12 年 前
  Rich Felker 845a5e69fa remove scanf dependency from getaddrinfo /etc/services support 12 年 前
  Rich Felker efe72c5619 getaddrinfo /etc/services lookup support 12 年 前
  Rich Felker b4f632bb27 fix namespace issue in prototypes in math.h 12 年 前
  Rich Felker d646249124 fix wrong size for sigjmp_buf signal set array 12 年 前
  Rich Felker dc046f55bb add floating point register saving/restoring to mips setjmp/longjmp 12 年 前
  Rich Felker 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) 12 年 前
  Rich Felker 68c5822367 fix logic error for skipping failed interfaces in if_nameindex 12 年 前
  Rich Felker f07222739b fix typo in aio.h 12 年 前
  Rich Felker 06650b9684 fix getservby*() with null pointer for protocol argument 12 年 前
  Rich Felker 7be3b5a073 avoid blx instruction which does not exist on armv4t or armv4 12 年 前
  Rich Felker 649cec5f98 make dynamic linker tell the debugger its own pathname 12 年 前
  Rich Felker 48d20136b0 fix broken mips a_fetch_add 12 年 前
  Rich Felker 532cd3a717 sigsetjmp asm for mips 12 年 前
  Rich Felker e1e4d6b269 mipsel (little endian) support 12 年 前
  Rich Felker 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 12 年 前
  Rich Felker 90e123f4a8 fix redef of sigprocmask constants on mips 12 年 前
  Rich Felker a1546e8d61 disable dynamic linking on mips for now (broken) 12 年 前
  Rich Felker ba8a96b068 more mips bits-header fixes 12 年 前
  Rich Felker db11e96493 fix mips syscalls with long long args 12 年 前
  Rich Felker bbbe87e35c fix several locks that weren't updated right for new futex-based __lock 12 年 前
  Rich Felker c89f130f39 fix pthread_kill unlocking 12 年 前
  Rich Felker ea4175e73f fix breakage of x86_64 sigaction from recent changes for mips 12 年 前
  Rich Felker 5fac93db37 fix mips mcontext_t structure size 12 年 前
  Rich Felker 92f8396b0c fix potential race condition in detached threads 12 年 前
  Rich Felker a03f69d445 mips clone: don't free stack space used to copy arg 12 年 前