1. 09 12月, 2006 1 次提交
  2. 26 3月, 2006 1 次提交
    • A
      [PATCH] hysdn: remove custom types · c721bcce
      Andrew Morton 提交于
      hysdn defines its own types: ulong, uint, uchar and word.
      
      Problem is, the module_param macros rely upon some of those identifiers having
      special meanings too.  The net effect is that module_param() and friends
      cannot be used in ISDN because of this namespace clash.
      
      So remove the hysdn-private defines and open-code them all.
      
      Cc: Karsten Keil <kkeil@suse.de>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      c721bcce
  3. 29 6月, 2005 1 次提交
  4. 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