aboutsummaryrefslogtreecommitdiff
path: root/stand/common/interp_simple.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-081-1/+1
* Fix comment parsing in interp_simple.cRebecca Cran2019-06-011-1/+1
* Enable veriexec for loaderSimon J. Gerraty2019-02-261-0/+8
* userboot: handle guest interpreter mismatches more intelligentlyKyle Evans2018-09-011-0/+2
* Set script.lang in the environment to either 'forth' or 'simple' toWarner Losh2018-02-091-0/+1
* Move simple interpreter 'perform' into interp.c and call itWarner Losh2018-02-071-34/+2
* Fix indentation to FreeBSD standard for interp filesWarner Losh2018-02-071-3/+3
* Break out the interpreters (simple and forth) w/o ifdefs. This isWarner Losh2018-01-311-0/+223
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-121-183/+0
* Create interp class.Warner Losh2017-12-081-0/+183