osv
https://github.com/cloudius-systems/osv
C
OSv, a new operating system for the cloud.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C not yet supported5 Subscribers
Add a CodeTriage badge to osv
Help out
- Issues
- process: implement thread-backed fork()/vfork()/execve()/waitpid() (opt-in, off by default)
- mm: per-child copy-on-write address space for fork() (opt-in, stacked on #1455)
- [STACKED on #1442] virtio-net: enable IPv6 checksum and TSO offload
- [STACKED on #1431] libext: ext4 sequential-read performance (read-ahead + async prefetch)
- drivers: validate device-supplied completion ids (virtio used-ring _id, NVMe cid)
- net: forward-port FreeBSD IPv6 stack with SLAAC and DHCPv6 autoconfiguration
- Add timeout to lock-free mutex
- [STACKED on #1441] mm: per-NUMA-node L2 page pools
- libext: fix heap overflow in ext_readlink and ext_readdir from a crafted ext4 image
- numa: report real topology from getcpu and get_mempolicy
- Docs
- C not yet supported