1. 14 Sep, 2002 2 commits
  2. 13 Sep, 2002 5 commits
    • Ingo Molnar's avatar
      [PATCH] sys_exit() threading improvements, BK-curr · 2c66151c
      Ingo Molnar authored
      This implements the 'keep the initial thread around until every thread
      in the group exits' concept in a different, less intrusive way, along
      your suggestions.  There is no exit_done completion handling anymore,
      freeing of the task is still done by wait4().  This has the following
      side-effect: detached threads/processes can only be started within a
      thread group, not in a standalone way.
      
      (This also fixes the bugs introduced by the ->exit_done code, which made
      it possible for a zombie task to be reactivated.)
      
      I've introduced the p->group_leader pointer, which can/will be used for
      other purposes in the future as well - since from now on the thread
      group leader is always existent.  Right now it's used to notify the
      parent of the thread group leader from the last non-leader thread that
      exits [if the thread group leader is a zombie already].
      2c66151c
    • Ingo Molnar's avatar
      [PATCH] ptrace-fix-2.5.34-A2, BK-curr · f2e3a5d6
      Ingo Molnar authored
      I distilled the attached fix-patch from Daniel's bigger patch - it
      includes all fixes for all currently known ptrace related breakages,
      which include things like bad behavior (crash) if the tracer process
      dies unexpectedly.
      f2e3a5d6
    • Linus Torvalds's avatar
      Merge bk://linux-input.bkbits.net/linux-input · 44b2d32a
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      44b2d32a
    • Vojtech Pavlik's avatar
    • Linus Torvalds's avatar
      Merge http://ppc.bkbits.net/for-linus-ppc64 · 9d8fc1ab
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      9d8fc1ab
  3. 14 Sep, 2002 11 commits
  4. 13 Sep, 2002 2 commits
  5. 12 Sep, 2002 20 commits