Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
multikernel
/
kernelscript
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
502
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(sysctl): typed @sysctl global variables
- #20
#20
Merged
congwang-mk
merged 16 commits into
main
multikernel/kernelscript:main
from
feature/sysctl-support
multikernel/kernelscript:feature/sysctl-support
Copy head branch name to clipboard
May 22, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
feat(sysctl): typed @sysctl global variables
#20
congwang-mk
merged 16 commits into
main
multikernel/kernelscript:main
from
feature/sysctl-support
multikernel/kernelscript:feature/sysctl-support
Copy head branch name to clipboard
Commits
Commits on May 13, 2026
feat(sysctl): parse @sysctl attribute on global var declarations
Show description for 0680e12
congwang-mk
committed
0680e12
View commit details
Copy full SHA for 0680e12
Browse repository at this point
fix(sysctl): align make_global_var_decl naming and round-trip attributes
Show description for 29d7752
congwang-mk
committed
29d7752
View commit details
Copy full SHA for 29d7752
Browse repository at this point
feat(sysctl): validate @sysctl declarations (path, type, modifiers)
Show description for 2d0c5c8
congwang-mk
committed
2d0c5c8
View commit details
Copy full SHA for 2d0c5c8
Browse repository at this point
feat(sysctl): reject sysctl handle access from eBPF and kfunc contexts
Show description for 45c1510
congwang-mk
committed
45c1510
View commit details
Copy full SHA for 45c1510
Browse repository at this point
feat(sysctl): thread sysctl path through IR
Show description for 3b34c25
congwang-mk
committed
3b34c25
View commit details
Copy full SHA for 3b34c25
Browse repository at this point
feat(sysctl): exclude sysctl globals from eBPF codegen
Show description for ae64a7f
congwang-mk
committed
ae64a7f
View commit details
Copy full SHA for ae64a7f
Browse repository at this point
feat(sysctl): emit /proc/sys read/write accessors in userspace codegen
Show description for cf7ad38
congwang-mk
committed
cf7ad38
View commit details
Copy full SHA for cf7ad38
Browse repository at this point
feat(sysctl): rewrite userspace handle reads/writes to accessor calls
Show description for 6d8b28b
congwang-mk
committed
6d8b28b
View commit details
Copy full SHA for 6d8b28b
Browse repository at this point
test(sysctl): add end-to-end compile test on examples/sysctl_demo.ks
Show description for 68eb322
congwang-mk
committed
68eb322
View commit details
Copy full SHA for 68eb322
Browse repository at this point
feat(sysctl): add sysctl_read_str/sysctl_write_str escape-hatch builtins
Show description for ac013e3
congwang-mk
committed
ac013e3
View commit details
Copy full SHA for ac013e3
Browse repository at this point
docs(sysctl): document @sysctl attribute and stdlib helpers
Show description for 750013b
congwang-mk
committed
750013b
View commit details
Copy full SHA for 750013b
Browse repository at this point
revert(sysctl): remove sysctl_read_str/sysctl_write_str stdlib helpers
Show description for ccc14cb
congwang-mk
committed
ccc14cb
View commit details
Copy full SHA for ccc14cb
Browse repository at this point
fix(sysctl): evaluate str-assignment source once
Show description for 6235ddf
congwang-mk
committed
6235ddf
View commit details
Copy full SHA for 6235ddf
Browse repository at this point
test(strings): match new __src binding in assignment template
Show description for a89c87c
congwang-mk
committed
a89c87c
View commit details
Copy full SHA for a89c87c
Browse repository at this point
fix(sysctl): error out when integer sysctl parse fails
Show description for 0b27ba6
congwang-mk
committed
0b27ba6
View commit details
Copy full SHA for 0b27ba6
Browse repository at this point
test(sysctl): drop e2e example-compile test
Show description for 3a6fcd0
congwang-mk
committed
3a6fcd0
View commit details
Copy full SHA for 3a6fcd0
Browse repository at this point
You can’t perform that action at this time.