NetBSD/sys/kern/syscalls.conf
mrg 5abbf990f3 Change reboot(2) to take two arguments: bootopt like normal and also
a boot string for firmware that can do this, such as the SPARC and
the sun3 models.  It is currently silently ignored on all other
hardware now, however.  The MD function "boot()" has been changed to
also take a char *.
1996-08-09 10:30:23 +00:00

13 lines
313 B
Plaintext

# $NetBSD: syscalls.conf,v 1.3 1996/08/09 10:30:23 mrg Exp $
sysnames="syscalls.c"
sysnumhdr="../sys/syscall.h"
syssw="init_sysent.c"
sysarghdr="../sys/syscallargs.h"
compatopts="compat_43 compat_09 compat_10 compat_11 compat_12"
libcompatopts=""
switchname="sysent"
namesname="syscallnames"
constprefix="SYS_"