cvs commit: src/sys/compat/linux linux_ipc.c
John Baldwin
jhb at freebsd.org
Tue Oct 10 15:52:02 PDT 2006
On Tuesday 10 October 2006 18:46, John Baldwin wrote:
> jhb 2006-10-10 22:46:22 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/compat/linux linux_ipc.c
> Log:
> Only try to copyin a msqid for the IPC_SET command to msgctl(). Other
> commands (such as IPC_RMID) were bogusly failing with EFAULT.
>
> Tested by: jkim
While this does fix a regression in sysv_msg on Linux on all arch's,
it doesn't fix the amd64/linux32 breakage. Still working on that.
--
John Baldwin
More information about the cvs-src
mailing list