Releases: multikernel/kernelscript
Releases · multikernel/kernelscript
Release list
KernelScript 0.1.2
What's Changed
- feat(sysctl): typed sysctl global variables by @congwang-mk in #20
- feat:Implement perf event groups, scaled reads, and group snapshots by @SiyuanSun0736 in #22
- Simplify and tighten the @perf_event API by @congwang-mk in #23
Full Changelog: v0.1.1...v0.1.2
KernelScript 0.1.1
What's Changed
- Fix kfunc/extern codegen so sched_ext_simple compiles by @congwang-mk in #21
Full Changelog: v0.1.0...v0.1.1
KernelScript 0.1.0
What's Changed
- kernelscript: add a little detailed instructions by @jbrandeb in #4
- Fix try/catch control flow in eBPF and missing catch body in userspace by @SiyuanSun0736 in #11
- fix: correct pinned maps handling and implement missing userspace setup by @SiyuanSun0736 in #13
- Auto-deref map access in assignments and Add Forward Declarations by @SiyuanSun0736 in #14
- fix: ensure eBPF verifier compliance by adding explicit fallback returns after tail calls by @SiyuanSun0736 in #16
- feat: improve struct_ops codegen lifecycle and test coverage by @SiyuanSun0736 in #17
- Add
if (var x = expr)andmap[k].field op= rhsby @congwang-mk in #19 - Add
@perf_eventprogram type with full attach/detach/count support by @SiyuanSun0736 in #18
New Contributors
- @jbrandeb made their first contribution in #4
- @SiyuanSun0736 made their first contribution in #11
- @congwang-mk made their first contribution in #19
Full Changelog: https://github.com/multikernel/kernelscript/commits/v0.1.0