summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorzml <zml@FreeBSD.org>2009-05-27 16:36:54 +0000
committerzml <zml@FreeBSD.org>2009-05-27 16:36:54 +0000
commitb5e46da5a4947a10803c1a0b6b56b6d42e74f536 (patch)
tree352ca8773a5de2cd172144cdb62da0cc861516b4 /sys/conf
parentf5ce731edd97cc5c8bebaca767b579d535244aea (diff)
downloadFreeBSD-src-b5e46da5a4947a10803c1a0b6b56b6d42e74f536.zip
FreeBSD-src-b5e46da5a4947a10803c1a0b6b56b6d42e74f536.tar.gz
fail(9) support:
Add support for kernel fault injection using KFAIL_POINT_* macros and fail_point_* infrastructure. Add example fail point in vfs_bio.c to simulate VM buf pressure. Approved by: dfr (mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 166bed8..1e958b8 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1860,6 +1860,7 @@ kern/kern_environment.c standard
kern/kern_event.c standard
kern/kern_exec.c standard
kern/kern_exit.c standard
+kern/kern_fail.c standard
kern/kern_fork.c standard
kern/kern_idle.c standard
kern/kern_intr.c standard
OpenPOWER on IntegriCloud