1. 12 Jul, 2002 2 commits
  2. 11 Jul, 2002 8 commits
  3. 10 Jul, 2002 7 commits
  4. 09 Jul, 2002 2 commits
  5. 08 Jul, 2002 12 commits
  6. 06 Jul, 2002 5 commits
  7. 05 Jul, 2002 4 commits
    • Linus Torvalds's avatar
      Linux v2.5.25 · 7970f12d
      Linus Torvalds authored
      7970f12d
    • Petr Vandrovec's avatar
      [PATCH] drivers/ide/probe.c leaks memory · 3bb19dd4
      Petr Vandrovec authored
        drivers/ide/probe.c initializes gd->de_arr and gd->flags twice. Except that
      it is unnecessary it also leaks memory.
      3bb19dd4
    • Mark Kettenis's avatar
      [PATCH] Fix note sections in ELF core dumps · e1d16022
      Mark Kettenis authored
      Edition 4.1 of the System V Application Binary Interface says that
      "The first namesz bytes in name contains a null-terminated
      representation of the entry's owner or originator".  This implies that
      the terminating null is included in namesz, which is corroborated by
      the example that follows the description.  However, this is not what
      the Linux kernel does when it writes its notes into an ELF core dump.
      The attached patch fixes this.
      e1d16022
    • Linus Torvalds's avatar
      Disable ReiserFS bh usage count testing for now. · b131b195
      Linus Torvalds authored
      HACK ALERT! This needs to be fixed to do what reiserfs
      actually thinks it _should_ do.
      b131b195