Age | Commit message (Expand) | Author |
---|---|---|
2021-03-31 | LibC+ping: Move internet_checksum to serenity header | Idan Horowitz |
2021-02-25 | LibC: Make it compile on 64-bit | Andreas Kling |
2021-02-05 | Userland: Add LibSystem and funnel all syscalls through it | Andreas Kling |
2021-02-03 | LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibC | Andreas Kling |
2021-02-02 | LibC: Add LibC wrapper for sys$readlink() | Andreas Kling |
2021-01-17 | Kernel: Some futex improvements | Tom |
2021-01-17 | Kernel+Userland: Remove shared buffers (shbufs) | Andreas Kling |
2021-01-17 | Kernel: Remove sys$shbuf_seal() and userland wrappers | Andreas Kling |
2021-01-16 | Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers | Andreas Kling |
2021-01-16 | Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism | Andreas Kling |
2021-01-15 | Kernel: Add anonymous files, created with sys$anon_create() | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |