Date: Wed, 26 Jan 2005 00:46:36 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ipc.c src/sys/sys syscallsubr.h src/sys/kern sysv_msg.c Message-ID: <200501260046.j0Q0kaUE089372@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501260046.j0Q0kaUE089372>