summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
Commit message (Expand)AuthorAgeFilesLines
...
* When forced to draw ASCII lines/boxen, use `=' for the horizontal linedteske2015-04-011-1/+6
* Securely overwrite (zero) user input when we finish password checks.dteske2015-04-011-5/+14
* Add remainder of supported ANSI escape sequences.dteske2015-04-011-0/+12
* Move beastie to logo-*.4th; brands to brand-*.4thdteske2015-04-019-229/+333
* Comments. No functional change.dteske2015-04-011-1/+1
* Whitespace and cleanup. No functional change(s).dteske2015-03-311-24/+16
* Optimize bootmsg to use fg/bg/me from screen.4thdteske2015-03-311-7/+6
* Comments. No functional change(s).dteske2015-03-3111-18/+71
* Whitespace. No functional change(s).dteske2015-03-312-28/+11
* Change contents of the exec variable in loader.conf to be friendly to bothdteske2015-03-311-1/+1
* Remove from legacy ata(4) driver support for hardware, supported by newermav2015-03-241-2/+0
* Add missing variables password/bootlock_password.dteske2015-03-231-0/+2
* Increase max input for password/bootlock_password from 16 to 255.dteske2015-03-231-44/+32
* Prevent password/bootlock_password features of loader.conf(5) fromdteske2015-03-231-8/+9
* Fix sgetkey indentation to be consistent with the rest of the file.dteske2015-03-231-28/+23
* Revert SVN r277693.dteske2015-02-062-6/+8
* Fix the font in the text version. This has bothered me for a long time...des2015-01-252-8/+6
* loader: implement multiboot support for Xen Dom0royger2015-01-153-6/+25
* mdoc: improvements to SEE ALSO.joel2014-12-275-8/+8
* Add a new loader(8) variable, twiddle_divisor, allowing control over theian2014-12-221-0/+1
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-1/+0
* Add support for calling pcibios routines from theimp2014-09-101-0/+47
* add a hit that you can enable this by default if you want... necessaryjmg2014-07-041-0/+1
* Allow customization of the brand displayed in the boot menu.rodrigc2014-06-011-0/+11
* lindev(4): finish the partial commit in r265212eadler2014-05-021-1/+0
* Disable the beastie menu for EFI console which doesn't support ANSI codesdteske2014-04-273-2/+11
* Add geom_uncompress to the list of available geom modules on loader.conf.loos2014-02-271-0/+1
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAbrueffer2014-02-161-1/+0
* Add a try-include word (which acts the same as "include") and use it todteske2013-11-174-1/+22
* Refactor draw-beastie function.dteske2013-11-171-46/+16
* Extend loader_delay as-documented in beastie.4th(8) and delay.4th(8), making ...dteske2013-11-073-4/+14
* Defer loading of kernel and modules if the beastie menu is enabled. Add adteske2013-11-0410-130/+379
* Remove more remnants of ng_fec(4).glebius2013-10-281-1/+0
* Snapshot.markm2013-10-061-0/+11
* Update copyright.dteske2013-08-271-1/+1
* Building upon SVN r254237, disable automated activation of alternate layoutsdteske2013-08-263-19/+34
* Add optional support for default override of standard setup; but only ifdteske2013-08-121-3/+35
* Update legacy static assignments in old code to support dynamic framing,dteske2013-08-082-16/+96
* Since the introduction of SVN r244048 and [follow-up] r244089, it is nowdteske2013-08-088-43/+51
* Put in commented-out version of beastie menu commandskientzle2013-07-271-0/+4
* default loader.conf: there is no need to load zpool.cache nowavg2013-07-091-8/+0
* Fix a regression caused by SVN r222417.dteske2012-12-126-40/+87
* Add support for comma-separated values (whitespace-separated still supported).dteske2012-12-101-6/+6
* Use ASCII characters for box/line characters in frames.4thdteske2012-12-092-0/+56
* Discussed at-length on -arch.dteske2012-11-282-42/+142
* + This patch does not change user experience or functionalitydteske2012-11-162-309/+274
* Fix a stack leak in [unused] cycle_menuitem function while we're heredteske2012-11-121-0/+1
* Fix funny comment.dteske2012-11-061-1/+1
* Fix c/p error in comment.dteske2012-11-061-1/+1
* Add ontop of my existing boot loader Forth code, including support fordteske2012-11-065-2/+1016
OpenPOWER on IntegriCloud