1. 18 12月, 2007 1 次提交
    • I
      alpha: strncpy/strncat fixes · fe4304ba
      Ivan Kokshaysky 提交于
      First of all, thanks to Bob Tracy <rct@frus.com> and
      Michael Cree <mcree@orcon.net.nz> for testing.
      Especially to Bob, as he has done titanic multi-day git-bisect
      work that finally helped to reproduce and nail down the bug
      (http://bugzilla.kernel.org/show_bug.cgi?id=9457).
      
      [ev6-]stxncpy.S: it's t12, not t2 register that is supposed to contain
      the last byte offset upon return. As a result of wrong register use
      (which was my fault back in 2003, IIRC), under some circumstances extra
      terminating zero bytes were added to destination string. This particularly
      led to incorrect DEVPATH strings generated in uevent and therefore to udev
      problems.
      
      strncpy.S: unrelated bug I found while testing the above fix - destination
      is not properly zero-padded then a byte count exceeds source length.
      Actually this is addition to strncpy fix from last year.
      Signed-off-by: NIvan Kokshaysky <ink@jurassic.park.msu.ru>
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Bob Tracy <rct@frus.com>
      Cc: Michael Cree <mcree@orcon.net.nz>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      fe4304ba
  2. 25 4月, 2006 1 次提交
  3. 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