aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_script.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-7/+11
* db_script_exec: use a saved script name when reporting commands executedAndriy Gapon2018-03-041-1/+1
* sys/ddb: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-4/+4
* Remove duplicate $FreeBSD$ that snuck in.Robert Watson2007-12-261-2/+0
* Add a simple scripting facility to DDB(4), allowing the user toRobert Watson2007-12-261-0/+564