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 Support utimes/futimes. Makes at least fs...
details: https://anonhg.NetBSD.org/src/rev/b48ac8f71645
branches: trunk
changeset: 786854:b48ac8f71645
user: pooka <pooka%NetBSD.org@localhost>
date: Wed May 15 21:39:30 2013 +0000
description:
Support utimes/futimes. Makes at least fsu_touch work on these platforms.
diffstat:
sys/rump/kern/lib/libsys_cygwin/syscalls.master | 8 +++++---
sys/rump/kern/lib/libsys_sunos/syscalls.master | 8 +++++---
2 files changed, 10 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r f3656da5ec8f -r b48ac8f71645 sys/rump/kern/lib/libsys_cygwin/syscalls.master
--- a/sys/rump/kern/lib/libsys_cygwin/syscalls.master Wed May 15 20:47:20 2013 +0000
+++ b/sys/rump/kern/lib/libsys_cygwin/syscalls.master Wed May 15 21:39:30 2013 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.1 2013/04/10 16:44:54 pooka Exp $
+ $NetBSD: syscalls.master,v 1.2 2013/05/15 21:39:30 pooka Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -508,10 +508,12 @@
417 UNIMPL select
418 UNIMPL gettimeofday
419 UNIMPL settimeofday
-420 UNIMPL utimes
+420 NOARGS { int|compat_50_sys||utimes(char *path, \
+ struct timeval50 *tptr); }
421 UNIMPL adjtime
422 UNIMPL lfs_segwait
-423 UNIMPL futimes
+423 NOARGS { int|compat_50_sys||futimes(int fd, \
+ struct timeval50 *tptr); }
424 UNIMPL lutimes
425 UNIMPL setitimer
426 UNIMPL getitimer
diff -r f3656da5ec8f -r b48ac8f71645 sys/rump/kern/lib/libsys_sunos/syscalls.master
--- a/sys/rump/kern/lib/libsys_sunos/syscalls.master Wed May 15 20:47:20 2013 +0000
+++ b/sys/rump/kern/lib/libsys_sunos/syscalls.master Wed May 15 21:39:30 2013 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.1 2013/04/09 13:08:33 pooka Exp $
+ $NetBSD: syscalls.master,v 1.2 2013/05/15 21:39:30 pooka Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -511,10 +511,12 @@
417 UNIMPL select
418 UNIMPL gettimeofday
419 UNIMPL settimeofday
-420 UNIMPL utimes
+420 NOARGS { int|compat_50_sys||utimes(char *path, \
+ struct timeval50 *tptr); }
421 UNIMPL adjtime
422 UNIMPL lfs_segwait
-423 UNIMPL futimes
+423 NOARGS { int|compat_50_sys||futimes(int fd, \
+ struct timeval50 *tptr); }
424 UNIMPL lutimes
425 UNIMPL setitimer
426 UNIMPL getitimer
Home |
Main Index |
Thread Index |
Old Index