Steven Wallace f171307e84 Add new functionality to makesyscalls.sh:
o  optional config-file to set vars: sysnames, sysproto, sysproto_h,
	syshdr, syssw, syshide, syscallprefix, switchname, namesname, sysvec.
  o  change syntax of syscalls.master entry:
	remove argument count.
	add pseudo-prototype field defining function name and arguments.
  o  generates correct structure definitions for all system calls
	in sys/sysproto.h
  o  add type NOARGS:  same as STD except do not create structure in
	sys/sysproto.h
  o  add type NOPROTO:  same as STD except do not create structure or function
	prototype in sys/sysproto.h

New functionality provides complete prototype definitions.
Usefull for generating files for emulated systems like my new ibcs2 code.

Update syscalls.master to reflect new changes.  For example, read()
entry now looks like:

3	STD	POSIX	{ int ibcs2_read(int fd, char *buf, u_int nbytes); }

This is similar to how NetBSD generates these files.
1995-10-07 06:24:08 +00:00
..
1995-09-08 13:24:33 +00:00
1995-05-30 08:16:23 +00:00
1995-09-08 13:24:33 +00:00
1995-04-15 06:54:13 +00:00
1995-09-19 13:56:09 +00:00
1995-10-04 08:58:00 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-08 23:11:12 +00:00
1994-08-02 07:55:43 +00:00
1995-02-24 08:51:34 +00:00
1994-08-02 07:55:43 +00:00
1995-08-24 12:54:11 +00:00
1995-05-30 08:16:23 +00:00
1994-08-02 07:55:43 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-09-19 13:56:09 +00:00
1994-09-13 14:47:38 +00:00
1994-08-02 07:55:43 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-05-30 08:16:23 +00:00
1995-10-01 05:50:27 +00:00
1995-08-24 10:17:39 +00:00