1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 07:17:43 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling 0e2b7f9c9a Kernel: Remove the per-process icon_id and sys$set_process_icon()
This was a goofy kernel API where you could assign an icon_id (int) to
a process which referred to a global shbuf with a 16x16 icon bitmap
inside it.

Instead of this, programs that want to display a process icon now
retrieve it from the process executable instead.
2020-12-27 01:16:56 +01:00
..
CMakeLists.txt UserspaceEmulator: Keep Emulator& closer to the action in some places 2020-11-16 15:11:02 +01:00
Emulator.cpp Kernel: Remove the per-process icon_id and sys$set_process_icon() 2020-12-27 01:16:56 +01:00
Emulator.h Kernel: Remove the per-process icon_id and sys$set_process_icon() 2020-12-27 01:16:56 +01:00
main.cpp LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
MallocTracer.cpp UserspaceEmulator: Use ring 3 segment selectors 2020-12-25 15:39:26 +01:00
MallocTracer.h UserspaceEmulator: Inline some very hot functions 2020-11-19 21:46:01 +01:00
MmapRegion.cpp UserspaceEmulator: Support dynamically loaded programs 2020-12-14 23:05:53 +01:00
MmapRegion.h UserspaceEmulator: Support dynamically loaded programs 2020-12-14 23:05:53 +01:00
Region.cpp UserspaceEmulator: Keep Emulator& closer to the action in some places 2020-11-16 15:11:02 +01:00
Region.h UserspaceEmulator: Keep Emulator& closer to the action in some places 2020-11-16 15:11:02 +01:00
Report.h UserspaceEmulator: Optionally write reports to the debug log 2020-10-25 10:13:03 +01:00
SharedBufferRegion.cpp UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584) 2020-09-23 20:45:43 +02:00
SharedBufferRegion.h UserspaceEmulator: Make Region a top-level class 2020-11-16 15:11:02 +01:00
SimpleRegion.cpp UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584) 2020-09-23 20:45:43 +02:00
SimpleRegion.h UserspaceEmulator: Make Region a top-level class 2020-11-16 15:11:02 +01:00
SoftCPU.cpp UserspaceEmulator: Use ring 3 segment selectors 2020-12-25 15:39:26 +01:00
SoftCPU.h UserspaceEmulator: Support dynamically loaded programs 2020-12-14 23:05:53 +01:00
SoftMMU.cpp UserspaceEmulator: Use ring 3 segment selectors 2020-12-25 15:39:26 +01:00
SoftMMU.h UserspaceEmulator: Use ring 3 segment selectors 2020-12-25 15:39:26 +01:00
ValueWithShadow.h AK+Format: Do some housekeeping in the format implementation. 2020-10-02 20:48:19 +02:00