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-07-03
LibGUI: Add GUI::CommonActions::make_select_all_action() :^)
Andreas Kling
2020-07-03
Browser: Don't crash when inspecting an anonymous LayoutNode
Andreas Kling
2020-07-03
LibWeb: Implement basic text copying :^)
Andreas Kling
2020-07-03
Base: Add TextEditor to the quick-launch area in the Taskbar :^)
Andreas Kling
2020-07-03
Kernel: Remove /proc/PID/regs
Tom
2020-07-03
Kernel: Fix retreiving frame pointer from a thread
Tom
2020-07-03
LibC: Minor style fix for getresuid/getresgid
Nico Weber
2020-07-03
LibC: Remove a few comments now that we have man pages for this.
Nico Weber
2020-07-03
Add man pages for seteuid() and friends.
Nico Weber
2020-07-03
Kernel: Consolidate features into CPUFeature enum
Tom
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-03
Kernel: Allow recursion when writing to the debug log
Tom
2020-07-03
Kernel: Change kmalloc lock to be recursive
Tom
2020-07-03
AK: Serialize entire log statements
Tom
2020-07-03
Kernel: Split initialization of Processor structure
Tom
2020-07-03
AK: Fixes for atomic pointers
Tom
2020-07-03
LibJS: Reformat run-tests.sh output
Matthew Olsson
2020-07-03
Base: Add green check mark and red X emojis
Matthew Olsson
2020-07-03
LibJS: Hide interpreter exception debug output behind a flag
Matthew Olsson
2020-07-03
cut: Accept input from stdin if no files are given
Matthew Olsson
2020-07-03
LibJS: Reorganize tests into subfolders
Matthew Olsson
2020-07-03
LibJS: Use correct MarkedValueList append method
Matthew Olsson
2020-07-03
LibJS: Remove extra colon in run-tests.sh output
Matthew Olsson
2020-07-03
LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapper
Sahan Fernando
2020-07-03
LibIPC: Don't assert on short writes in IPC::ClientConnection
Andreas Kling
2020-07-03
Kernel: Fix non-blocking write() blocking instead of short-writing
Andreas Kling
2020-07-03
WindowServer: Don't crash when invalid resolution requested
Maciej Zygmanowski
2020-07-03
FileManager: Add "Open Terminal here..." action to menu and toolbar
Linus Groh
2020-07-03
FilePicker: Add folder icon to location box
Linus Groh
2020-07-03
FilePicker: Make the location box 2px taller
Linus Groh
2020-07-02
Kernel: Remove no-longer-used GDT selector from Thread
Andreas Kling
2020-07-02
Profiler: Turn the "choose a process" functionality into a GUI::Dialog
Andreas Kling
2020-07-02
SystemMonitor: Correctly check error of posix_spawn()
Nico Weber
2020-07-02
Profiler: Make the RunningProcessesModel actually sortable
Andreas Kling
2020-07-01
SystemMonitor: Add "profile process" menu action :^)
Andreas Kling
2020-07-01
Profiler: Allow specifying a PID to profile with --pid
Andreas Kling
2020-07-01
Profiler: If run without arguments, let user select process from a list
Andreas Kling
2020-07-01
LibGUI: Make Application::exec() return instead of calling exit()
Andreas Kling
2020-07-01
Profiler: Rename from ProfileViewer :^)
Andreas Kling
2020-07-01
LibWeb: Use the StackingContext tree for hit testing
Andreas Kling
2020-07-01
LibWeb: StackingContext was sorting the wrong list of children
Andreas Kling
2020-07-01
Meta: make `Meta/run.sh qgrub` work.
Emanuele Torre
2020-07-01
Meta: Give SERENITY_ROOT a default value in `CLion/run.sh`
Emanuele Torre
2020-07-01
Meta: `run.sh`: fix usage comments
Emanuele Torre
2020-07-01
Meta: Allow running run.sh from any where by setting SERENITY_BUILD
Emanuele Torre
2020-07-01
Meta: move Kernel/.bochsrc => Meta/bochsrc
Emanuele Torre
2020-07-01
Meta: CLion/run.sh should be executable
Emanuele Torre
2020-07-01
Meta: make `CLion/run.sh` use `run.sh`
Emanuele Torre
2020-07-01
Meta: use "better" syntax to set SERENITY_KERNEL_CMDLINE in run.sh :^)
Emanuele Torre
2020-07-01
Meta: quote variables in `run.sh` where it makes sense
Emanuele Torre
[prev]
[next]