Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | Everywhere: Replace a bundle of dbg with dbgln. | asynts | |
These changes are arbitrarily divided into multiple commits to make it easier to find potentially introduced bugs with git bisect. | |||
2021-01-16 | Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" | Andreas Kling | |
Now that WindowServer broadcasts the system theme using an anonymous file, we need clients to pledge "recvfd" so they can receive it. Some programs keep the "shared_buffer" pledge since it's still used for a handful of things. | |||
2021-01-15 | Everywhere: Pledge "sendfd" in WindowServer client programs | Andreas Kling | |
This is needed for the new way we transfer window backing stores. | |||
2021-01-12 | Services: Move to Userland/Services/ | Andreas Kling | |