1. 25 3月, 2010 1 次提交
    • J
      netfilter: xtables: change xt_match.checkentry return type · b0f38452
      Jan Engelhardt 提交于
      Restore function signatures from bool to int so that we can report
      memory allocation failures or similar using -ENOMEM rather than
      always having to pass -EINVAL back.
      
      This semantic patch may not be too precise (checking for functions
      that use xt_mtchk_param rather than functions referenced by
      xt_match.checkentry), but reviewed, it produced the intended result.
      
      // <smpl>
      @@
      type bool;
      identifier check, par;
      @@
      -bool check
      +int check
       (struct xt_mtchk_param *par) { ... }
      // </smpl>
      Signed-off-by: NJan Engelhardt <jengelh@medozas.de>
      b0f38452
  2. 16 2月, 2010 1 次提交
  3. 08 10月, 2008 8 次提交
  4. 01 2月, 2008 3 次提交
  5. 11 2月, 2007 1 次提交
  6. 09 2月, 2007 1 次提交
  7. 03 12月, 2006 1 次提交
  8. 29 3月, 2006 1 次提交
  9. 18 1月, 2006 1 次提交
  10. 11 1月, 2006 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4