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
Age
Commit message (
Expand
)
Author
2021-09-07
UserspaceEmulator: Handle SO_ERROR in getsockopt
Hendiadyoin1
2021-09-07
LibELF: Use StringView to carry temporary strings in auxiliary vector
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
Userland: Switch static_assert of type sizes to AK::AssertSize
Brian Gianforcaro
2021-08-30
Everywhere: Pass AK::Format TypeErasedFormatParams by reference
Brian Gianforcaro
2021-08-28
UserspaceEmulator: Profiles are now expected to have a `strings` array
Brian Gianforcaro
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-14
UserspaceEmulator: Make call rm32 work with address on the stack
Daniel Bertalan
2021-08-14
UserspaceEmulator: Prefix MmapRegions' name with '(UE)'
Daniel Bertalan
2021-08-10
UserspaceEmulator: Fail sys$map_time_page() with ENOSYS for now
Andreas Kling
2021-08-10
Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()
Andreas Kling
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-09
Everywhere: Use tobyase@serenityos.org for my copyright headers
Tobias Christiansen
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-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-22
UserspaceEmulator: Move to using the new SoftFPU
Hendiadyoin1
2021-07-22
UserspaceEmulator: Implement SoftFPU instructions
Hendiadyoin1
2021-07-22
UserspaceEmulator: Sketch out a SoftFPU interface
Hendiadyoin1
2021-07-22
LibX86: Add missing MovD and MovQ instructions
Hendiadyoin1
2021-07-22
LibX86: Use names closer to the spec for the Modrm
Hendiadyoin1
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-22
Everywhere: Prefix hexadecimal numbers with 0x
Gunnar Beutner
2021-07-20
LibX86: Add INT1 instruction (needed for disassembly)
Andreas Kling
2021-07-14
UserpaceEmulator: Handle possibly unaligned IO
Hendiadyoin1
2021-07-12
UserspaceEmulator: Fix stack for new processes
Gunnar Beutner
2021-07-08
UserspaceEmulator: Use long double in `FABS`
Daniel Bertalan
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-23
UserspaceEmulator: Add a simple debugging Console
Hendiadyoin1
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-06-08
UserspaceEmulator: Stop parsing options on first non-option
Jelle Raaijmakers
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
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-05-23
LibC+UE: Keep more unused chunked blocks around
Gunnar Beutner
2021-05-21
DevTools: Remove redundant default destructor and forward declarations
Lenny Maiorani
2021-05-18
Revert "LibC: Simplify malloc size classes"
Andreas Kling
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-17
UE: Don't look up binaries in PATH when the user specified a full path
Gunnar Beutner
2021-05-17
UE: Use Vector<String> for the command-line arguments
Gunnar Beutner
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-17
UE: Make sure we return the right values for get{peer,sock}name
Gunnar Beutner
2021-05-17
Kernel+Userspace: Implement the accept4() system call
Gunnar Beutner
[next]