summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-03LibGUI: Add GUI::CommonActions::make_select_all_action() :^)Andreas Kling
2020-07-03Browser: Don't crash when inspecting an anonymous LayoutNodeAndreas Kling
2020-07-03LibWeb: Implement basic text copying :^)Andreas Kling
2020-07-03Base: Add TextEditor to the quick-launch area in the Taskbar :^)Andreas Kling
2020-07-03Kernel: Remove /proc/PID/regsTom
2020-07-03Kernel: Fix retreiving frame pointer from a threadTom
2020-07-03LibC: Minor style fix for getresuid/getresgidNico Weber
2020-07-03LibC: Remove a few comments now that we have man pages for this.Nico Weber
2020-07-03Add man pages for seteuid() and friends.Nico Weber
2020-07-03Kernel: Consolidate features into CPUFeature enumTom
2020-07-03Kernel: Fix signal deliveryTom
2020-07-03Kernel: Allow recursion when writing to the debug logTom
2020-07-03Kernel: Change kmalloc lock to be recursiveTom
2020-07-03AK: Serialize entire log statementsTom
2020-07-03Kernel: Split initialization of Processor structureTom
2020-07-03AK: Fixes for atomic pointersTom
2020-07-03LibJS: Reformat run-tests.sh outputMatthew Olsson
2020-07-03Base: Add green check mark and red X emojisMatthew Olsson
2020-07-03LibJS: Hide interpreter exception debug output behind a flagMatthew Olsson
2020-07-03cut: Accept input from stdin if no files are givenMatthew Olsson
2020-07-03LibJS: Reorganize tests into subfoldersMatthew Olsson
2020-07-03LibJS: Use correct MarkedValueList append methodMatthew Olsson
2020-07-03LibJS: Remove extra colon in run-tests.sh outputMatthew Olsson
2020-07-03LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapperSahan Fernando
2020-07-03LibIPC: Don't assert on short writes in IPC::ClientConnectionAndreas Kling
2020-07-03Kernel: Fix non-blocking write() blocking instead of short-writingAndreas Kling
2020-07-03WindowServer: Don't crash when invalid resolution requestedMaciej Zygmanowski
2020-07-03FileManager: Add "Open Terminal here..." action to menu and toolbarLinus Groh
2020-07-03FilePicker: Add folder icon to location boxLinus Groh
2020-07-03FilePicker: Make the location box 2px tallerLinus Groh
2020-07-02Kernel: Remove no-longer-used GDT selector from ThreadAndreas Kling
2020-07-02Profiler: Turn the "choose a process" functionality into a GUI::DialogAndreas Kling
2020-07-02SystemMonitor: Correctly check error of posix_spawn()Nico Weber
2020-07-02Profiler: Make the RunningProcessesModel actually sortableAndreas Kling
2020-07-01SystemMonitor: Add "profile process" menu action :^)Andreas Kling
2020-07-01Profiler: Allow specifying a PID to profile with --pidAndreas Kling
2020-07-01Profiler: If run without arguments, let user select process from a listAndreas Kling
2020-07-01LibGUI: Make Application::exec() return instead of calling exit()Andreas Kling
2020-07-01Profiler: Rename from ProfileViewer :^)Andreas Kling
2020-07-01LibWeb: Use the StackingContext tree for hit testingAndreas Kling
2020-07-01LibWeb: StackingContext was sorting the wrong list of childrenAndreas Kling
2020-07-01Meta: make `Meta/run.sh qgrub` work.Emanuele Torre
2020-07-01Meta: Give SERENITY_ROOT a default value in `CLion/run.sh`Emanuele Torre
2020-07-01Meta: `run.sh`: fix usage commentsEmanuele Torre
2020-07-01Meta: Allow running run.sh from any where by setting SERENITY_BUILDEmanuele Torre
2020-07-01Meta: move Kernel/.bochsrc => Meta/bochsrcEmanuele Torre
2020-07-01Meta: CLion/run.sh should be executableEmanuele Torre
2020-07-01Meta: make `CLion/run.sh` use `run.sh`Emanuele Torre
2020-07-01Meta: use "better" syntax to set SERENITY_KERNEL_CMDLINE in run.sh :^)Emanuele Torre
2020-07-01Meta: quote variables in `run.sh` where it makes senseEmanuele Torre