Date: Sun, 16 Nov 2003 07:07:11 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200311161507.hAGF7BCf086743@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311161507.hAGF7BCf086743>
