1. 14 3月, 2017 1 次提交
  2. 23 3月, 2016 1 次提交
  3. 05 2月, 2016 1 次提交
    • P
      util: Clean up includes · aafd7584
      Peter Maydell 提交于
      Clean up includes so that osdep.h is included first and headers
      which it implies are not included manually.
      
      This commit was created with scripts/clean-includes.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1454089805-5470-6-git-send-email-peter.maydell@linaro.org
      aafd7584
  4. 24 8月, 2014 1 次提交
  5. 28 4月, 2014 1 次提交
  6. 05 10月, 2013 1 次提交
  7. 19 1月, 2013 1 次提交
  8. 13 1月, 2013 1 次提交
  9. 12 1月, 2013 1 次提交
  10. 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
  11. 26 12月, 2009 1 次提交
  12. 15 8月, 2009 1 次提交
  13. 27 10月, 2008 1 次提交
  14. 04 6月, 2008 1 次提交
  15. 17 6月, 2007 1 次提交
  16. 14 9月, 2004 1 次提交
  17. 11 4月, 2003 1 次提交