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-12-12
UserspaceEmulator: Remove support for SC_select syscall
Jean-Baptiste Boric
2021-12-12
UserspaceEmulator: Add support for SC_poll syscall
Jean-Baptiste Boric
2021-12-12
UserspaceEmulator: Sort syscalls in alphabetic order
Jean-Baptiste Boric
2021-12-11
Playground: Remove redundant pledge()
bugreport0
2021-12-11
Inspector: Update pledge() idiom
bugreport0
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-09
HackStudio+TextEditor: Persist EditingEngineType across editors
scwfri
2021-12-08
Inspector: Remove unused includes
Ben Wiederhake
2021-12-06
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
Andreas Kling
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-12-04
HackStudio: Fix cursor not jumping to column 1 in the embedded terminal
Daniel Bertalan
2021-12-03
LibCpp: Add "ignore invalid statements" option to Preprocessor
Itamar
2021-12-03
HackStudio: Decrease the maximal crash frequency of the server to 10 sec
Itamar
2021-12-03
HackStudio: Only send the content of open files to language server
Itamar
2021-12-03
HackStudio: Add HackStudio::for_each_open_file
Itamar
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
[next]