cvs commit: src/sys/kern kern_sig.c src/sys/sys signal.h signalvar.h

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Oct 13 11:12:42 PDT 2003


dillon      2003/10/13 11:12:07 PDT

  Modified files:
    sys/kern             kern_sig.c 
    sys/sys              signal.h signalvar.h 
  Log:
  Extend NSIG to 64 and introduce a registration function for the checkpointing
  signal to support the checkpoint module.  This is somewhat of a hack at the
  moment but will be cleaned up later.
  
  Submitted-by: Kip Macy <kmacy at xxxxxxxxxxx>
  
  Revision  Changes    Path
  1.21      +62 -0     src/sys/kern/kern_sig.c
  1.4       +6 -1      src/sys/sys/signal.h
  1.6       +4 -0      src/sys/sys/signalvar.h






More information about the Commits mailing list