aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/interp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev 1.27 (change NOFORTH comment character from # to \ followed by space)David E. O'Brien2001-03-041-1/+1
* MFC: revision 1.26 (bring back perform function)... I have no ideaMatt Jacob2001-01-051-0/+36
* MFC: Cleanup warnings.Paul Saab2000-12-281-34/+2
* MFC: Don't call vfprintf-like functions without a format string.Kris Kennaway2000-07-201-1/+1
* MFC: rev 1.23David E. O'Brien2000-07-071-1/+7
* Make the prompt look like on OpenBoot.Daniel C. Sobral1999-11-271-1/+1
* Changes the default prompt to "ok".Daniel C. Sobral1999-11-011-1/+3
* Bring in ficl version 2.03. No version bump for loader.Daniel C. Sobral1999-09-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't clobber the "prompt" variable if it has already been set (e. g.Joerg Wunsch1999-04-201-2/+3
* Fix a number of memory leaks and other memory-related disorders.Daniel C. Sobral1999-03-081-3/+4
* Don't treat empty lines as end-of-file in include(). (I can'tDaniel C. Sobral1999-03-021-2/+2
* Fix assorted memory leak/buffer reuse problems.Daniel C. Sobral1999-02-221-3/+16
* Make use of prototypes to silence warnings.Daniel C. Sobral1999-02-041-1/+27
* bootstrap.hMike Smith1999-01-221-12/+12
* Fall back to /boot/boot.conf, if /boot/loader.rc was not fount. This isAndrzej Bialecki1999-01-151-10/+18
* Change /boot/boot.conf to /boot/loader.rc - this name reflects what itAndrzej Bialecki1999-01-131-2/+2
* Clean some unused variables lintPeter Wemm1999-01-041-2/+4
* * Begin integration of built-ins with Forth: leave the exit code fromAndrzej Bialecki1998-12-221-3/+12
* Add BootForth hooks; if BOOT_FORTH is defined, pass every line readMike Smith1998-11-041-2/+10
* Make ISA PnP work. This successfully enumerates as many ISA devices as IMike Smith1998-10-211-5/+5
* Sync the MODINFO constants with <sys/linker.h>Mike Smith1998-10-091-4/+4
* - VERBOSE_LS is obsolete, as the heap is much better behaved now.Mike Smith1998-10-071-31/+100
* Resynch with working sources before BTX integration.Mike Smith1998-09-141-3/+1
* Bootstrap updates.Mike Smith1998-09-031-16/+31
* New commandline/script parser, supports backslash quoting and environmentMike Smith1998-09-011-40/+15
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-211-0/+207