[BACK]Return to linux_syscall.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / mips

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/linux/arch/mips/linux_syscall.h between version 1.33 and 1.33.2.3

version 1.33, 2008/04/23 14:10:04 version 1.33.2.3, 2010/03/11 15:03:16
Line 4 
Line 4 
  * System call numbers.   * System call numbers.
  *   *
  * DO NOT EDIT-- this file is automatically generated.   * DO NOT EDIT-- this file is automatically generated.
  * created from NetBSD: syscalls.master,v 1.29 2008/04/23 14:07:50 ad Exp   * created from NetBSD: syscalls.master,v 1.37 2009/11/24 10:42:44 njoly Exp
  */   */
   
 #ifndef _LINUX_SYS_SYSCALL_H_  #ifndef _LINUX_SYS_SYSCALL_H_
Line 205 
Line 205 
 /* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */  /* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */
 #define LINUX_SYS_getrlimit     76  #define LINUX_SYS_getrlimit     76
   
 /* syscall: "getrusage" ret: "int" args: "int" "struct rusage *" */  /* syscall: "getrusage" ret: "int" args: "int" "struct rusage50 *" */
 #define LINUX_SYS_getrusage     77  #define LINUX_SYS_getrusage     77
   
 /* syscall: "gettimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */  /* syscall: "gettimeofday" ret: "int" args: "struct timeval50 *" "struct timezone *" */
 #define LINUX_SYS_gettimeofday  78  #define LINUX_SYS_gettimeofday  78
   
 /* syscall: "settimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */  /* syscall: "settimeofday" ret: "int" args: "struct timeval50 *" "struct timezone *" */
 #define LINUX_SYS_settimeofday  79  #define LINUX_SYS_settimeofday  79
   
 /* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */  /* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */
Line 274 
Line 274 
 /* syscall: "socketcall" ret: "int" args: "int" "void *" */  /* syscall: "socketcall" ret: "int" args: "int" "void *" */
 #define LINUX_SYS_socketcall    102  #define LINUX_SYS_socketcall    102
   
 /* syscall: "setitimer" ret: "int" args: "u_int" "struct itimerval *" "struct itimerval *" */  /* syscall: "setitimer" ret: "int" args: "u_int" "struct itimerval50 *" "struct itimerval50 *" */
 #define LINUX_SYS_setitimer     104  #define LINUX_SYS_setitimer     104
   
 /* syscall: "getitimer" ret: "int" args: "u_int" "struct itimerval *" */  /* syscall: "getitimer" ret: "int" args: "u_int" "struct itimerval50 *" */
 #define LINUX_SYS_getitimer     105  #define LINUX_SYS_getitimer     105
   
 /* syscall: "stat" ret: "int" args: "const char *" "struct linux_stat *" */  /* syscall: "stat" ret: "int" args: "const char *" "struct linux_stat *" */
Line 292 
Line 292 
 /* syscall: "uname" ret: "int" args: "struct linux_utsname *" */  /* syscall: "uname" ret: "int" args: "struct linux_utsname *" */
 #define LINUX_SYS_uname 109  #define LINUX_SYS_uname 109
   
 /* syscall: "wait4" ret: "int" args: "int" "int *" "int" "struct rusage *" */  /* syscall: "wait4" ret: "int" args: "int" "int *" "int" "struct rusage50 *" */
 #define LINUX_SYS_wait4 114  #define LINUX_SYS_wait4 114
   
 /* syscall: "swapoff" ret: "int" args: "const char *" */  /* syscall: "swapoff" ret: "int" args: "const char *" */
Line 331 
Line 331 
 /* syscall: "fchdir" ret: "int" args: "int" */  /* syscall: "fchdir" ret: "int" args: "int" */
 #define LINUX_SYS_fchdir        133  #define LINUX_SYS_fchdir        133
   
 /* syscall: "personality" ret: "int" args: "int" */  /* syscall: "personality" ret: "int" args: "unsigned long" */
 #define LINUX_SYS_personality   136  #define LINUX_SYS_personality   136
   
 /* syscall: "setfsuid" ret: "int" args: "uid_t" */  /* syscall: "setfsuid" ret: "int" args: "uid_t" */
Line 346 
Line 346 
 /* syscall: "getdents" ret: "int" args: "int" "struct linux_dirent *" "unsigned int" */  /* syscall: "getdents" ret: "int" args: "int" "struct linux_dirent *" "unsigned int" */
 #define LINUX_SYS_getdents      141  #define LINUX_SYS_getdents      141
   
 /* syscall: "select" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "struct timeval *" */  /* syscall: "select" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "struct timeval50 *" */
 #define LINUX_SYS_select        142  #define LINUX_SYS_select        142
   
 /* syscall: "flock" ret: "int" args: "int" "int" */  /* syscall: "flock" ret: "int" args: "int" "int" */
Line 409 
Line 409 
 /* syscall: "sched_get_priority_min" ret: "int" args: "int" */  /* syscall: "sched_get_priority_min" ret: "int" args: "int" */
 #define LINUX_SYS_sched_get_priority_min        164  #define LINUX_SYS_sched_get_priority_min        164
   
 /* syscall: "nanosleep" ret: "int" args: "const struct timespec *" "struct timespec *" */  /* syscall: "nanosleep" ret: "int" args: "const struct linux_timespec *" "struct linux_timespec *" */
 #define LINUX_SYS_nanosleep     166  #define LINUX_SYS_nanosleep     166
   
 /* syscall: "mremap" ret: "void *" args: "void *" "size_t" "size_t" "u_long" */  /* syscall: "mremap" ret: "void *" args: "void *" "size_t" "size_t" "u_long" */
Line 442 
Line 442 
 /* syscall: "recvfrom" ret: "int" args: "int" "void *" "int" "int" "struct osockaddr *" "int *" */  /* syscall: "recvfrom" ret: "int" args: "int" "void *" "int" "int" "struct osockaddr *" "int *" */
 #define LINUX_SYS_recvfrom      176  #define LINUX_SYS_recvfrom      176
   
 /* syscall: "recvmsg" ret: "int" args: "int" "struct msghdr *" "u_int" */  /* syscall: "recvmsg" ret: "int" args: "int" "struct linux_msghdr *" "u_int" */
 #define LINUX_SYS_recvmsg       177  #define LINUX_SYS_recvmsg       177
   
 /* syscall: "send" ret: "int" args: "int" "void *" "int" "int" */  /* syscall: "send" ret: "int" args: "int" "void *" "int" "int" */
 #define LINUX_SYS_send  178  #define LINUX_SYS_send  178
   
 /* syscall: "sendmsg" ret: "int" args: "int" "struct msghdr *" "u_int" */  /* syscall: "sendmsg" ret: "int" args: "int" "struct linux_msghdr *" "u_int" */
 #define LINUX_SYS_sendmsg       179  #define LINUX_SYS_sendmsg       179
   
 /* syscall: "sendto" ret: "int" args: "int" "void *" "int" "int" "struct osockaddr *" "int" */  /* syscall: "sendto" ret: "int" args: "int" "void *" "int" "int" "struct osockaddr *" "int" */
Line 490 
Line 490 
 /* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */  /* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */
 #define LINUX_SYS_rt_sigpending 196  #define LINUX_SYS_rt_sigpending 196
   
 /* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "void *" */  /* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "linux_siginfo_t *" */
 #define LINUX_SYS_rt_queueinfo  198  #define LINUX_SYS_rt_queueinfo  198
   
 /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */  /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.33.2.3

CVSweb <webmaster@jp.NetBSD.org>