summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* MFC r318891:eadler2018-03-032-2/+11
* MFC r307402: Guard against bad service name argument(s) to load_rc_config()dteske2016-12-121-1/+3
* Add bsdconfig `wifi' (aka `wireless' or `wlan') moduledteske2016-06-169-10/+1542
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* usr.sbin/bsdconfig: minor spelling fixes on comments.pfg2016-05-018-21/+21
* f_substr(): Optimized recipe if running under bashdteske2016-02-031-69/+104
* Remove SIG prefix from trapped signalsdteske2016-02-031-5/+4
* f_substr: Write to stdout when no `-v var_to_set'dteske2016-02-031-1/+5
* Remove trailing whitespacedteske2016-02-031-2/+2
* Define f_sprintf() dynamically at inclusion timedteske2016-02-031-12/+17
* Utilize new `-v var_to_set' of f_snprintf()dteske2016-02-013-9/+9
* Move awk(1)-dependent recipes to the bottomdteske2016-01-311-114/+114
* Move f_isinteger() to the topdteske2016-01-311-10/+10
* Move f_vsprintf() below f_sprintf()dteske2016-01-311-10/+10
* Move f_sprintf() above f_snprintf()dteske2016-01-311-15/+15
* Optimize f_substr() to use built-ins onlydteske2016-01-311-32/+57
* Optimize f_sprintf() for bashdteske2016-01-311-1/+9
* Reset OPTIND to 1 in f_device_find()dteske2016-01-311-2/+2
* Replace awk with more efficient builtins-only algodteske2016-01-271-9/+55
* Use dpv(1) in `bsdconfig packages'dteske2016-01-273-9/+14
* Fix ABI parsingdteske2016-01-271-2/+6
* Change incorrect pathdteske2016-01-271-2/+2
* Fix a typo in a commentdteske2016-01-241-1/+1
* Fix improper duration for f_dialog_pause() APIdteske2016-01-091-1/+0
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-0136-0/+396
* META MODE: These need object directories to handle staging.bdrewery2015-11-2638-76/+0
* Rename checked-in 'includes' to 'includes.sh' to avoid colliding with share/mkbdrewery2015-11-192-1/+1
* Add support for "rc.conf.d" file(s).dteske2015-11-121-1/+95
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-253-6/+0
* Fix code typo (no functional change)dteske2015-09-141-3/+3
* Interim fix for "Login not found" error.dteske2015-06-192-10/+10
* Add META_MODE support.sjg2015-06-133-0/+39
|\
| * Merge sync of headsjg2015-05-2711-53/+190
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-1948-139/+87
| |\
| * \ Merge head from 7/28sjg2014-08-1917-171/+182
| |\ \
| * \ \ Merge headsjg2014-04-28104-3023/+6832
| |\ \ \
| * \ \ \ Merge head@256284sjg2013-10-1350-212/+246
| |\ \ \ \
| * | | | | New dependenciessjg2013-10-133-0/+36
* | | | | | Fix typo in a comment.dteske2015-03-311-1/+1
* | | | | | Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-121-1/+0
* | | | | | Update copyrights.dteske2015-02-106-6/+6
* | | | | | Add "vt_"* aliases to bsdconfig console entries.dteske2015-02-101-0/+7
* | | | | | Add bsdconfig api function f_dialog_menutag2help()dteske2015-02-101-0/+33
* | | | | | Add bsdconfig api functions f_dialog_pause()/f_dialog_pause_no_cancel()dteske2015-02-101-0/+50
* | | | | | Eliminate sub-shells where possible for performance.dteske2015-02-103-41/+89
* | | | | | Whitespace.dteske2015-02-101-2/+1
* | | | | | Comments.dteske2015-02-101-1/+1
* | | | | | Add new alias "bsdconfig api" (same as "bsdconfig includes")dteske2015-02-091-0/+1
* | | | | | Replace the only instance of sed(1) in bsdconfig(8) with awk(1).dteske2015-02-091-1/+1
OpenPOWER on IntegriCloud