aboutsummaryrefslogtreecommitdiff
path: root/libexec/flua
Commit message (Expand)AuthorAgeFilesLines
* stand: lua: break out a few more dirent types in lfsKyle Evans2026-03-091-0/+4
* flua: Fix SIGSEGV in lua_chown when uid/gid doesn't existJesús Daniel Colmenares Oviedo2026-02-081-4/+4
* flua: lposix: fix WARNS=6 issuesKyle Evans2026-01-282-5/+8
* libexec/lua: Fix two typos in the manual pagesGordon Bergling2025-11-192-2/+2
* flua: Move to a new flua packageLexi Winter2025-10-262-0/+4
* flua: unbreak the buildKyle Evans2025-10-044-12/+0
* flua: move lposix back into flua for nowKyle Evans2025-10-042-1/+4
* flua: kick out the remaining builtin modulesKyle Evans2025-10-0415-9/+41
* flua: support our flua modules in the bootstrap fluaKyle Evans2025-10-0420-49/+166
* Revert "flua: support our flua modules in the bootstrap flua"Kyle Evans2025-10-0420-159/+49
* Revert "flua: kick out the remaining builtin modules"Kyle Evans2025-10-0415-41/+9
* Revert "flua: don't build libjail into the bootstrap flua"Kyle Evans2025-10-041-4/+0
* flua: don't build libjail into the bootstrap fluaKyle Evans2025-10-031-0/+4
* flua: kick out the remaining builtin modulesKyle Evans2025-10-0315-9/+41
* flua: support our flua modules in the bootstrap fluaKyle Evans2025-10-0320-49/+159
* flua: fbsd: allow stdout to be captured for exec() processesKyle Evans2025-07-091-13/+82
* flua: fbsd: return a process handle to operate on when we exec()Kyle Evans2025-07-091-8/+86
* flua: fbsd: avoid leaking stdin pipes on errorKyle Evans2025-07-091-6/+10
* lposix: Clean up the posix namespace definitionsMark Johnston2025-07-073-27/+42
* lposix: Use reentrant passwd and group lookup functionsMark Johnston2025-07-041-10/+19
* lyaml: vendor import lua bindings for libyamlBaptiste Daroussin2025-06-262-0/+23
* flua: add posix.unistd.execpIsaac Freund2025-05-121-0/+57
* flua: add posix.unistd.dup2()Isaac Freund2025-05-121-0/+34
* flua: clean up lposix argument checkingIsaac Freund2025-05-111-68/+43
* flua.1: Add xref to style.lua(9)Ed Maste2025-04-281-2/+3
* flua: Add minimal man pageEd Maste2025-04-212-1/+98
* jail: Add meta and env parametersIgor Ostapenko2025-03-311-4/+12
* flua: lposix: add fnmatch functionStefan Eßer2024-10-283-0/+43
* Fix the cross-build after recent commitsKyle Evans2024-09-301-0/+2
* flua: lposix: add more useful functions for general purpose scriptsKyle Evans2024-09-303-33/+388
* flua: add freebsd.kenv, kenv(2) bindingsBaptiste Daroussin2024-09-145-0/+148
* freebsd.sys.linker: remove license to only keep SPDX lineBaptiste Daroussin2024-09-132-43/+0
* flua: install linker in the right patchBaptiste Daroussin2024-09-121-0/+2
* flua: move modules source into the main source directoryBaptiste Daroussin2024-09-1217-0/+1458
* flua: make the ucl module a dynamic moduleBaptiste Daroussin2024-09-062-9/+1
* flua: Add wrappers for sys/utsname.hMark Johnston2024-09-053-1/+48
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* flua: add fbsd moduleBaptiste Daroussin2023-09-274-1/+169
* 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