1. 24 7月, 2018 1 次提交
  2. 16 4月, 2018 1 次提交
  3. 11 10月, 2016 1 次提交
  4. 24 1月, 2016 1 次提交
  5. 30 4月, 2015 1 次提交
  6. 24 1月, 2015 1 次提交
  7. 25 11月, 2014 1 次提交
  8. 02 4月, 2013 1 次提交
    • Y
      Consolidate bool type · 472d5460
      York Sun 提交于
      'bool' is defined in random places. This patch consolidates them into a
      single header file include/linux/types.h, using stdbool.h introduced in C99.
      
      All other #define, typedef and enum are removed. They are all consistent with
      true = 1, false = 0.
      
      Replace FALSE, False with false. Replace TRUE, True with true.
      Skip *.py, *.php, lib/* files.
      Signed-off-by: NYork Sun <yorksun@freescale.com>
      472d5460
  9. 08 4月, 2010 2 次提交
  10. 29 7月, 2009 1 次提交
  11. 07 12月, 2008 1 次提交
  12. 06 8月, 2007 2 次提交