index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
boot
/
common
/
interp_forth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r293835:
smh
2016-01-28
1
-1
/
+11
*
Bring in some userboot changes from the bhyve branch to reduce diffs.
grehan
2013-01-08
1
-2
/
+9
*
Fix loader crash when some unhalted exception happens during `include`
mav
2012-10-26
1
-0
/
+6
*
Use __FBSDID().
obrien
2003-08-25
1
-3
/
+4
*
Upgrade FICL to 3.02. Forgot this one, sorry.
dcs
2002-04-09
1
-6
/
+7
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Upper case the FreeBSD loader prompt.
obrien
2001-11-19
1
-1
/
+1
*
Cleanup warnings. Most of these are signed/unsigned warnings, as well as
jhb
2000-08-03
1
-1
/
+1
*
Fix vocabulary juggling so that builtins voc is always searched before
dcs
2000-06-16
1
-2
/
+2
*
Remove the setting of sourceid from bf_vm(), as bf_vm() really has
dcs
2000-06-14
1
-4
/
+0
*
Place original builtins in a vocabulary called "builtins". This
dcs
2000-06-07
1
-0
/
+6
*
Bring in ficl version 2.03. No version bump for loader.
dcs
1999-09-29
1
-10
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Increase ficl's dictionary size, in preparation for the newer loader.rc.
dcs
1999-03-08
1
-2
/
+2
*
Make use of prototypes to silence warnings.
dcs
1999-02-04
1
-25
/
+49
*
Make builtin's state-aware in loader.
jkh
1999-01-28
1
-14
/
+106
*
bootstrap.h
msmith
1999-01-22
1
-6
/
+53
*
Fix variable initialization.. It was written with '==' instead of '-'.
peter
1999-01-04
1
-2
/
+3
*
* Begin integration of built-ins with Forth: leave the exit code from
abial
1998-12-22
1
-5
/
+8
*
Eliminate much code cruft by extending simple file I/O API to include
jkh
1998-11-07
1
-4
/
+9
*
Don't have debugging on by default - it makes testing annoying. :)
jkh
1998-11-07
1
-2
/
+2
*
Ack. Create parseable command tail properly, and eat args out of the TIB.
msmith
1998-11-06
1
-2
/
+5
*
Don't use the poxy vmGetString interface (who uses counted strings these
msmith
1998-11-06
1
-7
/
+23
*
Remember a bit more of my forth and do:
jkh
1998-11-05
1
-3
/
+4
*
Use a smaller default dictionary to waste less space.
msmith
1998-11-04
1
-2
/
+2
*
Add BootForth hooks; if BOOT_FORTH is defined, pass every line read
msmith
1998-11-04
1
-0
/
+113