aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/fail.h
Commit message (Expand)AuthorAgeFilesLines
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Use callout(9) instead of deprecated timeout(9) for fail points.John Baldwin2019-12-131-3/+9
* Allow fail points to have separate declarations, definitions, and evalsRyan Libby2019-06-071-4/+10
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* fail(9): Upstreaming some fail point enhancementsConrad Meyer2016-03-161-54/+192
* Initialize fp_location for explicitly managed fail points, and pushMatthew D Fleming2010-12-211-44/+31
* Move the fail_point_entry definition from fail.h to kern_fail.c, whichMatthew D Fleming2010-12-211-30/+6
* fail(9) support:Zachary Loafman2009-05-271-0/+260