cvs commit: src/sys/sys syscall.h syscall.mk sysproto.h
src/sys/kern init_sysent.c syscalls.c syscalls.master
Scott Long
scottl at FreeBSD.org
Tue Oct 21 00:03:28 PDT 2003
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
More information about the cvs-src
mailing list