From owner-cvs-all Sat Aug 26 10:38: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 3CD2837B422; Sat, 26 Aug 2000 10:37:58 -0700 (PDT) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id A1D6C36A6; Sat, 26 Aug 2000 10:37:57 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id KAA25700; Sat, 26 Aug 2000 10:37:56 -0700 (PDT) Message-ID: <39A80074.DB0115A9@cup.hp.com> Date: Sat, 26 Aug 2000 10:37:56 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn Cc: Marcel Moolenaar , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/compat/linux linux_misc.c References: <70133.967278164@axl.fw.uunet.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > On Fri, 25 Aug 2000 19:18:42 MST, Marcel Moolenaar wrote: > > > marcel 2000/08/25 19:18:41 PDT > > > > Modified files: > > sys/compat/linux linux_misc.c > > Log: > > Re-implement linux_{g|s}etrlimit in terms of {g|s}etrlimit > > instead of the o{g|s}etrlimit so that the dependency on > > COMPAT_43 is removed. > > This has to do with PR 20572, yes? The PR doesn't apply to this case in particular, because you never could compile a kernel without COMPAT_43 but with COMPAT_LINUX. It takes some effort to have that ability, because some Linux syscalls map directly to old FreeBSD syscalls (osethostname and ostat for example). The commit to kern_sig.c was exactly what the PR described, but I want to have the PR open because there are probably other places where we need to fix things. Now that you mention it, I forgot to add the PR to that commit. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message