index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
Age
Commit message (
Expand
)
Author
2021-01-01
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2020-12-31
LibThread: Hide Thread's constructor, as it is a Core::Object
Andrew Kaster
2020-12-31
UserspaceEmulator: Support sys$mremap()
Andreas Kling
2020-12-31
Everywhere: Fix more typos
Luke
2020-12-31
DevTools: Add open, save as and quit actions to GML playground
Luke
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
Playground: Add autocomplete
AnotherTest
2020-12-30
LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditor
AnotherTest
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-29
LibELF: Add MemoryRegionInfo::object_name()
Linus Groh
2020-12-29
LibCoreDump: CoreDumpReader => CoreDump::Reader
Linus Groh
2020-12-29
Inspector: unveil("/bin", "r") so it can show app icons
Linus Groh
2020-12-27
Base+Playground: Add app-playground.png 16x16 and 32x32 icons
Linus Groh
2020-12-27
Playground: Pre-populate the text editor with some GML
Linus Groh
2020-12-27
LibCore: Add Object::remove_all_children()
Linus Groh
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-26
DevTools: Add a simple GML Playground application :^)
Andreas Kling
2020-12-26
Profiler: Show the name & PID of process being profiled
Andreas Kling
2020-12-26
Profiler: Show a GUI message box with the error when profiling fails
Andreas Kling
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-25
UserspaceEmulator: Use ring 3 segment selectors
Andreas Kling
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
Kernel+LibELF: Abort ELF executable load sooner when something fails
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-21
LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)
Andreas Kling
2020-12-21
UserspaceEmulator: Implement profiling, disown, purge syscalls
Brendan Coles
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
UserspaceEmulator: Add lazy caching of debug info for shared libraries
Andreas Kling
2020-12-19
LibIPC: Remove use of ByteBuffer::wrap()
Andreas Kling
2020-12-18
HackStudio: Remove duplicate auto-indentation in HackStudio Language Server
Sahan Fernando
2020-12-17
UserspaceEmulator: Implement geteuid, getegid, ptsname syscalls
Brendan Coles
2020-12-16
UserspaceEmulator: Implement beep syscall
Brendan Coles
2020-12-15
HackStudio: Don't take LexicalPath as argument
Andreas Kling
2020-12-14
UserspaceEmulator: Support dynamically loaded programs
Itamar
2020-12-14
UserspaceEmulator: Support the name argument in mmap for file backed mappings
Itamar
2020-12-14
UserspaceEmulator: Update memory protection of underlying pages
Itamar
2020-12-14
Profiler: Symbolicate samples using coredump file
Itamar
2020-12-10
HackStudio: Rethink the "project" concept to be about a directory
Andreas Kling
2020-12-10
HackStudio: Don't vend invalid indices from SearchResultsModel
Andreas Kling
2020-12-10
UserspaceEmulator: Fix page determination
Ben Wiederhake
2020-12-08
UserspaceEmulator: Implement readlink syscall
Ben Wiederhake
2020-12-08
UserspaceEmulator: Handle overflow in virt$realpath
Ben Wiederhake
2020-11-27
TextEditor: Add button to match regular expression during search
Emanuel Sprung
2020-11-24
Profiler: Fix assertion when all function samples hit one instruction
Andreas Kling
2020-11-23
UserspaceEmulator: Implement clock_nanosleep
Simon Danner
2020-11-23
HackStudio: Send an open file to language servers
Sergey Bugaev
2020-11-23
LibIPC: Support sending file descriptors :^)
Sergey Bugaev
[next]