aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_fail.c
Commit message (Expand)AuthorAgeFilesLines
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+5
* Use callout(9) instead of deprecated timeout(9) for fail points.John Baldwin2019-12-131-2/+22
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Avoid open-coding PRI_UNCHANGED.Mark Johnston2017-05-181-1/+1
* kern_fail: Allow sleeping for more than 2147483/hz secondsConrad Meyer2017-03-211-1/+1
* Fix some cosmetic issues in kern_fail.c omitted from r296927.Mark Johnston2016-06-091-15/+11
* fail(9): Only gather/print stacks if STACK is enabledConrad Meyer2016-03-171-0/+6
* fail(9): Upstreaming some fail point enhancementsConrad Meyer2016-03-161-133/+643
* Use a regular sbuf + SYSCTL_OUT() rather than sbuf_new_for_sysctl() withIan Lepore2015-03-161-1/+3
* Use sbuf_new_for_sysctl() instead of plain sbuf_new() to ensure sysctlIan Lepore2015-03-141-3/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add an option to have a fail point term only execute when run by aMatthew D Fleming2011-07-081-1/+19
* style(9) and cleanup fixes.Matthew D Fleming2011-07-081-80/+69
* Initialize fp_location for explicitly managed fail points, and pushMatthew D Fleming2010-12-211-2/+3
* Move the fail_point_entry definition from fail.h to kern_fail.c, whichMatthew D Fleming2010-12-211-9/+37
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-2/+2
* fail(9) support:Zachary Loafman2009-05-271-0/+575