Date: Sat, 26 Aug 2000 10:37:56 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: Marcel Moolenaar <marcel@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/compat/linux linux_misc.c Message-ID: <39A80074.DB0115A9@cup.hp.com> References: <70133.967278164@axl.fw.uunet.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39A80074.DB0115A9>