This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-05 21:16:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
92fffc3abc50dfd6a7cf6788984f712cece0b7d8
ladybird
/
Userland
/
DevTools
/
UserspaceEmulator
History
Andreas Kling
2116fb5be9
UserspaceEmulator: Ignore perf_event and perf_register_string syscalls
...
We can just fail these with ENOSYS pending a full implementation.
2021-09-11 02:13:52 +02:00
..
CMakeLists.txt
…
Emulator_syscalls.cpp
UserspaceEmulator: Ignore perf_event and perf_register_string syscalls
2021-09-11 02:13:52 +02:00
Emulator.cpp
LibELF: Use StringView to carry temporary strings in auxiliary vector
2021-09-07 13:53:14 +02:00
Emulator.h
…
EmulatorControl.h
…
main.cpp
UserspaceEmulator: Profiles are now expected to have a
strings
array
2021-08-28 20:03:08 +02:00
MallocTracer.cpp
…
MallocTracer.h
…
MmapRegion.cpp
…
MmapRegion.h
…
Range.cpp
…
Range.h
…
RangeAllocator.cpp
…
RangeAllocator.h
…
Region.cpp
…
Region.h
…
Report.h
Everywhere: Pass AK::Format TypeErasedFormatParams by reference
2021-08-30 15:50:00 +04:30
SimpleRegion.cpp
…
SimpleRegion.h
…
SoftCPU.cpp
…
SoftCPU.h
…
SoftFPU.cpp
…
SoftFPU.h
Userland: Switch static_assert of type sizes to AK::AssertSize
2021-09-05 20:08:57 +02:00
SoftMMU.cpp
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
2021-09-06 01:53:26 +02:00
SoftMMU.h
…
ValueWithShadow.h
…