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-02-06
UserspaceEmulator: Implement a proper VM allocator
Andreas Kling
2021-02-06
UserspaceEmulator: Stub out virt$msyscall()
Andreas Kling
2021-02-06
Profiler: Display timing information in ProfileTimelineWidget
Sahan Fernando
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-03
TextEditor: Implement word wrapping
Zac
2021-02-03
HackStudio: do not open empty directories as file
Matteo Sozzi
2021-02-03
HackStudio: tree_view on_activiation changes
Matteo Sozzi
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-02-01
HackStudio: added new directory action
Matteo Sozzi
2021-01-31
Inspector: Exit if inspected process has not pledged accept
Brendan Coles
2021-01-30
HackStudio: removed toggle_index
Matteo Sozzi
2021-01-30
Inspector: Allow browsing inspection data in UI after process exits
Brendan Coles
2021-01-30
HackStudio: do not toggle_index in open_project
Matteo Sozzi
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-27
HackStudio: Attach previous Language Client when detaching
Itamar
2021-01-27
HackStudio: Add parser-based c++ autocomplete engine
Itamar
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-23
UserspaceEmulator: Improve error message for typos
Ben Wiederhake
2021-01-23
UserspaceEmulator: Implement chown
Ben Wiederhake
2021-01-23
HackStudio: Handle failed fork() in TerminalWrapper a bit better
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
Andreas Kling
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
UserlandEmulator: Fix data loss in realpath/readlink
Ben Wiederhake
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
Kernel: Remove sys$shbuf_set_volatile() and userland wrappers
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-15
UserspaceEmulator: Support the anon_create, sendfd and recvfd syscalls
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-14
LibIPC: Close received IPC::File fd's by default unless taken
Andreas Kling
2021-01-14
IPCCompiler: Use move semantics in generated IPC message constructors
Andreas Kling
2021-01-12
LibC+Everywhere: Remove open_with_path_length() in favor of open()
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling