aboutsummaryrefslogtreecommitdiffstats
path: root/stand/liblua/lutils.c
Commit message (Expand)AuthorAgeFilesLines
* loader: Add loader.exitWarner Losh2024-02-261-4/+12
* loader: Create new gfx tableWarner Losh2024-02-151-1/+0
* loader: Separate gfx to a new file.Warner Losh2024-02-151-202/+0
* loader: Register the gfx stuff separately.Warner Losh2024-02-151-0/+11
* loader: Simplify the loader.has_commandWarner Losh2024-02-151-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-261-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* loader: Change version calculation to be more consistent.Stephen J. Kiernan2023-04-191-0/+2
* stand: Add lua binding loader.has_commandWarner Losh2022-09-011-2/+17
* loader: implement framebuffer consoleToomas Soome2021-01-021-0/+192
* liblua: add loader.lua_pathKyle Evans2019-11-021-0/+2
* lualoader: Improve module loading diagnosticsKyle Evans2018-10-251-0/+9
* 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-241-4/+69
* liblua: Add loader.machine and loader.machine_arch propertiesKyle Evans2018-02-201-0/+7
* Implement loader.commandWarner Losh2018-02-201-0/+26
* liblua: Fix missing '}' in lutil.c after r329499Kyle Evans2018-02-181-0/+1
* interp_lua: Register io/loader with regular Lua module systemConrad Meyer2018-02-181-5/+9
* liblua: Clean up io/loader C module registrationConrad Meyer2018-02-171-51/+26
* Add Lua as a scripting langauge to /boot/loaderWarner Losh2018-02-121-0/+268