summaryrefslogtreecommitdiff
path: root/stand/common/interp_forth.c
AgeCommit message (Expand)Author
2024-05-19loader: separate lang init from scripting initWarner Losh
2023-11-26stand: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-19loader: Change version calculation to be more consistent.Stephen J. Kiernan
2020-03-08veloader use vectx API for kernel and modulesSimon J. Gerraty
2019-05-09loader: use DPRINTF in biosdisk.c and define safe DPRINTFToomas Soome
2019-03-19Add missing boot.4th verificationMarcin Wojtas
2019-03-12stand: Improve some debugging experienceKyle Evans
2019-02-26Enable veriexec for loaderSimon J. Gerraty
2018-11-30When handling CMD_CRIT error set command_errmsg to NULL after we dump it out,Maxim Sobolev
2018-11-29The libstand's panic() appends its own '\n' to the message, so that users of ...Maxim Sobolev
2018-09-01userboot: handle guest interpreter mismatches more intelligentlyKyle Evans
2018-02-09Set script.lang in the environment to either 'forth' or 'simple' toWarner Losh
2018-02-07Fix indentation to FreeBSD standard for interp filesWarner Losh
2018-01-31Break out the interpreters (simple and forth) w/o ifdefs. This isWarner Losh
2017-12-19Interact is always called with NULL. Simplify code a little byWarner Losh
2017-12-12Revert r326792, r326784, r326772, r326712Warner Losh
2017-12-11Revert part of 362772. It was causing problems for includes and makingWarner Losh
2017-12-11Fix regression with lua importWarner Losh
2017-12-08Create interp class.Warner Losh
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh