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-30
CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"
Andreas Kling
2021-11-30
HackStudio: Scope the "delete file from project" action to tree view
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-26
UserspaceEmulator: Fix after add_positional_argument API change :^)
Brian Gianforcaro
2021-11-26
HackStudio: Port to LibMain :^)
Federico Guerinoni
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-11-24
LibDesktop: Make allowlist APIs return ErrorOr<void>
Andreas Kling
2021-11-24
Inspector: Port to LibMain :^)
Andreas Kling
2021-11-24
Playground: Port to LibMain :^)
Andreas Kling
2021-11-24
Profiler: Port to LibMain :^)
Andreas Kling
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-23
LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-23
LanguageServers/Shell: Port to LibMain :^)
Andreas Kling
2021-11-23
LanguageServers/Cpp: Port to LibMain :^)
Andreas Kling
2021-11-22
HackStudio: Disable the Rename action on insufficient permissions
Karol Kosek
2021-11-22
HackStudio: Remove noop when deciding whether to disable delete action
Karol Kosek
2021-11-20
HackStudio: Add option to inspect Coredump
Itamar
2021-11-20
HackStudio: Improve backtrace accuracy
Itamar
2021-11-20
HackStudio: Use ProcessInspector instead of DebugSession where possible
Itamar
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-16
Profiler: Stop disassembly on invalid instructions
Hendiadyoin1
2021-11-16
Profiler: Don't try to disassemble empty buffers
Hendiadyoin1
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
[prev]
[next]