Date: Sun, 2 Apr 2000 10:52:44 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 support.s src/sys/kern init_sysent.c kern_prot.c kern_sig.c Message-ID: <200004021752.KAA13175@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2000/04/02 10:52:44 PDT Modified files: sys/i386/i386 support.s sys/kern init_sysent.c kern_prot.c kern_sig.c Log: Make the sigprocmask() and geteuid() system calls MP SAFE. Expand commentary for copyin/copyout to indicate that they are MP SAFE as well. Reviewed by: msmith Revision Changes Path 1.69 +37 -12 src/sys/i386/i386/support.s 1.81 +4 -4 src/sys/kern/init_sysent.c 1.55 +10 -7 src/sys/kern/kern_prot.c 1.76 +14 -7 src/sys/kern/kern_sig.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?200004021752.KAA13175>