Skip to content
Snippets Groups Projects
  1. Jul 06, 2009
    • Arnd Bergmann's avatar
      microblaze: clean up signal handling · 3183e068
      Arnd Bergmann authored
      
      When legacy signal handling is disabled, the
      arch/microblaze/kernel/signal.c implementation can
      be much simpler, as most of it is handled generically
      from kernel/signal.c.
      
      This is also a prerequisite for using the generic
      asm/unistd.h, which does not provide __NR_sigreturn,
      because this macro is referenced by the current signal.c
      implementation.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
      3183e068
  2. Jun 11, 2009
  3. Mar 27, 2009
  4. Jul 28, 2008
  5. Jul 02, 2006
  6. May 04, 2005
    • Al Viro's avatar
      [PATCH] asm/signal.h unification · b1ecb4c3
      Al Viro authored
      
      New file - asm-generic/signal.h.  Contains declarations of
      __sighandler_t, __sigrestore_t, SIG_DFL, SIG_IGN, SIG_ERR and default
      definitions of SIG_BLOCK, SIG_UNBLOCK and SIG_SETMASK.
      
      asm-*/signal.h switched to including it.  The only exception is
      asm-parisc/signal.h that wants its own declaration of __sighandler_t;
      that one is left as-is.
      
      asm-ppc64/signal.h required one more thing - unlike everybody else it
      used __sigrestorer_t instead of usual __sigrestore_t.  PPC64 switched to
      common spelling.
      
      Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      b1ecb4c3
  7. May 01, 2005
  8. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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!
      v2.6.12-rc2
      1da177e4
Loading