aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth/beastie.4th
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-110/+0
* Enable the beastie menu for the UEFI consoleEd Maste2016-01-061-5/+0
* Solve dreaded "dictionary full" issue by segregating words into newDevin Teske2015-04-011-2/+4
* Move beastie to logo-*.4th; brands to brand-*.4thDevin Teske2015-04-011-180/+25
* Comments. No functional change(s).Devin Teske2015-03-311-1/+1
* Whitespace. No functional change(s).Devin Teske2015-03-311-14/+6
* Revert SVN r277693.Devin Teske2015-02-061-5/+6
* Fix the font in the text version. This has bothered me for a long time...Dag-Erling Smørgrav2015-01-251-6/+5
* loader: implement multiboot support for Xen Dom0Roger Pau Monné2015-01-151-0/+1
* Disable the beastie menu for EFI console which doesn't support ANSI codesDevin Teske2014-04-271-0/+5
* Refactor draw-beastie function.Devin Teske2013-11-171-46/+16
* Extend loader_delay as-documented in beastie.4th(8) and delay.4th(8), making ...Devin Teske2013-11-071-2/+0
* Defer loading of kernel and modules if the beastie menu is enabled. Add aDevin Teske2013-11-041-1/+9
* Building upon SVN r254237, disable automated activation of alternate layoutsDevin Teske2013-08-261-16/+4
* Add optional support for default override of standard setup; but only ifDevin Teske2013-08-121-3/+35
* Since the introduction of SVN r244048 and [follow-up] r244089, it is nowDevin Teske2013-08-081-3/+3
* Add an echo to say we're "Booting..." when the overloaded "boot" Ficl word isDevin Teske2012-10-081-1/+0
* Fix domain.Devin Teske2012-07-141-1/+1
* Update contact info.Devin Teske2012-05-171-1/+1
* New boot loader menus from Devin Teske.Julian Elischer2011-05-281-226/+197
* Fix a stack leak in r215345 when skipping over the ACPI menu item forJohn Baldwin2011-01-201-1/+1
* Don't display option 2 (to toggle ACPI on or off) on x86 machines if theJohn Baldwin2010-11-151-5/+16
* Remove support for autoloading ACPI from the loader. Leave in the code toJohn Baldwin2010-11-081-7/+2
* If autoboot_delay is set to -1, boot immediately without checking forJohn Baldwin2010-09-081-1/+4
* Remove the USB keyboard hack now that KBDMUX is enabled by default. AllowScott Long2006-03-311-11/+1
* Replace loader_color with loader_logoScott Long2005-10-301-9/+42
* Fix a bunch of stack leaks. These were theoretically harmless, except thatScott Long2004-12-011-5/+11
* Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USBBrooks Davis2004-10-301-0/+10
* Disable the APIC when selecting the 'Safe Mode' option of the loader. ThisScott Long2004-01-091-0/+1
* Directly call the 'reboot' word instead of indirectly evaluating it.Scott Long2003-10-281-1/+1
* Directly call the 'boot' word instead of indirectly evaluating it.Scott Long2003-10-271-7/+7
* Apply Aleksander Fafula's crayons to the beastie. Add the this line toScott Long2003-09-131-1/+38
* Don't start the beastie menu if the 'beastie_disable' variable is set toScott Long2003-06-101-1/+11
* Man, I'm not on the ball. 4th does not need to escape '\' chars. ThisScott Long2003-05-311-8/+8
* Flag when ACPI has been disabled by the user so that sysinstall can doScott Long2003-05-311-0/+2
* Add a new bootloader menu. Pull in screen.4th and frames.4th from theScott Long2003-05-301-0/+206