regenerate

This commit is contained in:
Peter Wemm 1997-05-08 14:08:49 +00:00
parent 851679e514
commit 3a5322f2f0
5 changed files with 64 additions and 30 deletions

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.35 1997/03/31 14:52:50 peter Exp
* created from Id: syscalls.master,v 1.38 1997/05/08 14:07:11 peter Exp
*/
#include <sys/param.h>
@ -239,9 +239,9 @@ struct sysent sysent[] = {
{ 2, (sy_call_t *)munlock }, /* 204 = munlock */
{ 2, (sy_call_t *)utrace }, /* 205 = utrace */
{ 1, (sy_call_t *)undelete }, /* 206 = undelete */
{ 0, (sy_call_t *)nosys }, /* 207 = nosys */
{ 0, (sy_call_t *)nosys }, /* 208 = nosys */
{ 0, (sy_call_t *)nosys }, /* 209 = nosys */
{ 0, (sy_call_t *)nosys }, /* 207 = getpgid */
{ 0, (sy_call_t *)nosys }, /* 208 = newreboot */
{ 0, (sy_call_t *)nosys }, /* 209 = poll2 */
{ 0, (sy_call_t *)lkmnosys }, /* 210 = lkmnosys */
{ 0, (sy_call_t *)lkmnosys }, /* 211 = lkmnosys */
{ 0, (sy_call_t *)lkmnosys }, /* 212 = lkmnosys */
@ -264,15 +264,15 @@ struct sysent sysent[] = {
{ 3, (sy_call_t *)shmctl }, /* 229 = shmctl */
{ 1, (sy_call_t *)shmdt }, /* 230 = shmdt */
{ 3, (sy_call_t *)shmget }, /* 231 = shmget */
{ 0, (sy_call_t *)nosys }, /* 232 = nosys */
{ 0, (sy_call_t *)nosys }, /* 233 = nosys */
{ 0, (sy_call_t *)nosys }, /* 234 = nosys */
{ 0, (sy_call_t *)nosys }, /* 235 = nosys */
{ 0, (sy_call_t *)nosys }, /* 236 = nosys */
{ 0, (sy_call_t *)nosys }, /* 237 = nosys */
{ 0, (sy_call_t *)nosys }, /* 238 = nosys */
{ 0, (sy_call_t *)nosys }, /* 239 = nosys */
{ 0, (sy_call_t *)nosys }, /* 240 = nosys */
{ 2, (sy_call_t *)clock_gettime }, /* 232 = clock_gettime */
{ 2, (sy_call_t *)clock_settime }, /* 233 = clock_settime */
{ 2, (sy_call_t *)clock_getres }, /* 234 = clock_getres */
{ 0, (sy_call_t *)nosys }, /* 235 = timer_create */
{ 0, (sy_call_t *)nosys }, /* 236 = timer_delete */
{ 0, (sy_call_t *)nosys }, /* 237 = timer_settime */
{ 0, (sy_call_t *)nosys }, /* 238 = timer_gettime */
{ 0, (sy_call_t *)nosys }, /* 239 = timer_getoverrun */
{ 2, (sy_call_t *)nanosleep }, /* 240 = nanosleep */
{ 0, (sy_call_t *)nosys }, /* 241 = nosys */
{ 0, (sy_call_t *)nosys }, /* 242 = nosys */
{ 0, (sy_call_t *)nosys }, /* 243 = nosys */
@ -342,4 +342,7 @@ struct sysent sysent[] = {
{ 1, (sy_call_t *)kldnext }, /* 307 = kldnext */
{ 2, (sy_call_t *)kldstat }, /* 308 = kldstat */
{ 1, (sy_call_t *)kldfirstmod }, /* 309 = kldfirstmod */
{ 0, (sy_call_t *)nosys }, /* 310 = getsid */
{ 0, (sy_call_t *)nosys }, /* 311 = setresuid */
{ 0, (sy_call_t *)nosys }, /* 312 = setresgid */
};

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.35 1997/03/31 14:52:50 peter Exp
* created from Id: syscalls.master,v 1.38 1997/05/08 14:07:11 peter Exp
*/
char *syscallnames[] = {
@ -228,9 +228,9 @@ char *syscallnames[] = {
"munlock", /* 204 = munlock */
"utrace", /* 205 = utrace */
"undelete", /* 206 = undelete */
"#207", /* 207 = nosys */
"#208", /* 208 = nosys */
"#209", /* 209 = nosys */
"#207", /* 207 = getpgid */
"#208", /* 208 = newreboot */
"#209", /* 209 = poll2 */
"lkmnosys", /* 210 = lkmnosys */
"lkmnosys", /* 211 = lkmnosys */
"lkmnosys", /* 212 = lkmnosys */
@ -253,15 +253,15 @@ char *syscallnames[] = {
"shmctl", /* 229 = shmctl */
"shmdt", /* 230 = shmdt */
"shmget", /* 231 = shmget */
"#232", /* 232 = nosys */
"#233", /* 233 = nosys */
"#234", /* 234 = nosys */
"#235", /* 235 = nosys */
"#236", /* 236 = nosys */
"#237", /* 237 = nosys */
"#238", /* 238 = nosys */
"#239", /* 239 = nosys */
"#240", /* 240 = nosys */
"clock_gettime", /* 232 = clock_gettime */
"clock_settime", /* 233 = clock_settime */
"clock_getres", /* 234 = clock_getres */
"#235", /* 235 = timer_create */
"#236", /* 236 = timer_delete */
"#237", /* 237 = timer_settime */
"#238", /* 238 = timer_gettime */
"#239", /* 239 = timer_getoverrun */
"nanosleep", /* 240 = nanosleep */
"#241", /* 241 = nosys */
"#242", /* 242 = nosys */
"#243", /* 243 = nosys */
@ -331,4 +331,7 @@ char *syscallnames[] = {
"kldnext", /* 307 = kldnext */
"kldstat", /* 308 = kldstat */
"kldfirstmod", /* 309 = kldfirstmod */
"#310", /* 310 = getsid */
"#311", /* 311 = setresuid */
"#312", /* 312 = setresgid */
};

View File

@ -2,7 +2,7 @@
* System call hiders.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.35 1997/03/31 14:52:50 peter Exp
* created from Id: syscalls.master,v 1.38 1997/05/08 14:07:11 peter Exp
*/
HIDE_POSIX(fork)
@ -210,6 +210,10 @@ HIDE_BSD(shmat)
HIDE_BSD(shmctl)
HIDE_BSD(shmdt)
HIDE_BSD(shmget)
HIDE_POSIX(clock_gettime)
HIDE_POSIX(clock_settime)
HIDE_POSIX(clock_getres)
HIDE_POSIX(nanosleep)
HIDE_BSD(minherit)
HIDE_BSD(rfork)
HIDE_BSD(issetugid)

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.35 1997/03/31 14:52:50 peter Exp
* created from Id: syscalls.master,v 1.38 1997/05/08 14:07:11 peter Exp
*/
#define SYS_syscall 0
@ -204,6 +204,10 @@
#define SYS_shmctl 229
#define SYS_shmdt 230
#define SYS_shmget 231
#define SYS_clock_gettime 232
#define SYS_clock_settime 233
#define SYS_clock_getres 234
#define SYS_nanosleep 240
#define SYS_minherit 250
#define SYS_rfork 251
#define SYS_issetugid 253
@ -218,4 +222,4 @@
#define SYS_kldnext 307
#define SYS_kldstat 308
#define SYS_kldfirstmod 309
#define SYS_MAXSYSCALL 310
#define SYS_MAXSYSCALL 313

View File

@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
* created from Id: syscalls.master,v 1.35 1997/03/31 14:52:50 peter Exp
* created from Id: syscalls.master,v 1.38 1997/05/08 14:07:11 peter Exp
*/
#ifndef _SYS_SYSPROTO_H_
@ -717,6 +717,22 @@ struct shmget_args {
int size;
int shmflg;
};
struct clock_gettime_args {
clockid_t clock_id;
struct timespec * tp;
};
struct clock_settime_args {
clockid_t clock_id;
const struct timespec * tp;
};
struct clock_getres_args {
clockid_t clock_id;
struct timespec * tp;
};
struct nanosleep_args {
const struct timespec * rqtp;
struct timespec * rmtp;
};
struct minherit_args {
caddr_t addr;
size_t len;
@ -933,6 +949,10 @@ int shmat __P((struct proc *, struct shmat_args *, int []));
int shmctl __P((struct proc *, struct shmctl_args *, int []));
int shmdt __P((struct proc *, struct shmdt_args *, int []));
int shmget __P((struct proc *, struct shmget_args *, int []));
int clock_gettime __P((struct proc *, struct clock_gettime_args *, int []));
int clock_settime __P((struct proc *, struct clock_settime_args *, int []));
int clock_getres __P((struct proc *, struct clock_getres_args *, int []));
int nanosleep __P((struct proc *, struct nanosleep_args *, int []));
int minherit __P((struct proc *, struct minherit_args *, int []));
int rfork __P((struct proc *, struct rfork_args *, int []));
int issetugid __P((struct proc *, struct issetugid_args *, int []));