Up to [cvs.NetBSD.org] / pkgsrc / devel / lua-ljsyscall
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 13 19:45:45 2020 UTC (3 years, 4 months ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Reset maintainership for all (no longer) mine packages
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 2 10:26:17 2020 UTC (3 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Add 'lua' category to Lua modules. While here, normalize some packages with strange variable order.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 8 10:11:52 2018 UTC (5 years, 8 months ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update devel/lua-ljsyscall to version 0.12. 0.12 release + Fix seccomp on arm64 + Linux added support for eBPF + bug fixes
Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 16 19:53:50 2017 UTC (6 years, 2 months ago) by alnsn
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Drop maintainership.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 1 09:53:08 2016 UTC (7 years, 10 months ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.1: +4 -2
lines
Diff to previous 1.1 (colored)
Update lua-ljsyscall to 0.11 0.11 release + OSX time functions + OSX Mach types + OSX fixes for Yosemite + arm64 support + OpenBSD 5.6, 5.7 and 5.8 support + ppc64le support, by Gustavo Serra Scalet + mipsel support + added Dockerfile, now available on Docker Hub OK alnsn@
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 3 20:20:54 2015 UTC (8 years, 8 months ago) by alnsn
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import lua-ljsyscall version 0.10 by Justin Cormack. What? An FFI implementation of the Linux, NetBSD, FreeBSD and OSX kernel ABIs for LuaJIT. This means you will be able to program all the functionality the Unix kernel provides to userspace directly in Lua. You can view it as a high level language equivalent of the Busybox project in a way, although the functionality it provides is somewhat different, and the interface very different. Why? First it provides a comprehensive set of system call APIs for programming sockets, files and so on, including the more obscure things (eg file change notifications). Second it provides higher level interfaces such as network interface configuration, so your application can control its entire runtime interface including IP addresses routing and so on. Third it provides tools for added security, such as support for Linux namespaces (containers), system call filtering (seccomp type 2), capabilities and so on, all with a script language interface that is much simpler to use than the C interface. As it is Lua based it can easily be embedded in another language; in the future ports to other scripting languages are planned. It also serves as a way of learning how the operating system interfaces work in a more forgiving environment than C.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 3 20:20:54 2015 UTC (8 years, 8 months ago) by alnsn
Branch: MAIN
Initial revision