[Fwd: cvs commit: src/sys/compat/linux linux_misc.c src/sys/i386/linux linux_dummy.c linux_proto.h linux_syscall.h linux_sysent.c syscalls.master]

David P. Reese, Jr. daver at gomerbud.com
Mon Nov 17 13:26:16 PST 2003


On Mon, Nov 17, 2003 at 11:00:19PM +0200, Maxim Sobolev wrote:
> OOPS, I meant to post this to dragonfly.kernel, not commits, sorry.
> 
> -Maxim
> 
> Maxim Sobolev wrote:
> 
> >FYI
> >
> >-------- Original Message --------
> >Subject: cvs commit: src/sys/compat/linux linux_misc.c 
> >src/sys/i386/linux         linux_dummy.c linux_proto.h linux_syscall.h 
> >linux_sysent.c         syscalls.master
> >Date: Sun, 16 Nov 2003 07:07:11 -0800 (PST)
> >From: Maxim Sobolev <sobomax at xxxxxxxxxxx>
> >To: src-committers at xxxxxxxxxxx, cvs-src at xxxxxxxxxxx, cvs-all at xxxxxxxxxxx
> >
> >sobomax     2003/11/16 07:07:11 PST
> >
> >  FreeBSD src repository
> >
> >  Modified files:
> >    sys/compat/linux     linux_misc.c
> >    sys/i386/linux       linux_dummy.c linux_proto.h
> >                         linux_syscall.h linux_sysent.c
> >                         syscalls.master
> >  Log:
> >  Pull latest changes from OpenBSD:
> >
> >  - improve sysinfo(2) syscall;
> >  - add dummy fadvise64(2) syscall;
> >  - add dummy *xattr(2) family of syscalls;
> >  - add protos for the syscalls 222-225, 238-249 and 253-267;
> >  - add exit_group(2) syscall, which is currently just wired to exit(2).
> >
> >  Obtained from:  OpenBSD
> >  MFC after:      2 weeks
> >
> >  Revision  Changes    Path
> >  1.150     +13 -3     src/sys/compat/linux/linux_misc.c
> >  1.37      +22 -0     src/sys/i386/linux/linux_dummy.c
> >  1.55      +52 -0     src/sys/i386/linux/linux_proto.h
> >  1.49      +15 -1     src/sys/i386/linux/linux_syscall.h
> >  1.56      +46 -0     src/sys/i386/linux/linux_sysent.c
> >  1.52      +46 -0     src/sys/i386/linux/syscalls.master

Funny, I was just taking a look at this on cvsweb.  I'll play with this
after the recent kobj cruft is sorted out.

-- 
   David P. Reese, Jr.                                     daver at xxxxxxxxxxxx
                                               http://www.gomerbud.com/daver/





More information about the Kernel mailing list