DragonFly commits List (threaded) for 2010-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: linux - Add syscalls
commit 144eb720f113177d91e27277175b71186da030cf
Author: Samuel J. Greear <sjg@thesjg.com>
Date: Wed Mar 24 11:50:05 2010 -0600
linux - Add syscalls
* Stub out a number of syscalls using the DUMMY macro
* Add a preliminary implementation of pipe2
Summary of changes:
sys/emulation/linux/i386/linux_dummy.c | 28 ++++
sys/emulation/linux/i386/linux_machdep.c | 39 ++++++
sys/emulation/linux/i386/linux_proto.h | 204 ++++++++++++++++++++++++++++++
sys/emulation/linux/i386/linux_syscall.h | 29 +++++
sys/emulation/linux/i386/linux_sysent.c | 62 +++++-----
sys/emulation/linux/i386/linux_union.h | 29 +++++
sys/emulation/linux/i386/syscalls.master | 62 +++++-----
7 files changed, 391 insertions(+), 62 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/144eb720f113177d91e27277175b71186da030cf
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]