summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/interp.c
Commit message (Expand)AuthorAgeFilesLines
* Change NOFORTH comment character from # to \ followed by space,dcs2000-09-101-1/+1
* Bring back the perform() function. However, conditionionalize it onjhb2000-08-041-0/+36
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-34/+2
* Don't call printf with no format string.kris2000-07-101-1/+1
* Remove the setting of sourceid from bf_vm(), as bf_vm() really hasdcs2000-06-141-1/+7
* Make the prompt look like on OpenBoot.dcs1999-11-271-1/+1
* Changes the default prompt to "ok".dcs1999-11-011-1/+3
* Bring in ficl version 2.03. No version bump for loader.dcs1999-09-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't clobber the "prompt" variable if it has already been set (e. g.joerg1999-04-201-2/+3
* Fix a number of memory leaks and other memory-related disorders.dcs1999-03-081-3/+4
* Don't treat empty lines as end-of-file in include(). (I can'tdcs1999-03-021-2/+2
* Fix assorted memory leak/buffer reuse problems.dcs1999-02-221-3/+16
* Make use of prototypes to silence warnings.dcs1999-02-041-1/+27
* bootstrap.hmsmith1999-01-221-12/+12
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isabial1999-01-151-10/+18
* Change /boot/boot.conf to /boot/loader.rc - this name reflects what itabial1999-01-131-2/+2
* Clean some unused variables lintpeter1999-01-041-2/+4
* * Begin integration of built-ins with Forth: leave the exit code fromabial1998-12-221-3/+12
* Add BootForth hooks; if BOOT_FORTH is defined, pass every line readmsmith1998-11-041-2/+10
* Make ISA PnP work. This successfully enumerates as many ISA devices as Imsmith1998-10-211-5/+5
* Sync the MODINFO constants with <sys/linker.h>msmith1998-10-091-4/+4
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.msmith1998-10-071-31/+100
* Resynch with working sources before BTX integration.msmith1998-09-141-3/+1
* Bootstrap updates.msmith1998-09-031-16/+31
* New commandline/script parser, supports backslash quoting and environmentmsmith1998-09-011-40/+15
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+207
OpenPOWER on IntegriCloud