summaryrefslogtreecommitdiff
path: root/sys/ddb/db_script.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
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-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2018-03-04db_script_exec: use a saved script name when reporting commands executedAndriy Gapon
2017-11-27sys/ddb: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-05-21ddb: finish converting boolean values.Pedro F. Giffuni
2007-12-26Remove duplicate $FreeBSD$ that snuck in.Robert Watson
2007-12-26Add a simple scripting facility to DDB(4), allowing the user toRobert Watson