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/m68k Add clock_* POSIX functions.



details:   https://anonhg.NetBSD.org/src/rev/5280bb097f20
branches:  trunk
changeset: 581081:5280bb097f20
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon May 23 23:21:49 2005 +0000

description:
Add clock_* POSIX functions.

diffstat:

 sys/compat/linux/arch/m68k/syscalls.master |  34 +++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 11ac19b8e309 -r 5280bb097f20 sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master        Mon May 23 23:08:06 2005 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master        Mon May 23 23:21:49 2005 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.45 2005/05/16 16:02:20 fvdl Exp $
+       $NetBSD: syscalls.master,v 1.46 2005/05/23 23:21:49 jmc Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -406,3 +406,35 @@
 233    STD             { int linux_sys_lremovexattr(char *path, char *name); }
 234    STD             { int linux_sys_fremovexattr(int fd, char *name); }
 235    UNIMPL          futex
+236    UNIMPL          sendfile64
+237    UNIMPL          mincore
+238    UNIMPL          madvise
+239    UNIMPL          fcntl64
+240    UNIMPL          readahead
+241    UNIMPL          io_setup
+242    UNIMPL          io_destroy
+243    UNIMPL          io_getevents
+244    UNIMPL          io_submit
+245    UNIMPL          io_cancel
+246    UNIMPL          fadvise64
+247    UNIMPL          exit_group
+248    UNIMPL          lookup_dcookie
+249    UNIMPL          epoll_create
+250    UNIMPL          epoll_ctl
+251    UNIMPL          epoll_wait
+252    UNIMPL          remap_file_pages
+253    UNIMPL          set_tid_address
+254    UNIMPL          timer_create
+255    UNIMPL          timer_settime
+256    UNIMPL          timer_gettime
+257    UNIMPL          timer_getoverrun
+258    UNIMPL          timer_delete
+259    STD             { int linux_sys_clock_settime(clockid_t which, \
+                           struct linux_timespec *tp); }
+260    STD             { int linux_sys_clock_gettime(clockid_t which, \
+                           struct linux_timespec *tp); }
+261    STD             { int linux_sys_clock_getres(clockid_t which, \
+                           struct linux_timespec *tp); }
+262    STD             { int linux_sys_clock_nanosleep(clockid_t which, \
+                           int flags, struct linux_timespec *rqtp, \
+                           struct linux_timespec *rmtp); }



Home | Main Index | Thread Index | Old Index