aboutsummaryrefslogtreecommitdiff
path: root/stand/liblua
Commit message (Expand)AuthorAgeFilesLines
* loader: Add loader.exitWarner Losh2024-02-271-4/+12
* loader/efi: Use unique linker set for luaWarner Losh2024-02-251-3/+4
* loader: rename gfx_interp_md to gfx_interp_refWarner Losh2024-02-241-1/+1
* libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-223-3/+0
* loader: For the mini-stdio we have for lua, #define them to something elseWarner Losh2024-02-211-0/+21
* kboot: Add our own lua bindingsWarner Losh2024-02-161-0/+3
* loader: Move to using linker sets to bring in optional bitsWarner Losh2024-02-162-0/+36
* loader: Add prototype for gfx_interp_mdWarner Losh2024-02-161-0/+5
* loader: Create new gfx tableWarner Losh2024-02-161-1/+0
* loader: Separate gfx to a new file.Warner Losh2024-02-164-203/+245
* loader: Register the gfx stuff separately.Warner Losh2024-02-161-0/+11
* loader: Simplify the loader.has_commandWarner Losh2024-02-161-5/+6
* loader: export the CMD_ constants in loader tableWarner Losh2024-02-141-0/+10
* loader: provide a features table for binary compatibility advertisementKyle Evans2023-12-081-0/+48
* stand: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* dirdeps: Add missing dependency filesStephen J. Kiernan2023-10-291-0/+11
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* loader: Change version calculation to be more consistent.Stephen J. Kiernan2023-04-191-0/+2
* lua: Update to 5.4.4Warner Losh2023-02-081-0/+73
* lua: reduce diffs between luaconf.h copiesEd Maste2023-01-261-3/+4
* stand: Add lua binding loader.has_commandWarner Losh2022-09-011-2/+17
* EFI secure boot VECTX related changesEric van Gyzen2021-04-301-3/+2
* contrib/lua: update to 5.4.2Kyle Evans2021-01-141-136/+108
* loader: implement framebuffer consoleToomas Soome2021-01-022-0/+194
* stand: liblua: add a pager moduleKyle Evans2020-12-123-1/+91
* Only set WARNS if not definedKyle Evans2020-09-111-1/+1
* veloader use vectx API for kernel and modulesSimon J. Gerraty2020-03-091-1/+1
* stand: liblua: drop default buffer size to 128Kyle Evans2019-12-121-5/+1
* Regularize my copyright noticeWarner Losh2019-12-043-3/+3
* Add flua to the base system, install to /usr/libexecKyle Evans2019-11-183-376/+4
* liblua: add loader.lua_pathKyle Evans2019-11-021-0/+2
* stand: consolidate knowledge of lua pathKyle Evans2019-11-022-2/+2
* Enable veriexec for loaderSimon J. Gerraty2019-02-262-0/+18
* Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick2019-01-171-0/+1
* Move LUA_ROOT to /boot/luaWarner Losh2018-10-281-3/+3
* lualoader: Improve module loading diagnosticsKyle Evans2018-10-251-0/+9
* MFV r337586: lua: Update to 5.3.5Kyle Evans2018-08-141-0/+7
* For our INT64 implementation, we can compare integers and numbersWarner Losh2018-08-141-3/+1
* Use M. Warner Losh everywhere on my copyrights.Warner Losh2018-05-013-6/+3
* lualoader: Expose loader.parse and add cli_execute_unparsedKyle Evans2018-03-071-0/+19
* liblua: Add loader.interpretKyle Evans2018-03-031-0/+20
* liblua: Use putc instead of printf for printcKyle Evans2018-03-021-4/+4
* lualoader: Register loader.printc as global printcKyle Evans2018-03-021-0/+3
* liblua: Implement write supportKyle Evans2018-02-243-7/+107
* Centralize lua definesWarner Losh2018-02-231-2/+3
* lualoader: Remove nasty hack for not printing out ".0"Kyle Evans2018-02-211-0/+1
* loader.lua: Expose errno table to luaConrad Meyer2018-02-203-1/+214
* liblua: Add loader.machine and loader.machine_arch propertiesKyle Evans2018-02-201-0/+7