Date: Wed, 11 Aug 1999 06:34:32 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h linux_misc.c linux_proto.h linux_syscall.h linux_sysent.c Message-ID: <199908111334.GAA29001@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 1999/08/11 06:34:32 PDT Modified files: sys/i386/linux linux.h linux_misc.c linux_proto.h linux_syscall.h linux_sysent.c Log: Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match. The linux syscalls translate the arguments first before invoking the FreeBSD native syscalls. PR: kern/9591 Originator: John Plevyak <jplevyak@inktomi.com> Revision Changes Path 1.31 +15 -1 src/sys/i386/linux/linux.h 1.61 +52 -1 src/sys/i386/linux/linux_misc.c 1.18 +11 -1 src/sys/i386/linux/linux_proto.h 1.14 +3 -3 src/sys/i386/linux/linux_syscall.h 1.19 +3 -3 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908111334.GAA29001>