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
Age
Commit message (
Expand
)
Author
2020-11-23
LibIPC: Prepend each message with its size
Sergey Bugaev
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
Everywhere: Add missing <AK/ByteBuffer.h> includes
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-14
HackStudio: Use GUI::FileIconProvider::icon_for_path() for Locator icons
Linus Groh
2020-11-14
HackStudio: Make Locator search case insensitive
Linus Groh
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-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
HackStudio: Scroll embedded terminals to bottom upon command execution
Andreas Kling
2020-11-09
AK: Rename new_out to out and new_warn to warn.
asynts
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-11-03
HackStudio: Run clang-format
Andreas Kling
2020-11-03
HackStudio: Store and restore the scrollbar values of ProjectFiles when they ...
Zac
2020-11-02
HackStudio: Removes the file from the list of open files
Kesse Jones
2020-11-01
HackStudio: Fixed opening the project by always opening the main.cpp file
Kesse Jones
2020-10-31
Profiler: Set window title based on the selected View
Uma Sankar Yedida
[prev]
[next]