1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 10:37:24 +00:00
serenity/Base
kleines Filmröllchen e11f84f86d crash: Make everything more architecture-independent
- Document exactly which crash features are available on which
  architectures. There's several interesting crash tests we will want to
  add for specific architectures, such as misaligned memory accesses.
- Don't compile the divide by zero crash test on RISC-V, as they simply
  don't crash here.
- Rename the test for "x86 User Mode Instruction Prevention" to a more
  generic "try to execute a priviledged instruction"; whatever that
  specifically entails on any given architecture.
- Rename a bunch of internal variables to more generic names.
- Wrap the x86-specific implementation of "execute non executable
  memory" in architecture preprocessor checks.
2024-06-29 17:36:49 +02:00
..
etc Everywhere: Remove references to UserspaceEmulator 2024-01-29 20:20:55 +00:00
home/anon Browser: Display name as "Browser" once again 2024-06-08 10:30:07 -04:00
res LibWeb: Added HTMLLinkElement.as Tests 2024-06-27 14:49:29 +02:00
root Everywhere: Remove references to UserspaceEmulator 2024-01-29 20:20:55 +00:00
usr/share crash: Make everything more architecture-independent 2024-06-29 17:36:49 +02:00
www Base: Improve default WebServer pages 2022-02-23 21:28:17 +00:00