summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-06-01 16:13:06 +0000
committerrwatson <rwatson@FreeBSD.org>2009-06-01 16:13:06 +0000
commit16864a2b809f78af3230c9a2860d6a3fd67c2f58 (patch)
tree5e24e98e60f440edc4dfb479f24c735d0d6ba584 /sys/sys/sysent.h
parent2db4a6c9d8f29ee997788b67eef3201f1c1bb9a5 (diff)
downloadFreeBSD-src-16864a2b809f78af3230c9a2860d6a3fd67c2f58.zip
FreeBSD-src-16864a2b809f78af3230c9a2860d6a3fd67c2f58.tar.gz
Add 'sy_flags', a currently unused per-syscall entry flags field that will
see future use in 9-CURRENT and 8-STABLE for features such as the capability-mode enable flag and pay-as-you-audit. Discussed with: jhb, sson
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index c068946..f17f4f03 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -60,6 +60,7 @@ struct sysent { /* system call table */
/* optional argument conversion function. */
u_int32_t sy_entry; /* DTrace entry ID for systrace. */
u_int32_t sy_return; /* DTrace return ID for systrace. */
+ u_int32_t sy_flags; /* General flags for system calls. */
};
struct image_params;
OpenPOWER on IntegriCloud