index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
UserspaceEmulator
/
Emulator.cpp
Age
Commit message (
Expand
)
Author
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-21
UserspaceEmulator: Use `Core::Stream` for writing profiling data
Tim Schumacher
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2022-12-11
LibX86: Only pass ProcessorMode to Instruction constructor
Itamar
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibX86+UserspaceEmulator: Introduce AddressSize and OperandSize enums
Simon Wanner
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Userland: Remove erroneous String -> char* -> StringView conversions
sin-ack
2022-03-04
UserspaceEmulator: Pass signal information through to emulated process
Ali Mohammad Pur
2022-03-04
UserspaceEmulator: Update signal handlers to use the new stack layout
Ali Mohammad Pur
2022-03-04
UserspaceEmulator: Let SoftCPU.h include Emulator.h
Ali Mohammad Pur
2022-01-29
UserspaceEmulator: Implement signal masking
Rummskartoffel
2022-01-13
LibELF: Accept Span instead of Pointer+Size in validate_program_headers
Idan Horowitz
2022-01-13
LibELF: Use StringBuilders instead of Strings for the interpreter path
Idan Horowitz
2021-12-28
UserspaceEmulator: Exclude special ranges from RangeAllocator
Daniel Bertalan
2021-12-23
UserspaceEmulator: Avoid copies of non trivial types on invocations
Hendiadyoin1
2021-12-23
UserspaceEmulator: Remove some else-after-returns
Hendiadyoin1
2021-12-23
UserspaceEmulator: Add some implied auto qualifiers
Hendiadyoin1
2021-12-22
Kernel: Move userspace virtual address range base to 0x10000
Idan Horowitz
2021-11-26
UserspaceEmulator: Fix after add_positional_argument API change :^)
Brian Gianforcaro
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-11-10
Emulator: Restrict library name check when querying symbols
Tim Schumacher
2021-11-10
Emulator: Use existing queried library name in load check
Tim Schumacher
2021-10-31
UserspaceEmulator: Fix inconsistent log formatting
Andreas Kling
2021-10-24
UE: Properly align stack for signal handlers
Daniel Bertalan
2021-09-07
LibELF: Use StringView to carry temporary strings in auxiliary vector
Andreas Kling
2021-08-28
UserspaceEmulator: Make generated profiles debugable with cli tools
Brian Gianforcaro
2021-08-14
UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in malloc
Daniel Bertalan
2021-08-10
UserspaceEmulator: Move all the profiling details into the Emulator
Ali Mohammad Pur
2021-08-10
UserspaceEmulator+LibC: Add support for Region-of-Interest profiling
Ali Mohammad Pur
2021-08-08
UserspaceEmulator: Use `for_each_region_of_type` in `find_text_region`
Daniel Bertalan
2021-08-08
UserspaceEmulator: Make symbolication work when .text isn't the first
Daniel Bertalan
2021-08-08
UserspaceEmulator: Fix typo in a method name
Daniel Bertalan
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-08-06
UserspaceEmulator: Optionally generate a Profiler-compatible profile
Ali Mohammad Pur
2021-07-12
UserspaceEmulator: Fix stack for new processes
Gunnar Beutner
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-23
UserspaceEmulator: Add a simple debugging Console
Hendiadyoin1
2021-05-28
UE: Make sure signal_trampoline_dummy is not optimized away with -flto
Gunnar Beutner
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
UserspaceEmulator: Convert String::format() => String::formatted()
Andreas Kling
[next]