1. 06 6月, 2006 1 次提交
  2. 01 4月, 2006 1 次提交
  3. 28 3月, 2006 1 次提交
    • J
      [PATCH] uml: fix build warnings in __get_user · bb83da05
      Jeff Dike 提交于
      Fix a gcc warning about losing qualifiers to the first argument of
      copy_from_user.  The typeof change for correctness, and fixes a lot of the
      warnings, but there are some cases where x has some extra qualifiers, like
      volatile, which copy_from_user can't know about.  For these, the void * cast
      seems to be necessary.
      
      Also cleaned up some of the whitespace and got rid of the emacs comment at the
      bottom.
      Signed-off-by: NJeff Dike <jdike@addtoit.com>
      Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      bb83da05
  4. 30 9月, 2005 1 次提交
  5. 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