DragonFly commits List (threaded) for 2012-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: DragonFly_RELEASE_3_0 COMPAT_LINUX: Remove need for COMPAT_43
commit 2aeaf549370a2732e85ff5e4d20d8b8937788484
Author: Thomas Nikolajsen <thomas@dragonflybsd.org>
Date: Sat Jan 28 01:59:37 2012 +0100
COMPAT_LINUX: Remove need for COMPAT_43
Implement linux_sethostname and linux_ostat natively to
stop using implementation from COMPAT_43.
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue2289>
Submitted-by: Samuel J. Greear and Matt Dillon
Summary of changes:
sys/emulation/linux/Makefile | 3 --
sys/emulation/linux/i386/linux_proto.h | 18 +++++++++-
sys/emulation/linux/i386/linux_syscall.h | 4 +-
sys/emulation/linux/i386/linux_sysent.c | 4 +-
sys/emulation/linux/i386/linux_sysvec.c | 4 --
sys/emulation/linux/i386/linux_union.h | 2 +
sys/emulation/linux/i386/syscalls.master | 7 ++--
sys/emulation/linux/linux_misc.c | 31 ++++++++++++++++
sys/emulation/linux/linux_stats.c | 57 ++++++++++++++++++++++++++++++
9 files changed, 114 insertions(+), 16 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2aeaf549370a2732e85ff5e4d20d8b8937788484
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]