1. 05 10月, 2013 1 次提交
  2. 19 1月, 2013 1 次提交
  3. 13 1月, 2013 1 次提交
  4. 12 1月, 2013 1 次提交
  5. 09 2月, 2011 1 次提交
    • M
      user: speed up init_paths a bit · 2296f194
      Mike Frysinger 提交于
      The current init_paths code will attempt to opendir() every single file it
      finds.  This can obviously generated a huge number of syscalls with even a
      moderately small sysroot that will fail.  Since the readdir() call provides
      the file type in the struct itself, use it.  On my system, this prevents
      over 1000 syscalls from being made at every invocation of a target binary,
      and I only have a C library installed.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      Signed-off-by: NRiku Voipio <riku.voipio@nokia.com>
      2296f194
  6. 26 12月, 2009 1 次提交
  7. 15 8月, 2009 1 次提交
  8. 27 10月, 2008 1 次提交
  9. 04 6月, 2008 1 次提交
  10. 17 6月, 2007 1 次提交
  11. 14 9月, 2004 1 次提交
  12. 11 4月, 2003 1 次提交