aboutsummaryrefslogtreecommitdiff
path: root/libexec/flua
Commit message (Expand)AuthorAgeFilesLines
* libexec/lua: Fix two typos in the manual pagesGordon Bergling2025-11-222-2/+2
* flua: add posix.unistd.execpIsaac Freund2025-09-131-0/+57
* jail: Add meta and env parametersIgor Ostapenko2025-09-111-4/+12
* flua: fbsd: allow stdout to be captured for exec() processesKyle Evans2025-09-111-13/+82
* flua: fbsd: return a process handle to operate on when we exec()Kyle Evans2025-09-111-8/+86
* flua: fbsd: avoid leaking stdin pipes on errorKyle Evans2025-09-111-6/+10
* lposix: Clean up the posix namespace definitionsMark Johnston2025-09-113-27/+42
* flua: add posix.unistd.dup2()Isaac Freund2025-09-111-0/+34
* flua: add fbsd moduleBaptiste Daroussin2025-09-114-1/+169
* flua: clean up lposix argument checkingIsaac Freund2025-08-291-68/+43
* flua: lposix: add fnmatch functionStefan Eßer2025-08-293-0/+43
* Fix the cross-build after recent commitsKyle Evans2025-08-291-0/+2
* flua: lposix: add more useful functions for general purpose scriptsKyle Evans2025-08-293-33/+388
* flua: Connect man pageEd Maste2025-08-291-1/+0
* lposix: Use reentrant passwd and group lookup functionsMark Johnston2025-07-291-10/+19
* lyaml: vendor import lua bindings for libyamlBaptiste Daroussin2025-07-082-0/+23
* flua: add freebsd.kenv, kenv(2) bindingsBaptiste Daroussin2025-07-085-0/+148
* freebsd.sys.linker: remove license to only keep SPDX lineBaptiste Daroussin2025-07-082-43/+0
* flua: install linker in the right patchBaptiste Daroussin2025-07-081-0/+2
* flua: move modules source into the main source directoryBaptiste Daroussin2025-07-0817-0/+1460
* flua: make the ucl module a dynamic moduleBaptiste Daroussin2025-07-082-9/+2
* flua.1: Add xref to style.lua(9)Ed Maste2025-05-111-2/+3
* flua: Add minimal man pageEd Maste2025-05-112-1/+98
* flua: Add wrappers for sys/utsname.hMark Johnston2024-10-103-1/+48
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* flua: chown(2) binding, fix bad copy/pasteBaptiste Daroussin2022-11-251-1/+1
* flua: add a chown(2) bindingBaptiste Daroussin2022-11-251-0/+59
* stand: lua: enhance lfs.dir() to speed up kernels_autodetectKyle Evans2021-01-291-1/+27
* Properly disable LUA_USE_DLOPEN for bootstrap fluaKyle Evans2020-08-141-3/+0
* flua: don't allow dlopen, et al., for bootstrap fluaKyle Evans2020-08-141-2/+4
* flua: support "require" for binary objects in the base systemEd Maste2020-08-131-0/+2
* flua: add ucl libraryRyan Moeller2020-06-222-0/+8
* flua: follow-up to r359453, don't bother with libedit in bootstrapKyle Evans2020-03-301-1/+4
* flua: enable readline bits, courtesy of libeditKyle Evans2020-03-301-0/+5
* Add an internal liblua and use it in flua.Brooks Davis2020-03-172-808/+2
* flua: implement chmodEd Maste2020-03-133-0/+40
* flua: newer GCC complains about format-nonliteral at WARNS=2Kyle Evans2019-11-191-0/+2
* Add flua to the base system, install to /usr/libexecKyle Evans2019-11-187-0/+1435