mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 01:20:59 +00:00
No description
Implemented some syscalls: dup(), dup2(), getdtablesize(). FileHandle is now a retainable, since that's needed for dup()'ed fd's. I didn't really test any of this beyond a basic smoke check. |
||
|---|---|---|
| AK | ||
| Base/etc | ||
| ELFLoader | ||
| Kernel | ||
| LibC | ||
| Userland | ||
| VirtualFileSystem | ||
| Widgets | ||
| .gitignore | ||
| Banner.txt | ||