From owner-cvs-all Wed Aug 11 6:36: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7112714D3F; Wed, 11 Aug 1999 06:36:06 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA29001; Wed, 11 Aug 1999 06:34:32 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199908111334.GAA29001@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 11 Aug 1999 06:34:32 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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