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
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 }}
hexagonal-sun
/
moss-kernel
Public
Notifications
You must be signed in to change notification settings
Fork
88
Star
2k
Code
Issues
14
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
futex2
- #313
#313
Merged
arihant2math
merged 15 commits into
hexagonal-sun:master
hexagonal-sun/moss-kernel:master
from
sixseventysix:futex2
sixseventysix/moss-kernel:futex2
Copy head branch name to clipboard
Jul 12, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
futex2
#313
arihant2math
merged 15 commits into
hexagonal-sun:master
hexagonal-sun/moss-kernel:master
from
sixseventysix:futex2
sixseventysix/moss-kernel:futex2
Copy head branch name to clipboard
Commits
Commits on Jul 4, 2026
add util functions for processing waker sets
sixseventysix
committed
096f977
View commit details
Copy full SHA for 096f977
Browse repository at this point
data structures for futex queues
sixseventysix
committed
6657af9
View commit details
Copy full SHA for 6657af9
Browse repository at this point
write one core for both futex impl; futex 1 uses futex_wait_multi with 1 waiter
sixseventysix
committed
95d1575
View commit details
Copy full SHA for 95d1575
Browse repository at this point
wire up the futex2 syscalls
sixseventysix
committed
97a8e21
View commit details
Copy full SHA for 97a8e21
Browse repository at this point
add tests for futex2
sixseventysix
committed
cd19877
View commit details
Copy full SHA for cd19877
Browse repository at this point
add doc for futex2 changes
sixseventysix
committed
cce47fd
View commit details
Copy full SHA for cce47fd
Browse repository at this point
change readme supported syscall number
sixseventysix
committed
402391d
View commit details
Copy full SHA for 402391d
Browse repository at this point
tests: additional tests after looking at linux src
sixseventysix
committed
6055fc5
View commit details
Copy full SHA for 6055fc5
Browse repository at this point
fixes from code review
sixseventysix
committed
992aff3
View commit details
Copy full SHA for 992aff3
Browse repository at this point
fix a bug with the calculation of time
sixseventysix
committed
92a48ab
View commit details
Copy full SHA for 92a48ab
Browse repository at this point
remove docs
sixseventysix
committed
ae9ee6a
View commit details
Copy full SHA for ae9ee6a
Browse repository at this point
code formatting
sixseventysix
committed
fddedd7
View commit details
Copy full SHA for fddedd7
Browse repository at this point
remove unused function
sixseventysix
committed
10aac3e
View commit details
Copy full SHA for 10aac3e
Browse repository at this point
update outdated comment about not returning EINVAL when you requeue a futex on itself
sixseventysix
committed
ee130ad
View commit details
Copy full SHA for ee130ad
Browse repository at this point
Commits on Jul 9, 2026
addressing PR comments
sixseventysix
committed
407974f
View commit details
Copy full SHA for 407974f
Browse repository at this point
You can’t perform that action at this time.