summaryrefslogtreecommitdiff
path: root/stand/common/interp.c
AgeCommit message (Expand)Author
2024-09-22loader: Add TSLOG to interpreter built-insColin Percival
2024-05-19loader: separate lang init from scripting initWarner Losh
2024-02-22libsa: Remove redundant sys/cdefs.hWarner Losh
2024-02-12libsecureboot do not report expected unverified filesSimon J. Gerraty
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-09-01stand: Add interp_has_builtin_cmd to see if we have a commandWarner Losh
2022-09-01stand: separate the command lookup from the command executionWarner Losh
2022-07-25stand: Fix set but unused warningWarner Losh
2021-06-20loader: Use tslog to instrument some functionsColin Percival
2020-05-20loader: fix userboot's ability to detect a guest's interpreterKyle Evans
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
2018-01-23On malloc failure, be sure to close the include file that triggeredWarner Losh
2017-12-19Interact is always called with NULL. Simplify code a little byWarner Losh
2017-12-19Simplify things a little. The RETURN macro isn't required. It's onlyWarner Losh
2017-12-12Revert r326792, r326784, r326772, r326712Warner 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