Age | Commit message (Expand) | Author |
---|---|---|
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-15 | LibC+LibPthread: Implement pthread_rwlock_* | AnotherTest |
2021-02-15 | LibC+LibPthread: Stub out pthread_rwlock_* functions | AnotherTest |
2021-02-15 | Kernel+LibC: Implement readv | AnotherTest |
2021-02-15 | Kernel+LibC: Stub out SO_{SND_RCV}BUF | AnotherTest |
2021-02-14 | Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC | Andreas Kling |
2021-02-05 | Userland: Add LibSystem and funnel all syscalls through it | Andreas Kling |
2021-01-30 | Kernel: Add FIBMAP ioctl to Ext2FileSystem | Peter Elliott |
2021-01-22 | Libraries: Add missing headers | Ben Wiederhake |
2021-01-17 | Kernel: Some futex improvements | Tom |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |