History log of /netbsd-src/sys/rump/kern/lib/libsys_linux/linux_rump.c (Results 1 – 5 of 5)
Revision Date Author Comments
# d9d37bdb 27-Jan-2019 rin <rin@NetBSD.org>

Fix merge botches. I hope there's no more left...


# d91f98a8 27-Jan-2019 pgoyette <pgoyette@NetBSD.org>

Merge the [pgoyette-compat] branch


# a57097d0 12-Dec-2018 alnsn <alnsn@NetBSD.org>

Add missing RCSIDs.


# a022633d 10-Jan-2014 njoly <njoly@NetBSD.org>

Do not redefine linux syscalls arguments, just use compat ones
instead.
Include linux_socketcall.h to bring missing socket syscall
arguments/prototypes on arches that have socketcall(2).
Finally, cle

Do not redefine linux syscalls arguments, just use compat ones
instead.
Include linux_socketcall.h to bring missing socket syscall
arguments/prototypes on arches that have socketcall(2).
Finally, cleanup rump linux syscall wrapper, to remove linux syscall
argument/prototype local copy.

show more ...


# 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.