1. 15 8月, 2017 5 次提交
  2. 23 7月, 2017 1 次提交
  3. 13 4月, 2017 1 次提交
  4. 07 10月, 2016 1 次提交
  5. 16 7月, 2016 1 次提交
    • R
      Various, unrelated tree-wide typo fixes. · 62a3b7dd
      Robert P. J. Day 提交于
          Fix a number of typos, including:
      
           * "compatble" -> "compatible"
           * "eanbeld" -> "enabled"
           * "envrionment" -> "environment"
           * "FTD" -> "FDT" (for "flattened device tree")
           * "ommitted" -> "omitted"
           * "overriden" -> "overridden"
           * "partiton" -> "partition"
           * "propogate" -> "propagate"
           * "resourse" -> "resource"
           * "rest in piece" -> "rest in peace"
           * "suport" -> "support"
           * "varible" -> "variable"
      Signed-off-by: NRobert P. J. Day <rpjday@crashcourse.ca>
      62a3b7dd
  6. 06 6月, 2016 1 次提交
  7. 22 7月, 2014 1 次提交
  8. 19 7月, 2014 1 次提交
  9. 22 3月, 2014 2 次提交
  10. 15 10月, 2013 1 次提交
  11. 21 8月, 2013 1 次提交
  12. 24 7月, 2013 1 次提交
  13. 14 12月, 2012 5 次提交
  14. 20 10月, 2012 1 次提交
  15. 16 10月, 2012 1 次提交
  16. 02 10月, 2012 1 次提交
  17. 19 9月, 2012 4 次提交
  18. 10 7月, 2012 1 次提交
  19. 19 3月, 2012 3 次提交
  20. 05 1月, 2012 1 次提交
  21. 22 11月, 2011 1 次提交
  22. 22 10月, 2011 2 次提交
  23. 26 7月, 2011 1 次提交
  24. 10 1月, 2011 1 次提交
  25. 18 12月, 2010 1 次提交
    • M
      hashtable: drop all non-reentrant versions · 2eb1573f
      Mike Frysinger 提交于
      The non-reentrant versions of the hashtable functions operate on a single
      shared hashtable.  So if two different people try using these funcs for
      two different purposes, they'll cause problems for the other.
      
      Avoid this by converting all existing hashtable consumers over to the
      reentrant versions and then punting the non-reentrant ones.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      2eb1573f