index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-27
Kernel: Tag more methods and types as [[nodiscard]]
Brian Gianforcaro
2020-12-27
AK: Add NO_DISCARD macro to allow clang-format friendly class annotations
Brian Gianforcaro
2020-12-27
Documentation: Update macOS build instructions cask invocation (#4561)
Nathan Lanza
2020-12-27
Kernel: Take into account the time keeper's frequency (if no HPET)
Tom
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
LibGUI: Use FileIconProvider in RunningProcessesModel
Andreas Kling
2020-12-27
SystemMonitor: Fetch process icons from their executable
Andreas Kling
2020-12-27
Kernel: Expose process executable paths in /proc/all
Andreas Kling
2020-12-27
Kernel: Lock target process when generating core dump
Andreas Kling
2020-12-27
paste: Don't read past clipboard data buffer size
Linus Groh
2020-12-26
Kernel: Remove subheap from list before removing memory
Tom
2020-12-26
DevTools: Add a simple GML Playground application :^)
Andreas Kling
2020-12-26
CMake: Generate SONAME attribute for shared objects
Itamar
2020-12-26
Kernel: Allow 'elevating' unveil permissions if implicitly inherited from '/'
AnotherTest
2020-12-26
LibTLS: Fix TLS breakage after ByteBuffer => Span conversion
Andreas Kling
2020-12-26
LibGUI: Make the LinkLabel widget keyboard-friendly
Andreas Kling
2020-12-26
MenuApplets: Username: init app early, pledge early, do not unveil /tmp
Brendan Coles
2020-12-26
SystemServer: Set HOME for services
Sergey Bugaev
2020-12-26
SystemServer: Port to Core::Account
Sergey Bugaev
2020-12-26
LibGUI: Set LinkLabel tooltip if text can't fit the widget
Andreas Kling
2020-12-26
LibGUI: Tweak GUI::Label API a bit and add did_change_text() virtual
Andreas Kling
2020-12-26
LibGUI: Minor tweaks to the GUI::LinkLabel
Andreas Kling
2020-12-26
LibGUI: Rename Link => LinkLabel
Andreas Kling
2020-12-26
Profiler: Show the name & PID of process being profiled
Andreas Kling
2020-12-26
AK: Fix busted Trie test
AnotherTest
2020-12-26
AK: Make AK::IsSame<T, U>::value a constexpr bool
AnotherTest
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-12-26
AK: Add a prefix tree implementation
AnotherTest
2020-12-26
Meta: Make lint-shell-scripts.sh happy
AnotherTest
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-26
LibC: Enable compiler warnings for scanf and strftime format strings
Sahan Fernando
2020-12-26
Everywhere: Add -Wformat=2 to build
Sahan Fernando
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-26
LibC: Enable compiler warnings for printf format strings
Sahan Fernando
2020-12-26
Kernel: Reset the process dumpable flag on successful non-setid exec
Andreas Kling
2020-12-26
TextEditor+HexEditor: Tweak dirty document warning messages
Andreas Kling
2020-12-26
LaunchServer: Remove icons from LaunchServer::Handler
Linus Groh
2020-12-26
LibDesktop: Remove icons from Desktop::Launcher::Details
Linus Groh
2020-12-26
FileManager: Fix missing launch action icons
Linus Groh
2020-12-26
LibJS: Implement String.prototype.endsWith()
Xavier Cooney
2020-12-26
LibJS: Implement IsRegExp abstract operation
Xavier Cooney
2020-12-25
WindowServer: Validate cursor type in SetWindowCursor message handler
Linus Groh
2020-12-25
Kernel+LibC: Introduce a "dumpable" flag for processes
Andreas Kling
2020-12-25
Kernel: Make /proc/PID directories owned by the EUID:EGID
Andreas Kling
2020-12-25
Kernel: Fix build with E1000_DEBUG
Andreas Kling
2020-12-25
AK: Remove custom %w format string specifier
Andreas Kling
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-25
Kernel: Allocate new main thread stack before committing to exec
Andreas Kling
2020-12-25
UserspaceEmulator: Use ring 3 segment selectors
Andreas Kling
[next]