aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/common/interp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC. Assorted memory management bugs.Daniel C. Sobral1999-05-201-3/+4
* MFC: rev 1.18, don't clobber "prompt" iff already set.Joerg Wunsch1999-04-201-2/+3
* MFC: Don't treat empty lines as end-of-file in include().Daniel C. Sobral1999-03-021-2/+2
* MFC. Assorted memory leak/buffer reuse fixes.Daniel C. Sobral1999-02-221-3/+16
* MFC:Daniel C. Sobral1999-02-061-12/+38
* 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