serenity/Userland
Andreas Kling 606b483231 LibJS: Make BlockAllocator use free() on non-Serenity platforms
If we use aligned_alloc() to allocate, we have to use free() to free.
2021-05-27 20:06:47 +02:00
..
Applets LibCore: Make ProcessStatisticsReader return results in a Vector 2021-05-23 11:10:15 +02:00
Applications PDFViewer: Reset current page number to 1 when opening a file 2021-05-27 18:49:49 +01:00
Demos Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
DevTools Profiler: Don't try to create a DisassemblyModel for invalid indices 2021-05-27 11:45:29 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Hearts: Highlight cards when an invalid play is attempted 2021-05-26 19:57:08 +02:00
Libraries LibJS: Make BlockAllocator use free() on non-Serenity platforms 2021-05-27 20:06:47 +02:00
Services DHCPClient: Avoid unaligned access when parsing options 2021-05-27 15:18:03 +02:00
Shell Shell: Disable the valid test as it has a high failure rate on target 2021-05-27 15:18:03 +02:00
Utilities Utilites: Make dd truncate output file 2021-05-27 15:19:06 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00