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
2019-12-15
Kernel+SystemMonitor: Expose the number of set CoW bits in each Region
Andreas Kling
2019-12-15
Kernel: Improve comment about the system virtual memory map a bit
Andreas Kling
2019-12-15
Kernel: Make separate kernel entry points for each PIC IRQ
Andreas Kling
2019-12-15
ProfileViewer: Fix copy-paste error :^)
gla3dr
2019-12-14
ProfileViewer: Precompute the timestamp and "in kernel?" per sample
Andreas Kling
2019-12-14
ProfileViewer: Allow filtering samples in a specific time range
Andreas Kling
2019-12-14
ProfileViewer: Add a timeline widget for a visual view of the profile
Andreas Kling
2019-12-14
IPCCompiler: Use const references for message constructor parameters
Andreas Kling
2019-12-14
Kernel: Tidy up kernel entry points a little bit
Andreas Kling
2019-12-14
ProfileViewer: Show kernel frames with a red icon :^)
Andreas Kling
2019-12-14
Kernel: Disable interrupts while modifying the PIC IMR
Andreas Kling
2019-12-14
TCP: Log packet metadata when receiving a TCP packet with no socket
Andreas Kling
2019-12-14
E1000: Disable interrupts while getting ready to wait on TX completion
Andreas Kling
2019-12-14
Kernel: Ignore IRQ 15 for now
Andreas Kling
2019-12-14
Kernel: Allow buffering up to 128 KB in an IPv4Socket before refusing
Andreas Kling
2019-12-14
Kernel: Remove spammy log message in sys$sendto()
Andreas Kling
2019-12-14
LibCore: Silence some aggressive CSocket and CHttpJob debug spam
Andreas Kling
2019-12-14
Net: Try to reuse incoming packet buffers to avoid allocation churn
Andreas Kling
2019-12-14
E1000: Use a WaitQueue to sleep while waiting for a transmit IRQ
Andreas Kling
2019-12-14
LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KB
Andreas Kling
2019-12-14
IPv4: Only buffer payload bytes for SOCK_STREAM sockets
Andreas Kling
2019-12-14
LibGUI: GAbstractColumnModel should never claim to hit a toggle box
Andreas Kling
2019-12-13
LibGUI: Improve GTreeView column auto-sizing
Andreas Kling
2019-12-13
ProfileViewer: Use the new multi-column tree model support in GTreeView
Andreas Kling
2019-12-13
LibGUI: Make GTreeView inherit from GAbstractColumnView
Andreas Kling
2019-12-13
LibDraw: Add a way to check for horizontal/vertical Rect intersections
Andreas Kling
2019-12-13
LibGUI: Add a GAbstractColumnView base class for GTableView
Andreas Kling
2019-12-13
Piano: Add triangle wave and noise
William McPherson
2019-12-12
FileManager: Check which widget has focus for context menu actions
Tommy Nguyen
2019-12-12
ProfileViewer: Make sure ProfileNodes have the correct parent pointer
Andreas Kling
2019-12-12
TreeView: Clear metadata after model update
Tommy Nguyen
2019-12-12
LibGUI: Add missing call to did_update() when updating GFileSystemModel
Tommy Nguyen
2019-12-12
ProfileViewer: Begin work on a visualization tool for profiles :^)
Andreas Kling
2019-12-12
Kernel: Separate out the symbol offsets in profile output
Andreas Kling
2019-12-12
Kernel: Bump KBufferBuilder VM allocation to 4 MB
Andreas Kling
2019-12-12
JsonValue: Fix wrong return type of as_u32() and friends
Andreas Kling
2019-12-12
ProcFS: Rename "samples" in /proc/profile to "frames"
Andreas Kling
2019-12-12
FileManager: Add a context menu to the TreeView
Tommy Nguyen
2019-12-12
LibGUI: Add context_menu_event to GTreeView
Tommy Nguyen
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-12-11
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
Andreas Kling
2019-12-11
Shell: Tab completion for paths
William McPherson
2019-12-11
Shell: Improve tab completion behaviour
William McPherson
2019-12-11
Shell: Refactor append/insert procedure
William McPherson
2019-12-11
Shell: Improve readability of cache_path()
William McPherson
2019-12-11
LookupServer: Switch to a more privacy-respecting DNS provider
Valtteri Koskivuori
2019-12-10
HackStudio: Use a table view in the "find in files" widget
Andreas Kling
2019-12-10
Fonts: Add two little marker glyphs to CsillaThin7x10
Andreas Kling
2019-12-10
LibGUI: Add GTextDocument::range_for_entire_line()
Andreas Kling
2019-12-10
AK: Teach URL::complete_url() how to resolve URL's starting with "/"
Andreas Kling
[next]