1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00
No description
Find a file
Andreas Kling 2dc9c86bad Kernel: Make Process a Weakable class.
Use this to fix a use-after-free in ~GraphicsBitmap(). We'd hit this when
the WindowServer was doing a deferred destruction of a WSWindow whose
backing store referred to a now-reaped Process.
2019-01-31 07:02:40 +01:00
AK Fix dumb bug in HashTable::clear(). 2019-01-30 19:32:54 +01:00
Base Rename the default user to "anon" and give him a home directory. 2019-01-30 20:40:41 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel Kernel: Make Process a Weakable class. 2019-01-31 07:02:40 +01:00
LibC Make stat() work on device files again. 2019-01-31 05:05:57 +01:00
LibGUI LibGUI: Implement destroying individual windows without exiting the process. 2019-01-30 20:03:52 +01:00
SharedGraphics Kernel: Make Process a Weakable class. 2019-01-31 07:02:40 +01:00
Terminal Terminal: Oops, escape sequences for the left and right keys were swapped. 2019-01-30 21:20:44 +01:00
Userland Make stat() work on device files again. 2019-01-31 05:05:57 +01:00
WindowServer Destroy all remaining windows in a process when it dies. 2019-01-30 19:35:38 +01:00
.gitignore Tweak .gitignore. 2019-01-28 20:38:53 +01:00