cvs commit: src/sys/compat/linux linux_ipc.c src/sys/sys
syscallsubr.h src/sys/kern sysv_msg.c
Maxim Sobolev
sobomax at FreeBSD.org
Tue Jan 25 16:46:37 PST 2005
sobomax 2005-01-26 00:46:36 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_ipc.c
sys/sys syscallsubr.h
sys/kern sysv_msg.c
Log:
Split out kernel side of msgctl(2) into two parts: the first that pops data
from the userland and pushes results back and the second which does
actual processing. Use the latter to eliminate stackgap in the linux wrapper
of that syscall.
MFC after: 2 weeks
Revision Changes Path
1.41 +10 -17 src/sys/compat/linux/linux_ipc.c
1.58 +37 -21 src/sys/kern/sysv_msg.c
1.19 +3 -0 src/sys/sys/syscallsubr.h
More information about the cvs-src
mailing list