summaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/includes
AgeCommit message (Expand)Author
2025-08-04bsdconfig: Move to -bsdconfig packageLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2015-12-01META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery
2015-11-26META MODE: These need object directories to handle staging.Bryan Drewery
2015-11-19Rename checked-in 'includes' to 'includes.sh' to avoid colliding with share/mkBryan Drewery
2015-02-10Update copyrights.Devin Teske
2015-02-09Add new alias "bsdconfig api" (same as "bsdconfig includes")Devin Teske
2015-02-09Revert SVN r278464 -- fingers were in perforce mode (prematureDevin Teske
2015-02-09Replace the only instance of sed(1) in bsdconfig(8) with awk(1).Devin Teske
2014-11-04Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Devin Teske
2014-10-14Rename awk(1) implementation of GNU awk's built-in asorti() function toDevin Teske
2014-10-14Fix awk(1) asorti() implementation to work when called in a loop.Devin Teske
2013-12-07Performance and debugging enhancements:Devin Teske
2013-11-30Sort function output on name of the function.Devin Teske
2013-11-29Fix an issue where additional lines of a function definition didn't lineDevin Teske
2013-11-29Fix an issue where the leading `+' sign before a function name was notDevin Teske
2013-11-25Add missing newline to printf format string.Devin Teske
2013-11-21f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has beenDevin Teske
2013-11-20Make `-d' implicitly enable `-f' for simplification.Devin Teske
2013-11-20Add a `-d' flag for printing the description of each function.Devin Teske
2013-11-20Add new `includes' module for exploring the bsdconfig(8) API.Devin Teske