Date: Wed, 27 May 2009 16:36:54 +0000 (UTC) From: Zachary Loafman <zml@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/share/man/man9 Makefile fail.9 src/sys/conf files src/sys/kern kern_fail.c vfs_bio.c src/sys/sys fail.h queue.h Message-ID: <200905271639.n4RGdBMf044954@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
zml 2009-05-27 16:36:54 UTC
FreeBSD src repository
Modified files:
share/man/man9 Makefile
sys/conf files
sys/kern vfs_bio.c
sys/sys queue.h
Added files:
share/man/man9 fail.9
sys/kern kern_fail.c
sys/sys fail.h
Log:
SVN rev 192908 on 2009-05-27 16:36:54Z by zml
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)
Revision Changes Path
1.350 +1 -0 src/share/man/man9/Makefile
1.1 +197 -0 src/share/man/man9/fail.9 (new)
1.1407 +1 -0 src/sys/conf/files
1.1 +575 -0 src/sys/kern/kern_fail.c (new)
1.563 +13 -3 src/sys/kern/vfs_bio.c
1.1 +260 -0 src/sys/sys/fail.h (new)
1.71 +41 -0 src/sys/sys/queue.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905271639.n4RGdBMf044954>
