Date: Mon, 30 Sep 2002 19:49:28 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_psdev.c src/sys/i386/ibcs2 ibcs2_signal.c Message-ID: <200210010249.g912nSEI002822@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2002/09/30 19:49:28 PDT Modified files: sys/coda coda_psdev.c sys/i386/ibcs2 ibcs2_signal.c Log: When working with sigset_t's, and needing to perform masking operations based on a process's pending signals, use the signal queue flattener, ksiginfo_to_sigset_t, on the process, and on a local sigset_t, and then work with that as needed. Revision Changes Path 1.24 +11 -7 src/sys/coda/coda_psdev.c 1.23 +1 -1 src/sys/i386/ibcs2/ibcs2_signal.c 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?200210010249.g912nSEI002822>