summaryrefslogtreecommitdiff
path: root/stand/common/interp_simple.c
AgeCommit message (Expand)Author
2024-05-19loader: separate lang init from scripting initWarner Losh
2024-02-23loader: rename gfx_interp_md to gfx_interp_refWarner Losh
2024-02-22libsa: Remove redundant sys/cdefs.hWarner Losh
2024-02-15loader: Add prototype for gfx_interp_mdWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2020-03-08veloader use vectx API for kernel and modulesSimon J. Gerraty
2019-06-01Fix comment parsing in interp_simple.cRebecca Cran
2019-02-26Enable veriexec for loaderSimon J. Gerraty
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-07Move simple interpreter 'perform' into interp.c and call itWarner 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-12Revert r326792, r326784, r326772, r326712Warner Losh
2017-12-08Create interp class.Warner Losh