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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
BoredOS
/
libc
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add a fully implementation of endian.h
- #2
#2
Open
thisisaname1928
wants to merge 14 commits into
BoredOS:main
BoredOS/libc:main
from
thisisaname1928:main
thisisaname1928/libc:main
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Add a fully implementation of endian.h
#2
thisisaname1928
wants to merge 14 commits into
BoredOS:main
BoredOS/libc:main
from
thisisaname1928:main
thisisaname1928/libc:main
Copy head branch name to clipboard
Commits
Commits on May 31, 2026
feat: add minimal implement of semaphore for tcc complication
thisisaname1928
committed
bc00572
View commit details
Copy full SHA for bc00572
Browse repository at this point
Commits on Jun 1, 2026
fix: add static to prevent redeclaration symbol
thisisaname1928
committed
1413fe4
View commit details
Copy full SHA for 1413fe4
Browse repository at this point
feat: add EOVERFLOW to errno.h
thisisaname1928
committed
1c3d93f
View commit details
Copy full SHA for 1c3d93f
Browse repository at this point
feat: add int_max, uint_least, int_least, uint_fast, int_fast
thisisaname1928
committed
5aee885
View commit details
Copy full SHA for 5aee885
Browse repository at this point
feat: add struct timespec
thisisaname1928
committed
ca82433
View commit details
Copy full SHA for ca82433
Browse repository at this point
chore: add errno on every failing return; let unsupported functions return ENOSYS; add more comment to explain the code
thisisaname1928
committed
24023d4
View commit details
Copy full SHA for 24023d4
Browse repository at this point
Commits on Jun 2, 2026
feat: reimplement using kernel futex instead of spinlock
thisisaname1928
committed
b80b7f6
View commit details
Copy full SHA for b80b7f6
Browse repository at this point
chore: remove temporary macro for testing
thisisaname1928
committed
542800a
View commit details
Copy full SHA for 542800a
Browse repository at this point
chore: add copyright, fix some small bugs
thisisaname1928
committed
7bc5ccb
View commit details
Copy full SHA for 7bc5ccb
Browse repository at this point
Commits on Jun 5, 2026
feat: add fully implementation of endian.h
thisisaname1928
committed
02c474b
View commit details
Copy full SHA for 02c474b
Browse repository at this point
Commits on Jun 6, 2026
chore: rename LITTLE_ENDIAN and BIG_ENDIAN macros
thisisaname1928
committed
b900e20
View commit details
Copy full SHA for b900e20
Browse repository at this point
Merge branch 'BoredOS:main' into main
thisisaname1928
authored
1ebdffe
View commit details
Copy full SHA for 1ebdffe
Browse repository at this point
chore: fix my stupid renaming mistakes
thisisaname1928
committed
44c0489
View commit details
Copy full SHA for 44c0489
Browse repository at this point
Merge branch 'main' of https://github.com/thisisaname1928/libc
thisisaname1928
committed
4996f7c
View commit details
Copy full SHA for 4996f7c
Browse repository at this point
You can’t perform that action at this time.