summaryrefslogtreecommitdiff
path: root/sys/kern/kern_fail.c
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2024-09-03kern_fail: Stop checking for failures from fp_malloc(M_WAITOK)Zhenlei Huang
2023-11-22Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-01kern: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-13Use callout(9) instead of deprecated timeout(9) for fail points.John Baldwin
2017-11-27sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-18Avoid open-coding PRI_UNCHANGED.Mark Johnston
2017-03-21kern_fail: Allow sleeping for more than 2147483/hz secondsConrad Meyer
2016-06-09Fix some cosmetic issues in kern_fail.c omitted from r296927.Mark Johnston
2016-03-17fail(9): Only gather/print stacks if STACK is enabledConrad Meyer
2016-03-16fail(9): Upstreaming some fail point enhancementsConrad Meyer
2015-03-16Use a regular sbuf + SYSCTL_OUT() rather than sbuf_new_for_sysctl() withIan Lepore
2015-03-14Use sbuf_new_for_sysctl() instead of plain sbuf_new() to ensure sysctlIan Lepore
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-07-08Add an option to have a fail point term only execute when run by aMatthew D Fleming
2011-07-08style(9) and cleanup fixes.Matthew D Fleming
2010-12-21Initialize fp_location for explicitly managed fail points, and pushMatthew D Fleming
2010-12-21Move the fail_point_entry definition from fail.h to kern_fail.c, whichMatthew D Fleming
2010-01-07Remove extraneous semicolons, no functional changes.Martin Blapp
2009-05-27fail(9) support:Zachary Loafman