Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/amd64 regen
details: https://anonhg.NetBSD.org/src/rev/4990ef6dcbb2
branches: trunk
changeset: 351140:4990ef6dcbb2
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 03 16:18:38 2017 +0000
description:
regen
diffstat:
sys/compat/linux/arch/amd64/linux_syscall.h | 4 ++--
sys/compat/linux/arch/amd64/linux_syscallargs.h | 4 ++--
sys/compat/linux/arch/amd64/linux_syscalls.c | 6 +++---
sys/compat/linux/arch/amd64/linux_sysent.c | 6 +++---
sys/compat/linux/arch/amd64/linux_systrace_args.c | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
diffs (83 lines):
diff -r 7f0c5f66aa23 -r 4990ef6dcbb2 sys/compat/linux/arch/amd64/linux_syscall.h
--- a/sys/compat/linux/arch/amd64/linux_syscall.h Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscall.h Fri Feb 03 16:18:38 2017 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.66 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.67 2017/02/03 16:18:38 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.59 2017/02/02 15:35:46 christos Exp
+ * created from NetBSD: syscalls.master,v 1.60 2017/02/03 16:18:19 christos Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
diff -r 7f0c5f66aa23 -r 4990ef6dcbb2 sys/compat/linux/arch/amd64/linux_syscallargs.h
--- a/sys/compat/linux/arch/amd64/linux_syscallargs.h Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscallargs.h Fri Feb 03 16:18:38 2017 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.66 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.67 2017/02/03 16:18:38 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.59 2017/02/02 15:35:46 christos Exp
+ * created from NetBSD: syscalls.master,v 1.60 2017/02/03 16:18:19 christos Exp
*/
#ifndef _LINUX_SYS_SYSCALLARGS_H_
diff -r 7f0c5f66aa23 -r 4990ef6dcbb2 sys/compat/linux/arch/amd64/linux_syscalls.c
--- a/sys/compat/linux/arch/amd64/linux_syscalls.c Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_syscalls.c Fri Feb 03 16:18:38 2017 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.66 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.67 2017/02/03 16:18:38 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.59 2017/02/02 15:35:46 christos Exp
+ * created from NetBSD: syscalls.master,v 1.60 2017/02/03 16:18:19 christos Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.66 2017/02/03 16:18:19 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.67 2017/02/03 16:18:38 christos Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
diff -r 7f0c5f66aa23 -r 4990ef6dcbb2 sys/compat/linux/arch/amd64/linux_sysent.c
--- a/sys/compat/linux/arch/amd64/linux_sysent.c Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_sysent.c Fri Feb 03 16:18:38 2017 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.66 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.67 2017/02/03 16:18:39 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.59 2017/02/02 15:35:46 christos Exp
+ * created from NetBSD: syscalls.master,v 1.60 2017/02/03 16:18:19 christos Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.66 2017/02/03 16:18:19 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.67 2017/02/03 16:18:39 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sysv.h"
diff -r 7f0c5f66aa23 -r 4990ef6dcbb2 sys/compat/linux/arch/amd64/linux_systrace_args.c
--- a/sys/compat/linux/arch/amd64/linux_systrace_args.c Fri Feb 03 16:18:19 2017 +0000
+++ b/sys/compat/linux/arch/amd64/linux_systrace_args.c Fri Feb 03 16:18:38 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_systrace_args.c,v 1.10 2017/02/03 16:18:19 christos Exp $ */
+/* $NetBSD: linux_systrace_args.c,v 1.11 2017/02/03 16:18:39 christos Exp $ */
/*
* System call argument to DTrace register array converstion.
Home |
Main Index |
Thread Index |
Old Index