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-17 10:56:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e9c602bc83610f88bcbaa0aa9bb4f0bb31702bf3
ladybird
/
DevTools
/
UserspaceEmulator
History
Andreas Kling
2f1d596dd3
UserspaceEmulator: Fix bad rc check in ttyname and getcwd syscalls
...
Errors here are (rc < 0), not (rc < 1).
2020-08-06 11:45:52 +02:00
..
CMakeLists.txt
…
Emulator.cpp
UserspaceEmulator: Fix bad rc check in ttyname and getcwd syscalls
2020-08-06 11:45:52 +02:00
Emulator.h
UserspaceEmulator: Add the access syscall
2020-08-05 22:34:50 +02:00
main.cpp
…
MallocTracer.cpp
UserspaceEmulator: Report heap buffer overflows :^)
2020-08-01 09:44:19 +02:00
MallocTracer.h
UserspaceEmulator: Report heap buffer overflows :^)
2020-08-01 09:44:19 +02:00
MmapRegion.cpp
UserspaceEmulator: Mark mmap regions as malloc blocks when mallocing
2020-08-01 09:13:45 +02:00
MmapRegion.h
UserspaceEmulator: Mark mmap regions as malloc blocks when mallocing
2020-08-01 09:13:45 +02:00
SharedBufferRegion.cpp
…
SharedBufferRegion.h
…
SimpleRegion.cpp
…
SimpleRegion.h
…
SoftCPU.cpp
UserspaceEmulator: Use a report() function instead of dbgprintf()
2020-07-31 20:56:48 +02:00
SoftCPU.h
UserspaceEmulator: Add support for UNIX signals :^)
2020-08-05 22:34:50 +02:00
SoftMMU.cpp
…
SoftMMU.h
…
ValueWithShadow.h
…