regen and add a build target.

This commit is contained in:
christos 2015-03-08 15:07:33 +00:00
parent 0f17c35c22
commit dffa3aaa60
5 changed files with 1733 additions and 1032 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2014/03/13 02:03:47 pooka Exp $
# $NetBSD: Makefile,v 1.7 2015/03/08 15:07:33 christos Exp $
#
.PATH: ${.CURDIR}/../../../../compat/linux/common
@ -20,3 +20,11 @@ CPPFLAGS+= -DINET6
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
SYS_P=rump_linux_sys
SYS_MKSYSCALLS=${.CURDIR}/../../../../kern/makesyscalls.sh
SYS_DST=${SYS_P}calls.c ${SYS_P}ent.c ${SYS_P}callargs.h ${SYS_P}call.h:
SYS_SRC=${SYS_MKSYSCALLS} syscalls.conf syscalls.master
${SYS_DST}: ${SYS_SRC}
${HOST_SH} ${.ALLSRC}

View File

@ -1,4 +1,4 @@
/* $NetBSD: rump_linux_syscall.h,v 1.14 2014/05/29 10:42:23 njoly Exp $ */
/* $NetBSD: rump_linux_syscall.h,v 1.15 2015/03/08 15:07:33 christos Exp $ */
/*
* System call numbers.

View File

@ -1,4 +1,4 @@
/* $NetBSD: rump_linux_syscallargs.h,v 1.17 2014/05/29 10:42:23 njoly Exp $ */
/* $NetBSD: rump_linux_syscallargs.h,v 1.18 2015/03/08 15:07:33 christos Exp $ */
/*
* System call argument lists.

View File

@ -1,4 +1,4 @@
/* $NetBSD: rump_linux_syscalls.c,v 1.17 2014/05/29 10:42:23 njoly Exp $ */
/* $NetBSD: rump_linux_syscalls.c,v 1.18 2015/03/08 15:07:33 christos Exp $ */
/*
* System call names.
@ -8,7 +8,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rump_linux_syscalls.c,v 1.17 2014/05/29 10:42:23 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: rump_linux_syscalls.c,v 1.18 2015/03/08 15:07:33 christos Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>

File diff suppressed because it is too large Load Diff