summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_fail.c
Commit message (Expand)AuthorAgeFilesLines
* Use a regular sbuf + SYSCTL_OUT() rather than sbuf_new_for_sysctl() withian2015-03-161-1/+3
* Use sbuf_new_for_sysctl() instead of plain sbuf_new() to ensure sysctlian2015-03-141-3/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add an option to have a fail point term only execute when run by amdf2011-07-081-1/+19
* style(9) and cleanup fixes.mdf2011-07-081-80/+69
* Initialize fp_location for explicitly managed fail points, and pushmdf2010-12-211-2/+3
* Move the fail_point_entry definition from fail.h to kern_fail.c, whichmdf2010-12-211-9/+37
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-2/+2
* fail(9) support:zml2009-05-271-0/+575
OpenPOWER on IntegriCloud