Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/kern/lib/libsys_linux Regen.
details: https://anonhg.NetBSD.org/src/rev/918fdac94f86
branches: trunk
changeset: 325119:918fdac94f86
user: njoly <njoly%NetBSD.org@localhost>
date: Sat Dec 07 09:20:22 2013 +0000
description:
Regen.
diffstat:
sys/rump/kern/lib/libsys_linux/rump_linux_syscall.h | 4 ++--
sys/rump/kern/lib/libsys_linux/rump_linux_syscallargs.h | 12 ++----------
sys/rump/kern/lib/libsys_linux/rump_linux_syscalls.c | 8 ++++----
sys/rump/kern/lib/libsys_linux/rump_linux_sysent.c | 10 +++++-----
4 files changed, 13 insertions(+), 21 deletions(-)
diffs (116 lines):
diff -r 601cb2015943 -r 918fdac94f86 sys/rump/kern/lib/libsys_linux/rump_linux_syscall.h
--- a/sys/rump/kern/lib/libsys_linux/rump_linux_syscall.h Sat Dec 07 09:19:36 2013 +0000
+++ b/sys/rump/kern/lib/libsys_linux/rump_linux_syscall.h Sat Dec 07 09:20:22 2013 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_linux_syscall.h,v 1.3 2013/10/05 09:22:43 njoly Exp $ */
+/* $NetBSD: rump_linux_syscall.h,v 1.4 2013/12/07 09:20:22 njoly Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.5 2013/10/05 09:22:01 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.6 2013/12/07 09:19:36 njoly Exp
*/
#ifndef _RUMP_LINUX_SYS_SYSCALL_H_
diff -r 601cb2015943 -r 918fdac94f86 sys/rump/kern/lib/libsys_linux/rump_linux_syscallargs.h
--- a/sys/rump/kern/lib/libsys_linux/rump_linux_syscallargs.h Sat Dec 07 09:19:36 2013 +0000
+++ b/sys/rump/kern/lib/libsys_linux/rump_linux_syscallargs.h Sat Dec 07 09:20:22 2013 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: rump_linux_syscallargs.h,v 1.6 2013/10/05 09:22:43 njoly Exp $ */
+/* $NetBSD: rump_linux_syscallargs.h,v 1.7 2013/12/07 09:20:22 njoly Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.5 2013/10/05 09:22:01 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.6 2013/12/07 09:19:36 njoly Exp
*/
#ifndef _RUMP_LINUX_SYS_SYSCALLARGS_H_
@@ -302,12 +302,6 @@
};
check_syscall_args(linux_sys_utimes)
-struct linux_sys_lutimes_args {
- syscallarg(const char *) path;
- syscallarg(struct linux_timeval *) tv;
-};
-check_syscall_args(linux_sys_lutimes)
-
struct linux_sys_ppoll_args {
syscallarg(struct pollfd *) fds;
syscallarg(u_int) nfds;
@@ -507,8 +501,6 @@
int linux_sys_utimes(struct lwp *, const struct linux_sys_utimes_args *, register_t *);
-int linux_sys_lutimes(struct lwp *, const struct linux_sys_lutimes_args *, register_t *);
-
int linux_sys_ppoll(struct lwp *, const struct linux_sys_ppoll_args *, register_t *);
int linux_sys_stat64(struct lwp *, const struct linux_sys_stat64_args *, register_t *);
diff -r 601cb2015943 -r 918fdac94f86 sys/rump/kern/lib/libsys_linux/rump_linux_syscalls.c
--- a/sys/rump/kern/lib/libsys_linux/rump_linux_syscalls.c Sat Dec 07 09:19:36 2013 +0000
+++ b/sys/rump/kern/lib/libsys_linux/rump_linux_syscalls.c Sat Dec 07 09:20:22 2013 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: rump_linux_syscalls.c,v 1.6 2013/10/05 09:22:43 njoly Exp $ */
+/* $NetBSD: rump_linux_syscalls.c,v 1.7 2013/12/07 09:20:22 njoly Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.5 2013/10/05 09:22:01 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.6 2013/12/07 09:19:36 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_linux_syscalls.c,v 1.6 2013/10/05 09:22:43 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_linux_syscalls.c,v 1.7 2013/12/07 09:20:22 njoly Exp $");
#if defined(_KERNEL_OPT)
#include <sys/param.h>
@@ -448,7 +448,7 @@
/* 421 */ "#421 (unimplemented adjtime)",
/* 422 */ "#422 (unimplemented lfs_segwait)",
/* 423 */ "#423 (unimplemented futimes)",
- /* 424 */ "lutimes",
+ /* 424 */ "#424 (unimplemented lutimes)",
/* 425 */ "#425 (unimplemented setitimer)",
/* 426 */ "#426 (unimplemented getitimer)",
/* 427 */ "#427 (unimplemented clock_gettime)",
diff -r 601cb2015943 -r 918fdac94f86 sys/rump/kern/lib/libsys_linux/rump_linux_sysent.c
--- a/sys/rump/kern/lib/libsys_linux/rump_linux_sysent.c Sat Dec 07 09:19:36 2013 +0000
+++ b/sys/rump/kern/lib/libsys_linux/rump_linux_sysent.c Sat Dec 07 09:20:22 2013 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: rump_linux_sysent.c,v 1.6 2013/10/05 09:22:43 njoly Exp $ */
+/* $NetBSD: rump_linux_sysent.c,v 1.7 2013/12/07 09:20:22 njoly Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.5 2013/10/05 09:22:01 njoly Exp
+ * created from NetBSD: syscalls.master,v 1.6 2013/12/07 09:19:36 njoly Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_linux_sysent.c,v 1.6 2013/10/05 09:22:43 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_linux_sysent.c,v 1.7 2013/12/07 09:20:22 njoly Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -874,8 +874,8 @@
linux_sys_nosys }, /* 422 = unimplemented lfs_segwait */
{ 0, 0, 0,
linux_sys_nosys }, /* 423 = unimplemented futimes */
- { ns(struct linux_sys_lutimes_args), SYCALL_ARG_PTR,
- (sy_call_t *)linux_sys_lutimes }, /* 424 = lutimes */
+ { 0, 0, 0,
+ linux_sys_nosys }, /* 424 = unimplemented lutimes */
{ 0, 0, 0,
linux_sys_nosys }, /* 425 = unimplemented setitimer */
{ 0, 0, 0,
Home |
Main Index |
Thread Index |
Old Index