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
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::StringView by value
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-11-10
Profiler: Use existing path split when mmapping libraries
Tim Schumacher
2021-11-08
UserspaceEmulator: Add support for SC_uname and SC_sysconf syscalls
Brendan Coles
2021-11-08
Profiler: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-07
UserspaceEmulator: Improve the MMX formatting on environment dump
Hendiadyoin1
2021-11-07
UserspaceEmulator: Raise an error on FPU stack underflow
Hendiadyoin1
2021-11-07
UserspaceEmulator: Remove some unnecessary casting
Hendiadyoin1
2021-11-07
UserspaceEmulator: Stop overriding flags in FCOMI
Hendiadyoin1
2021-11-07
UserspaceEmulator: Fix typos in SoftFPU.[cpp|h]
Hendiadyoin1
2021-11-07
UserspaceEmulator: Align FPU-exception names with the manual
Hendiadyoin1
2021-11-07
UserspaceEmulator: Check the right flags in FCMOV
Hendiadyoin1
2021-11-07
UserspaceEmulator: Correct FSCALES rounding
Hendiadyoin1
2021-11-07
UserspaceEmulator: Always set C1 when rounding
Hendiadyoin1
2021-11-07
UserspaceEmulator: Simplify the definition of the FPU register stack
Hendiadyoin1
2021-11-07
UserspaceEmulator: Use unsigned types for logical MMX shifting
Hendiadyoin1
2021-11-02
Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
HackStudio: Don't close autocomplete after applying #include directories
thislooksfun
2021-11-02
LibGUI: Allow autocomplete to stay open after applying
thislooksfun
2021-11-02
HackStudio: Remove unused #include
thislooksfun
2021-11-02
HackStudio: Append a / when completing a directory
thislooksfun
2021-11-02
HackStudio: Correctly handle nested paths
thislooksfun
2021-11-02
HackStudio: Handle autocomplete inside #include's <> and ""
thislooksfun
2021-11-02
LibGUI: Remove GUI::AutocompleteProvider::Entry::kind
thislooksfun
2021-11-02
HackStudio+LibGUI: Handle #include quotes and brackets in the engine
thislooksfun
2021-11-02
LibGUI: Allow completion suggestions to fill and display different text
thislooksfun
2021-11-01
UserspaceEmulator: Avoid special character in pseudo-identifier
Ben Wiederhake
2021-11-01
Everywhere: Remove unused ArgsParser header
Ben Wiederhake
2021-10-31
UserspaceEmulator: Fix inconsistent log formatting
Andreas Kling
2021-10-31
Profiler: Cache parsed DWARF debug information in disassembly view
Daniel Bertalan
2021-10-31
Profiler: Load the actual kernel binary for disassembly
Daniel Bertalan
2021-10-31
Profiler: Share the mapped kernel between Profile and DisassemblyModel
Daniel Bertalan
2021-10-29
HackStudio: Add 'Show Dotfiles' option
Marco Cutecchia
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-25
Profiler: Fix disassembling objects with a non-zero `.text` vaddr
Daniel Bertalan
2021-10-25
LibX86: Take load base address into consideration during disassembly
Daniel Bertalan
2021-10-25
Profiler: Subtract the kernel's base address when searching for symbols
Daniel Bertalan
2021-10-24
Profiler: Handle profiles with more kernel samples than user samples
Idan Horowitz
2021-10-24
Profiler: Use profile length in ms as histogram column count directly
Idan Horowitz
2021-10-24
UE: Properly align stack for signal handlers
Daniel Bertalan
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-23
HackStudio: Add syntax-highlighting for CSS files
Sam Atkins
2021-10-17
LibX86: Add SSE support
Hediadyoin1
[next]