ladybird/Userland
Ben Wiederhake 22d9bd0c45 UserspaceEmulator: Do not pass MAP_FIXED to Kernel
Since there is usually no correlation between guest memory-layout and UE memory-layout,
this option does not make any sense. Especially since we provide nullptr.
2021-03-11 08:54:54 +01:00
..
Applications LibWeb: Rename CSSParser => DeprecatedCSSParser 2021-03-09 17:35:57 +01:00
Demos Cube: Add an argument for the "frameless cube" option 2021-03-03 11:03:34 +01:00
DevTools UserspaceEmulator: Do not pass MAP_FIXED to Kernel 2021-03-11 08:54:54 +01:00
DynamicLoader LibC: Add x86_64 implementation of setjmp() and longjmp() 2021-02-25 16:27:12 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries LibWeb: Remove FIXME in is_javascript_mime_type_essence_match 2021-03-11 08:30:02 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
Shell Shell: Don't blindly dereference the result of Parser::parse() 2021-03-08 09:28:15 +01:00
Tests fuzz-syscalls: Mark sys$emuctl() as someone who returns ENOSYS 2021-03-10 16:36:11 +01:00
Utilities Utilities: Add a quotes database and 'fortunes' program 2021-03-09 22:10:30 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00