aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/console/INDEX
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Update copyrights.Devin Teske2015-02-101-1/+1
| | | | Notes: svn path=/head/; revision=278493
* Add "vt_"* aliases to bsdconfig console entries.Devin Teske2015-02-101-0/+7
| | | | | | | NB: "syscons_"* kept for backward compatibility Notes: svn path=/head/; revision=278492
* Revert SVN r278464 -- fingers were in perforce mode (prematureDevin Teske2015-02-091-7/+0
| | | | | | | commit of future stuffs not yet ready). Notes: svn path=/head/; revision=278465
* Replace the only instance of sed(1) in bsdconfig(8) with awk(1).Devin Teske2015-02-091-0/+7
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=278464
* Improve the INDEX format. Whitespace improvements, format improvements, typoDevin Teske2013-06-181-17/+21
| | | | | | | and grammatical fixes. Notes: svn path=/head/; revision=251906
* Import bsdconfig(8) as a replacement for the post-install abilities ofDevin Teske2012-07-141-0/+59
deprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required. Submitted by: Devin Teske (dteske), Ron McDowell <rcm@fuzzwad.org> Reviewed by: Ron McDowell <rcm@fuzzwad.org> Approved by: Ed Maste (emaste) Notes: svn path=/head/; revision=238438