コミット履歴

作者 SHA1 メッセージ 日付
  Denis Vlasenko 76bdc95e64 add libc_hidden_xxxx for __uc_malloc 17 年 前
  Mike Frysinger 02c55909c6 from Blue Swirl: fixup sparc a bit more 17 年 前
  Mike Frysinger 847b02fda5 pull from Blackfin repo: optimized byteswap funcs! 17 年 前
  Mike Frysinger 7efe92d0ca pull from Blackfin repo: cleanup string funcs 17 年 前
  Mike Frysinger 953e7478a3 forgot to add this with previous sparc commit ... 17 年 前
  Mike Frysinger 783107dbed use gcc input constraints to avoid often duplicated reloads when making syscalls 17 年 前
  Mike Frysinger f032afc5fd if __NR__newselect and __NR_select are unavailable, fall back to __NR_pselect6 17 年 前
  Mike Frysinger f5582f19d9 also fix bug 1012 by moschny in 64bit version of readdir 17 年 前
  Mike Frysinger 4644758947 bug 1310: drop hidden aliases to data since some arches crap with this due to copy relocs 17 年 前
  Mike Frysinger c1d804bf48 not sure how this obvious one liner got lost from glibc, but merge it 17 年 前
  Mike Frysinger 2592413394 add one more testcase from Natanael Copa 17 年 前
  Mike Frysinger b5a7ad5920 switch to a smaller/more robust implementation by Andrey Simonenko and as suggested by Natanael Copa 17 年 前
  Mike Frysinger b9a82d5b22 add more tests as suggested by Natanael Copa and as harvested from: 17 年 前
  Mike Frysinger c0441bbed5 Blue Swirl writes: 17 年 前
  Mike Frysinger d9ec80053e simplify binutils as-needed support and enable it all the time regardless of ssp 17 年 前
  Mike Frysinger 86fffacc26 setup OUTPUT_FORMAT() in linker script (helps with multilib) 17 年 前
  Mike Frysinger 62ac74d3f2 Atsushi Nemoto writes: 17 年 前
  Mike Frysinger 59868cafe2 sync with glibc 17 年 前
  Mike Frysinger a3762dfa4a actually update errors variable when a test fails 17 年 前
  Mike Frysinger 7a4e15c505 add strerror_r symbol alias as some autotool based packages simply use AC_CHECK_LIB() to see if a function exists rather than checking the headers 17 年 前
  Mike Frysinger 42c4166f31 drop __user hack for crappy kernel headers and document the __linux__ grease 17 年 前
  Mike Frysinger 4c8bdd2e7a fix from Kevin Day to make sure we use strchr() rather than index() 17 年 前
  Denis Vlasenko 1007c6844b sgetspent: add missing free/__uc_malloc calls 17 年 前
  Denis Vlasenko 88483db112 make regex_old.c, ruserpass.c use __uc_malloc, 17 年 前
  Denis Vlasenko f5c05b8c3d make getnetent.c, md5.c use __uc_malloc 17 年 前
  Denis Vlasenko 249c30a44a make utent.c, getpass.c use __uc_malloc 17 年 前
  Denis Vlasenko 1569b74b9f make pwd_grp.c use __uc_malloc 17 年 前
  Denis Vlasenko 6543304876 patch #3: make resolv.c use __uc_malloc 17 年 前
  Denis Vlasenko 1f93766a7d convert des.c to use __uc_malloc (-70 kbytes of bss) 17 年 前
  Denis Vlasenko dc0bc69411 introduce __uc_malloc, so that users can intercept libc internal OOM. 17 年 前