aboutsummaryrefslogtreecommitdiff
path: root/stand/common/interp_forth.c
Commit message (Expand)AuthorAgeFilesLines
* stand: Automated cleanup of cdefs and other formattingWarner Losh2024-04-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* loader: Change version calculation to be more consistent.Stephen J. Kiernan2023-04-191-1/+0
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-2/+2
* loader: use DPRINTF in biosdisk.c and define safe DPRINTFToomas Soome2019-05-091-1/+1
* Add missing boot.4th verificationMarcin Wojtas2019-03-191-0/+6
* stand: Improve some debugging experienceKyle Evans2019-03-121-4/+4
* Enable veriexec for loaderSimon J. Gerraty2019-02-261-0/+7
* When handling CMD_CRIT error set command_errmsg to NULL after we dump it out,Maxim Sobolev2018-11-301-0/+1
* The libstand's panic() appends its own '\n' to the message, so that users of ...Maxim Sobolev2018-11-291-1/+1
* userboot: handle guest interpreter mismatches more intelligentlyKyle Evans2018-09-011-0/+1
* Set script.lang in the environment to either 'forth' or 'simple' toWarner Losh2018-02-091-0/+1
* Fix indentation to FreeBSD standard for interp filesWarner Losh2018-02-071-244/+243
* Break out the interpreters (simple and forth) w/o ifdefs. This isWarner Losh2018-01-311-8/+124
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-191-9/+4
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-137/+102
* Revert part of 362772. It was causing problems for includes and makingWarner Losh2017-12-111-1/+1
* Fix regression with lua importWarner Losh2017-12-111-17/+4
* Create interp class.Warner Losh2017-12-081-91/+139
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+332