aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/interp.c
Commit message (Expand)AuthorAgeFilesLines
* Give loaders more control over the Forth initialization process. InMarcel Moolenaar2014-07-271-7/+10
* Remove new-line characters from the include() errors to make it consistentAlexander Motin2012-10-251-2/+2
* a whitespace nitAndriy Gapon2011-05-071-1/+1
* a whitespace nitAndriy Gapon2011-05-071-1/+1
* Handle memory allocation failures in include().Rebecca Cran2011-02-231-0/+11
* As reported in kern/118222, pxeboot in RELENG7 (and presumablyLuigi Rizzo2008-11-201-5/+13
* Use __FBSDID().David E. O'Brien2003-08-251-2/+4
* Upper case the FreeBSD loader prompt.David E. O'Brien2001-11-191-1/+1
* Change NOFORTH comment character from # to \ followed by space,Daniel C. Sobral2000-09-101-1/+1
* Bring back the perform() function. However, conditionionalize it onJohn Baldwin2000-08-041-0/+36
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-031-34/+2
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
* Remove the setting of sourceid from bf_vm(), as bf_vm() really hasDaniel C. Sobral2000-06-141-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