aboutsummaryrefslogtreecommitdiff
path: root/stand/liblua
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lua lfs.attributes: Provide a more consistent error returnConrad Meyer2018-02-201-4/+13
* Implement loader.commandWarner Losh2018-02-201-0/+26
* liblua: Fix missing '}' in lutil.c after r329499Kyle Evans2018-02-181-0/+1
* Lua loader: Add barebones "lfs" moduleConrad Meyer2018-02-183-1/+367
* interp_lua: Register io/loader with regular Lua module systemConrad Meyer2018-02-182-6/+11
* liblua: Emulate DIR, opendir, fdopendir, closedirConrad Meyer2018-02-172-0/+44
* liblua: Clean up io/loader C module registrationConrad Meyer2018-02-172-52/+26
* Add Lua as a scripting langauge to /boot/loaderWarner Losh2018-02-129-0/+1502