History log of /netbsd-src/sys/rump/kern/lib/libsys_linux/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# 6bb51422 26-Jan-2016 pooka <pooka@NetBSD.org>

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.

Leave compat headers around in the old locations.

The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.

show more ...


# b2b6f260 19-Oct-2015 pooka <pooka@NetBSD.org>

Add a COMMENT describing what each component roughly does.

"make describe" prints the comment.

Requested/inspired by Vincent Schwarzer on rumpkernel-users


# 8c13dec0 09-May-2015 pooka <pooka@NetBSD.org>

Make the cool syscall autogeneration feature work with the
newfangled r/o src feature.


# 702f49ac 08-Mar-2015 christos <christos@NetBSD.org>

factor out the syscall building code


# dffa3aaa 08-Mar-2015 christos <christos@NetBSD.org>

regen and add a build target.


# d9edc94b 13-Mar-2014 pooka <pooka@NetBSD.org>

rename component.c -> sys_linux_component.c


# b7dce7e9 28-Jan-2014 njoly <njoly@NetBSD.org>

Build with IPv6 support.


# 5df178fa 25-Jan-2014 njoly <njoly@NetBSD.org>

Add now needed linux_pipe.c sources.


# 3fa945c0 14-Dec-2013 njoly <njoly@NetBSD.org>

Add syscall wrapper for mknodat(2) to deal with PAD argument difference
between rump and linux versions.


# b4fbc624 07-Mar-2013 pooka <pooka@NetBSD.org>

If linux syscall emulation is linked in to a rump kernel, use it as the
default emulation.


# fd245ed3 19-Sep-2012 pooka <pooka@NetBSD.org>

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 s

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.

show more ...