aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/includes
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-168-8/+0
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-012-0/+22
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-262-4/+0
* Rename checked-in 'includes' to 'includes.sh' to avoid colliding with share/mkBryan Drewery2015-11-192-1/+1
* Update copyrights.Devin Teske2015-02-101-1/+1
* Add new alias "bsdconfig api" (same as "bsdconfig includes")Devin Teske2015-02-091-0/+1
* Revert SVN r278464 -- fingers were in perforce mode (prematureDevin Teske2015-02-091-1/+0
* Replace the only instance of sed(1) in bsdconfig(8) with awk(1).Devin Teske2015-02-091-0/+1
* Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Devin Teske2014-11-042-6/+0
* Rename awk(1) implementation of GNU awk's built-in asorti() function toDevin Teske2014-10-141-2/+2
* Fix awk(1) asorti() implementation to work when called in a loop.Devin Teske2014-10-141-1/+3
* Performance and debugging enhancements:Devin Teske2013-12-071-2/+2
* Sort function output on name of the function.Devin Teske2013-11-301-5/+30
* Fix an issue where additional lines of a function definition didn't lineDevin Teske2013-11-291-2/+2
* Fix an issue where the leading `+' sign before a function name was notDevin Teske2013-11-291-1/+1
* Add missing newline to printf format string.Devin Teske2013-11-251-2/+2
* f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has beenDevin Teske2013-11-211-3/+5
* Make `-d' implicitly enable `-f' for simplification.Devin Teske2013-11-202-3/+3
* Add a `-d' flag for printing the description of each function.Devin Teske2013-11-202-8/+28
* Add new `includes' module for exploring the bsdconfig(8) API.Devin Teske2013-11-206-0/+338