index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
UserspaceEmulator
Age
Commit message (
Expand
)
Author
2020-11-23
UserspaceEmulator: Implement clock_nanosleep
Simon Danner
2020-11-22
UserspaceEmulator: Add support for watch_file
Simon Danner
2020-11-19
UserspaceEmulator: Inline some very hot functions
Andreas Kling
2020-11-16
UserspaceEmulator: Keep Emulator& closer to the action in some places
Andreas Kling
2020-11-16
UserspaceEmulator: Cache the region we're executing code from
Andreas Kling
2020-11-16
UserspaceEmulator: Reduce malloc thrashing in backtrace capture
Andreas Kling
2020-11-16
UserspaceEmulator: Make big malloc block lookup O(1) as well
Andreas Kling
2020-11-16
UserspaceEmulator: Make Region a top-level class
Andreas Kling
2020-11-16
UserspaceEmulator: Devirtualize read/write/execute region permissions
Andreas Kling
2020-11-16
UserspaceEmulator: Hang malloc metadata on malloc block MmapRegions
Andreas Kling
2020-11-16
UserspaceEmulator: Improve error text on jump to non-executable memory
Andreas Kling
2020-11-15
UserspaceEmulator: Implement 32-bit FIDIV, 16-bit FIADD/FISUB/FISUBR/FIDIV/FI...
Nico Weber
2020-11-15
UserspaceEmulator: Add a fast path for forward REP STOSD
Andreas Kling
2020-11-15
UserspaceEmulator: Add a fast path for forward REP STOSB
Andreas Kling
2020-11-15
UserspaceEmulator: Add virtual data()/shadow_data() accessors to Region
Andreas Kling
2020-11-15
UserspaceEmulator: Add a page-address-to-MMU-region lookup map
Andreas Kling
2020-11-15
UserspaceEmulator: Make sure the (crappy) VM allocator is page-aligned
Andreas Kling
2020-11-15
UserspaceEmulator: Implement FISUBR_RM32
Nico Weber
2020-11-14
UserspaceEmulator: Fix some FPU instructions' handling of RM32/RM64
Andreas Kling
2020-11-14
UserspaceEmulator: Skip destroying the Emulator object on shutdown
Andreas Kling
2020-11-14
UserspaceEmulator: Untaint flags in FCOMI and FUCOMI for now
Andreas Kling
2020-11-14
UserspaceEmulator: Forget ChunkedBlocks after they are munmap()'ed
Andreas Kling
2020-11-14
UserspaceEmulator: Avoid one hash lookup in target_did_malloc()
Andreas Kling
2020-11-14
UserspaceEmulator: Add some helpers to tidy up TrackedChunkedBlock
Andreas Kling
2020-11-14
UserspaceEmulator: Track malloc ChunkedBlocks for faster auditing
Andreas Kling
2020-11-14
UserspaceEmulator: Implement FISUB_RM32
Andreas Kling
2020-11-14
UserspaceEmulator: Remove some FPU debug spam
Andreas Kling
2020-11-14
UserspaceEmulator: Implement FABS
Andreas Kling
2020-11-14
UserspaceEmulator: Improve FCOMI/FCOMIP/FUCOMI/FUCOMIP
Andreas Kling
2020-11-14
UserspaceEmulator: Honor the read/write/execute bits in mmap regions
Andreas Kling
2020-11-14
UserspaceEmulator: Print an emulator backtrace on OOB access
Andreas Kling
2020-11-13
UserspaceEmulator: When auditing accesses, show nearest mallocation
Andreas Kling
2020-11-13
UserspaceEmulator: Support FCMOVBE and FCMOVNBE
Andreas Kling
2020-11-13
UserspaceEmulator: Emulate the sys$get_stack_bounds() syscall
Andreas Kling
2020-11-13
UserspaceEmulator: Initial FPU support (by @nico)
Andreas Kling
2020-11-08
UserspaceEmulator: Support the first two levels of CPUID
Andreas Kling
2020-11-08
UserspaceEmulator+LibC: Have UE notice realloc() and update accounting
Andreas Kling
2020-11-08
UserspaceEmulator: Fix busted backtraces with --report-to-debug
Andreas Kling
2020-11-08
UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()
Andreas Kling
2020-10-25
UserspaceEmulator: Remove some unneeded String copies
AnotherTest
2020-10-25
UserspaceEmulator: Handle SO_BINDTODEVICE in setsockopt
AnotherTest
2020-10-25
UserspaceEmulator: Add support for setsid
AnotherTest
2020-10-25
UserspaceEmulator: Add support for set_thread_name
AnotherTest
2020-10-25
UserspaceEmulator: Add support for fchown
AnotherTest
2020-10-25
UserspaceEmulator: Add support for chmod
AnotherTest
2020-10-25
UserspaceEmulator: Add support for setgroups
AnotherTest
2020-10-25
UserspaceEmulator: Add support for sched_(g s)etparam
AnotherTest
2020-10-25
UserspaceEmulator: Add support for some more ioctl() requests
AnotherTest
2020-10-25
UserspaceEmulator: Add support for emulating SC_mount
AnotherTest
2020-10-25
UserspaceEmulator: Optionally write reports to the debug log
AnotherTest
[next]