1. 13 Oct, 2003 3 commits
    • Geert Uytterhoeven's avatar
      [PATCH] Sun-3 compile fix · a01b0767
      Geert Uytterhoeven authored
      Sun-3: Add missing include (needed because of __attribute_used__ in
      <linux/init.h>)
      a01b0767
    • Geert Uytterhoeven's avatar
      [PATCH] M68k export csum_partial · 09b2f193
      Geert Uytterhoeven authored
      M68k: Export missing symbol csum_partial
      09b2f193
    • David Woodhouse's avatar
      [PATCH] Kernel thread signal handling. · 7bc9020b
      David Woodhouse authored
       - add disallow_signal() to complement allow_signal(), rather than
         having different subsystems try to do it by hand.
      
       - add a version of dequeue_signal() which does the necessary locking on
         its own, again to avoid having modules have to care.
      
       - let allow_signal() to actually allow signals other than
         SIGKILL. Currently they get either converted to SIGKILL or
         silently dropped, according to whether your kernel thread
         happens to have sa_handler set for the signal in question.
      
         (Barf alert: we do this by just installing a dummy handler)
      
       - make jffs2 use the cleaned up infrastructure
      7bc9020b
  2. 12 Oct, 2003 6 commits
  3. 13 Oct, 2003 1 commit
  4. 12 Oct, 2003 3 commits
  5. 11 Oct, 2003 25 commits
  6. 10 Oct, 2003 2 commits