Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 01:58:11 -0800 (PST)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_sig.c kern_thread.c subr_trap.c src/sys/sys proc.h
Message-ID:  <200302170958.h1H9wBPD085548@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2003/02/17 01:58:11 PST

  Modified files:
    sys/kern             kern_sig.c kern_thread.c subr_trap.c 
    sys/sys              proc.h 
  Log:
   - Add a new function, thread_signal_add(), that is called from postsig to
     add a signal to a mailbox's pending set.
   - Add a new function, thread_signal_upcall(), this causes the current thread
     to upcall so that we can deliver pending signals.
  
  Reviewed by:    mini
  
  Revision  Changes    Path
  1.210     +4 -3      src/sys/kern/kern_sig.c
  1.83      +34 -28    src/sys/kern/kern_thread.c
  1.245     +8 -1      src/sys/kern/subr_trap.c
  1.297     +2 -1      src/sys/sys/proc.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302170958.h1H9wBPD085548>