summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-27Kernel: Tag more methods and types as [[nodiscard]]Brian Gianforcaro
2020-12-27AK: Add NO_DISCARD macro to allow clang-format friendly class annotationsBrian Gianforcaro
2020-12-27Documentation: Update macOS build instructions cask invocation (#4561)Nathan Lanza
2020-12-27Kernel: Take into account the time keeper's frequency (if no HPET)Tom
2020-12-27Kernel: Remove the per-process icon_id and sys$set_process_icon()Andreas Kling
2020-12-27LibGUI: Use FileIconProvider in RunningProcessesModelAndreas Kling
2020-12-27SystemMonitor: Fetch process icons from their executableAndreas Kling
2020-12-27Kernel: Expose process executable paths in /proc/allAndreas Kling
2020-12-27Kernel: Lock target process when generating core dumpAndreas Kling
2020-12-27paste: Don't read past clipboard data buffer sizeLinus Groh
2020-12-26Kernel: Remove subheap from list before removing memoryTom
2020-12-26DevTools: Add a simple GML Playground application :^)Andreas Kling
2020-12-26CMake: Generate SONAME attribute for shared objectsItamar
2020-12-26Kernel: Allow 'elevating' unveil permissions if implicitly inherited from '/'AnotherTest
2020-12-26LibTLS: Fix TLS breakage after ByteBuffer => Span conversionAndreas Kling
2020-12-26LibGUI: Make the LinkLabel widget keyboard-friendlyAndreas Kling
2020-12-26MenuApplets: Username: init app early, pledge early, do not unveil /tmpBrendan Coles
2020-12-26SystemServer: Set HOME for servicesSergey Bugaev
2020-12-26SystemServer: Port to Core::AccountSergey Bugaev
2020-12-26LibGUI: Set LinkLabel tooltip if text can't fit the widgetAndreas Kling
2020-12-26LibGUI: Tweak GUI::Label API a bit and add did_change_text() virtualAndreas Kling
2020-12-26LibGUI: Minor tweaks to the GUI::LinkLabelAndreas Kling
2020-12-26LibGUI: Rename Link => LinkLabelAndreas Kling
2020-12-26Profiler: Show the name & PID of process being profiledAndreas Kling
2020-12-26AK: Fix busted Trie testAnotherTest
2020-12-26AK: Make AK::IsSame<T, U>::value a constexpr boolAnotherTest
2020-12-26Kernel: Implement unveil() as a prefix-treeAnotherTest
2020-12-26AK: Add a prefix tree implementationAnotherTest
2020-12-26Meta: Make lint-shell-scripts.sh happyAnotherTest
2020-12-26Profiler: Show a GUI message box with the error when profiling failsAndreas Kling
2020-12-26Everywhere: void arguments to C functionsLenny Maiorani
2020-12-26LibC: Enable compiler warnings for scanf and strftime format stringsSahan Fernando
2020-12-26Everywhere: Add -Wformat=2 to buildSahan Fernando
2020-12-26LibC: Fix some incorrect printf usagesSahan Fernando
2020-12-26LibC: Enable compiler warnings for printf format stringsSahan Fernando
2020-12-26Kernel: Reset the process dumpable flag on successful non-setid execAndreas Kling
2020-12-26TextEditor+HexEditor: Tweak dirty document warning messagesAndreas Kling
2020-12-26LaunchServer: Remove icons from LaunchServer::HandlerLinus Groh
2020-12-26LibDesktop: Remove icons from Desktop::Launcher::DetailsLinus Groh
2020-12-26FileManager: Fix missing launch action iconsLinus Groh
2020-12-26LibJS: Implement String.prototype.endsWith()Xavier Cooney
2020-12-26LibJS: Implement IsRegExp abstract operationXavier Cooney
2020-12-25WindowServer: Validate cursor type in SetWindowCursor message handlerLinus Groh
2020-12-25Kernel+LibC: Introduce a "dumpable" flag for processesAndreas Kling
2020-12-25Kernel: Make /proc/PID directories owned by the EUID:EGIDAndreas Kling
2020-12-25Kernel: Fix build with E1000_DEBUGAndreas Kling
2020-12-25AK: Remove custom %w format string specifierAndreas Kling
2020-12-25AK: Remove custom %b format string specifierAndreas Kling
2020-12-25Kernel: Allocate new main thread stack before committing to execAndreas Kling
2020-12-25UserspaceEmulator: Use ring 3 segment selectorsAndreas Kling