Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2008 13:36:40 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Kostik Belousov <kostikbel@gmail.com>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r185589 - head/sys/compat/freebsd32
Message-ID:  <200812041336.40739.jhb@freebsd.org>
In-Reply-To: <20081204111041.GB2038@deviant.kiev.zoral.com.ua>
References:  <200812031845.mB3IjcZC098534@svn.freebsd.org> <200812031803.03650.jhb@freebsd.org> <20081204111041.GB2038@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 04 December 2008 06:10:41 am Kostik Belousov wrote:
> On Wed, Dec 03, 2008 at 06:03:03PM -0500, John Baldwin wrote:
> > On Wednesday 03 December 2008 04:43:06 pm Kostik Belousov wrote:
> > > On Wed, Dec 03, 2008 at 06:45:38PM +0000, John Baldwin wrote:
> > > > Author: jhb
> > > > Date: Wed Dec  3 18:45:38 2008
> > > > New Revision: 185589
> > > > URL: http://svn.freebsd.org/changeset/base/185589
> > > > 
> > > > Log:
> > > >   When unloading a 32-bit system call module, restore the sysent 
vector in
> > > >   the 32-bit system call table instead of the main system call table.
> > > > 
> > > > Modified:
> > > >   head/sys/compat/freebsd32/freebsd32_misc.c
> > > > 
> > > The module build glue is not committed into the svn, isn't it ?
> > 
> > Err, it is.  It's in freebsd32_util.h (SYSCALL32_MODULE, etc.).
> 
> I saw that, I would call it initialization glue. I mean that freebsd32
> cannot be _load_ as module.

No, this is about having other modules contain 32-bit system calls.  For 
example, I have patches to enable 32-bit compat system calls for VFS_AIO that 
live in aio.ko.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812041336.40739.jhb>