コミット履歴

作者 SHA1 メッセージ 日付
  Rich Felker efe9751468 fix bug computing argc when invoking ld-musl-mips.so.1 progname ... 12 年 前
  Rich Felker 0780936312 split up installation target 12 年 前
  Rich Felker da8d0fc4fa fix extremely rare but dangerous race condition in robust mutexes 12 年 前
  Rich Felker 11458e5b09 fix float parsing logic for long decimal expansions 12 年 前
  Rich Felker dc82ee4e30 handle null arguments to legacy bsd err.h functions 12 年 前
  Rich Felker 3f80afc505 improve headers to better deal with removed-in-posix-2008 features 12 年 前
  Rich Felker 7650390de8 add missing xattr functions 12 年 前
  Rich Felker 0d4d1a96e4 update copyright/credits for recent code additions 12 年 前
  Rich Felker 94e920d0cd support configuring cross compiling with CROSS_COMPILE prefix variable 12 年 前
  Rich Felker b99836f3ad Merge remote-tracking branch 'nsz/bsd' 12 年 前
  Rich Felker 2d93d64461 Merge remote-tracking branch 'nsz/exp' 12 年 前
  nsz 23e6940a2c math: fix _BSD_SOURCE namespace in math.h 12 年 前
  Rich Felker ab76321c14 remove significandl 12 年 前
  Rich Felker 2242bf616b add significand[fl] math functions 12 年 前
  Rich Felker 0c42beb5f9 publicly expose getdents api under _BSD_SOURCE 12 年 前
  Rich Felker aaa9eb5101 memcpy asm for i386 and x86_64 12 年 前
  Rich Felker 036eaa24cf avoid need for -march=mips2 to compile mips atomic.h asm 12 年 前
  Rich Felker f997e224fc remove unused but buggy code from strstr.c 12 年 前
  Rich Felker 35c16933f0 remove buggy short-string wcsstr implementation; always use twoway 12 年 前
  Rich Felker 617182734c add bsd fgetln function 12 年 前
  Rich Felker 2b964b010e minor but worthwhile optimization in printf: avoid expensive strspn 12 年 前
  Rich Felker 4c346919a9 trivial optimization to printf: avoid wasted call frame 12 年 前
  Rich Felker e3ebe7db5d use int instead of long for ptrdiff_t on all 32-bit archs 12 年 前
  Rich Felker c5875ad34b fix incorrect ptrdiff_t type on mips 12 年 前
  Rich Felker a02bf5fc50 add blowfish hash support to crypt 12 年 前
  Rich Felker 2f437040e7 fix (hopefully) all hard-coded 8's for kernel sigset_t size 12 年 前
  Rich Felker 83b42d94bd add defines for number of sigset_t bytes syscalls expect 12 年 前
  Rich Felker b3c4cc121f make crypt return an unmatchable hash rather than NULL on failure 12 年 前
  nsz 1fb0169154 math: fix exp.s on i386 and x86_64 so the exception flags are correct 12 年 前
  Rich Felker ae0b9da48c further fixes for mips ioctl.h header 12 年 前