svn commit: r185589 - head/sys/compat/freebsd32

John Baldwin jhb at freebsd.org
Thu Dec 4 13:24:47 PST 2008


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


More information about the svn-src-head mailing list