Date: Tue, 19 Sep 1995 06:31:05 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys sysent.h Message-ID: <199509191331.GAA01965@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 95/09/19 06:31:04
Modified: sys/kern Makefile makesyscalls.sh syscalls.master
sys/sys sysent.h
Log:
Generate prototypes for syscall-implementing functions. Put them in
<sys/sysproto.h> and use them (so far only) in kern/init_sysent.c.
Don't put $Id in generated files.
kern/syscalls.master:
I had to add some new fields to describe some non-orthogonal names.
E.g., the args struct for the syscall-implementing function foo()
is usually named `foo_args', but for getpid() it is named `args'.
sys/sysent.h:
sy_call_t is still incomplete to hide a couple of warnings.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509191331.GAA01965>
