Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/rump/kern/lib/libsys_linux



Module Name:    src
Committed By:   pooka
Date:           Wed Sep 19 21:45:41 UTC 2012

Added Files:
        src/sys/rump/kern/lib/libsys_linux: Makefile component.c shlib_version
            syscalls.conf syscalls.master

Log Message:
Add the first attempt at rump kernel support for Linux clients.  This has
been lightly tested with unmodified networking applications with both
the client and server on a 64bit le host.  Unlike the standard Linux
compat libs where args and syscalls are swizzled around, this compat
lib only massages the arg data types due to the assumption that syscall
numbers come from librumpclient (via librumphijack) and therefore match
the native NetBSD numbers.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/lib/libsys_linux/Makefile \
    src/sys/rump/kern/lib/libsys_linux/component.c \
    src/sys/rump/kern/lib/libsys_linux/shlib_version \
    src/sys/rump/kern/lib/libsys_linux/syscalls.conf \
    src/sys/rump/kern/lib/libsys_linux/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index