- Remove unused sysvec variables from various syscalls.conf.

- Send the systrace_args files for all the compat ABIs to /dev/null for
  now.  Right now makesyscalls.sh generates a file with a hardcoded
  function name, so it wouldn't work for any of the ABIs anyway.  Probably
  the function name should be configurable via a 'systracename' variable
  and the functions should be stored in a function pointer in the sysvec
  structure.
This commit is contained in:
John Baldwin 2006-08-15 17:25:55 +00:00
parent 52a79796c4
commit df78f6d313
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161328
9 changed files with 7 additions and 3994 deletions

View File

@ -8,4 +8,4 @@ sysmk="/dev/null"
syscallprefix="LINUX_SYS_"
switchname="linux_sysent"
namesname="linux_syscallnames"
sysvec="\n"
systrace="/dev/null"

File diff suppressed because it is too large Load Diff

View File

@ -8,4 +8,4 @@ sysmk="/dev/null"
syscallprefix="FREEBSD32_SYS_"
switchname="freebsd32_sysent"
namesname="freebsd32_syscallnames"
sysvec="\n"
systrace="/dev/null"

View File

@ -8,4 +8,4 @@ sysmk="/dev/null"
syscallprefix="SVR4_SYS_"
switchname="svr4_sysent"
namesname="svr4_syscallnames"
sysvec="\n"
systrace="/dev/null"

View File

@ -8,4 +8,4 @@ syssw="ibcs2_sysent.c"
syscallprefix="IBCS2_SYS_"
switchname="ibcs2_sysent"
namesname="ibcs2_syscallnames"
sysvec="\n"
systrace="/dev/null"

View File

@ -9,4 +9,4 @@ syssw="ibcs2_isc_sysent.c"
syscallprefix="IBCS2_ISC_"
switchname="isc_sysent"
namesname="isc_syscallnames"
sysvec="\n"
systrace="/dev/null"

View File

@ -8,4 +8,4 @@ syssw="ibcs2_xenix_sysent.c"
syscallprefix="IBCS2_XENIX_"
switchname="xenix_sysent"
namesname="xenix_syscallnames"
sysvec="\n"
systrace="/dev/null"

View File

@ -8,4 +8,4 @@ sysmk="/dev/null"
syscallprefix="LINUX_SYS_"
switchname="linux_sysent"
namesname="linux_syscallnames"
sysvec="\n"
systrace="/dev/null"

File diff suppressed because it is too large Load Diff