summaryrefslogtreecommitdiff
path: root/sys/boot/forth/support.4th
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1606/+0
* boot/forth spelling issue in forth wordToomas Soome2016-11-091-2/+2
* boot/forth: spelling fixes.Pedro F. Giffuni2016-04-301-5/+5
* Introduce the ZFS Boot Environments menu to the loader menuAllan Jude2015-12-311-0/+24
* Remove supposition comment that code would better live elsewhere.Devin Teske2015-12-311-1/+1
* Fix a memory leak. nextboot_conf_file is not volatile, as far as IDevin Teske2015-12-311-1/+1
* Remove debugging messages. NB: SVN r187143 reads:Devin Teske2015-12-311-3/+0
* Fix stack leak introduced by SVN r97201 (nextboot_conf support).Devin Teske2015-12-301-6/+8
* Add comments to indicate where the flag for later abort" originates.Devin Teske2015-06-021-3/+3
* Solve dreaded "dictionary full" issue by segregating words into newDevin Teske2015-04-011-12/+9
* Comments. No functional change(s).Devin Teske2015-03-311-1/+1
* loader: implement multiboot support for Xen Dom0Roger Pau Monné2015-01-151-5/+22
* Add support for comma-separated values (whitespace-separated still supported).Devin Teske2012-12-101-6/+6
* Use ASCII characters for box/line characters in frames.4thDevin Teske2012-12-091-0/+40
* New boot loader menus from Devin Teske.Julian Elischer2011-05-281-33/+0
* comment out some debugging messages that slipped in by mistake.Luigi Rizzo2009-01-131-4/+3
* This patch introduces a number of simplifications to the ForthLuigi Rizzo2009-01-051-413/+268
* PROBLEM: putting in a loader config file a line of the formLuigi Rizzo2008-12-071-26/+19
* Allow negative values to be specified in the loader.Doug Ambrisko2007-12-191-0/+2
* Replace a rarely used "depuration" with "debugging".Ruslan Ermilov2006-10-131-1/+1
* Add support for reading an additional loader configuration file. By default,Gordon Tetlow2002-05-241-0/+65
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-111-12/+11
* Get rid of garbage left on the stack.Daniel C. Sobral2000-09-251-2/+1
* Use _ instead or - where proper, according to the style I have beenDaniel C. Sobral2000-09-161-15/+15
* Solve a name clash.Daniel C. Sobral2000-09-161-2/+8
* Both boot and boot-conf were using a different algorithm from the oneDaniel C. Sobral2000-09-161-30/+28
* Factorize, reorganize, and move code around.Daniel C. Sobral2000-09-151-19/+143
* Upon reflection, I decided that bootfile must have priority over kernelDaniel C. Sobral2000-09-091-8/+8
* First tackle at trying to handle the New Deal on kernels.Daniel C. Sobral2000-09-091-4/+264
* Fix an error message which was using the wrong variable to get theDaniel C. Sobral2000-09-081-1/+1
* Add constructors to crude structure support. Rework some of theDaniel C. Sobral2000-09-081-19/+142
* Remove AGAIN definition, as FICL 2.04 provides it.Daniel C. Sobral2000-06-071-3/+11
* Add silly password feature. If people want to depend on a flawedDaniel C. Sobral1999-11-241-14/+74
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* New loader.rc stuff.Daniel C. Sobral1999-03-091-0/+1071