summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-08-15 17:25:55 +0000
committerjhb <jhb@FreeBSD.org>2006-08-15 17:25:55 +0000
commit61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f (patch)
tree550041147f024c10adb6304b454f11320e2b4944 /sys/i386/ibcs2
parent3cbb1cf2564c4574c6cd5eb7f6358e8484212eb3 (diff)
downloadFreeBSD-src-61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f.zip
FreeBSD-src-61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f.tar.gz
- 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.
Diffstat (limited to 'sys/i386/ibcs2')
-rw-r--r--sys/i386/ibcs2/syscalls.conf2
-rw-r--r--sys/i386/ibcs2/syscalls.isc.conf2
-rw-r--r--sys/i386/ibcs2/syscalls.xenix.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/ibcs2/syscalls.conf b/sys/i386/ibcs2/syscalls.conf
index 1dce299..77532c2 100644
--- a/sys/i386/ibcs2/syscalls.conf
+++ b/sys/i386/ibcs2/syscalls.conf
@@ -8,4 +8,4 @@ syssw="ibcs2_sysent.c"
syscallprefix="IBCS2_SYS_"
switchname="ibcs2_sysent"
namesname="ibcs2_syscallnames"
-sysvec="\n"
+systrace="/dev/null"
diff --git a/sys/i386/ibcs2/syscalls.isc.conf b/sys/i386/ibcs2/syscalls.isc.conf
index 61f2595..fd232c0 100644
--- a/sys/i386/ibcs2/syscalls.isc.conf
+++ b/sys/i386/ibcs2/syscalls.isc.conf
@@ -9,4 +9,4 @@ syssw="ibcs2_isc_sysent.c"
syscallprefix="IBCS2_ISC_"
switchname="isc_sysent"
namesname="isc_syscallnames"
-sysvec="\n"
+systrace="/dev/null"
diff --git a/sys/i386/ibcs2/syscalls.xenix.conf b/sys/i386/ibcs2/syscalls.xenix.conf
index 54fdd7b..3f86162 100644
--- a/sys/i386/ibcs2/syscalls.xenix.conf
+++ b/sys/i386/ibcs2/syscalls.xenix.conf
@@ -8,4 +8,4 @@ syssw="ibcs2_xenix_sysent.c"
syscallprefix="IBCS2_XENIX_"
switchname="xenix_sysent"
namesname="xenix_syscallnames"
-sysvec="\n"
+systrace="/dev/null"
OpenPOWER on IntegriCloud