Date: Tue, 21 Oct 2003 00:03:27 -0700 (PDT) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syscall.h syscall.mk sysproto.h src/sys/kern init_sysent.c syscalls.c syscalls.master Message-ID: <200310210703.h9L73RrQ036275@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2003/10/21 00:03:27 PDT FreeBSD src repository Modified files: sys/sys syscall.h syscall.mk sysproto.h sys/kern init_sysent.c syscalls.c syscalls.master Log: Don peril-sensitive sunglasses and mark pipe(2) as MPSAFE. I've beaten up on it for the last 15 hours with no signs of problems. It gives a small (1%) gain on buildworld since pipe_read/pipe_write are already free of Giant. Revision Changes Path 1.158 +2 -2 src/sys/kern/init_sysent.c 1.144 +1 -1 src/sys/kern/syscalls.c 1.155 +1 -1 src/sys/kern/syscalls.master 1.142 +1 -1 src/sys/sys/syscall.h 1.97 +1 -1 src/sys/sys/syscall.mk 1.138 +1 -1 src/sys/sys/sysproto.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310210703.h9L73RrQ036275>