]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Lua loader: Add barebones "lfs" module
authorcem <cem@FreeBSD.org>
Sun, 18 Feb 2018 01:15:25 +0000 (01:15 +0000)
committercem <cem@FreeBSD.org>
Sun, 18 Feb 2018 01:15:25 +0000 (01:15 +0000)
commit063978146b5ae82be5197dd6a58028e09b2ecbee
tree8b027ace033a8e16eecbe677800cf71b500b679c
parentc94a7f06aa25d81c0782f6610e9e728ca7d82551
Lua loader: Add barebones "lfs" module

Add a Lua FileSystem module, an emulation of a subset of the permissively
licensed (MIT) Lua library of the same name[0], to our loader's Lua
environment.

[0]: https://github.com/keplerproject/luafilesystem/

Reviewed by: kevans
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D14418
stand/common/interp_lua.c
stand/liblua/Makefile
stand/liblua/lfs.c [new file with mode: 0644]
stand/liblua/lfs.h [new file with mode: 0644]