summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-15Kernel+SystemMonitor: Expose the number of set CoW bits in each RegionAndreas Kling
2019-12-15Kernel: Improve comment about the system virtual memory map a bitAndreas Kling
2019-12-15Kernel: Make separate kernel entry points for each PIC IRQAndreas Kling
2019-12-15ProfileViewer: Fix copy-paste error :^)gla3dr
2019-12-14ProfileViewer: Precompute the timestamp and "in kernel?" per sampleAndreas Kling
2019-12-14ProfileViewer: Allow filtering samples in a specific time rangeAndreas Kling
2019-12-14ProfileViewer: Add a timeline widget for a visual view of the profileAndreas Kling
2019-12-14IPCCompiler: Use const references for message constructor parametersAndreas Kling
2019-12-14Kernel: Tidy up kernel entry points a little bitAndreas Kling
2019-12-14ProfileViewer: Show kernel frames with a red icon :^)Andreas Kling
2019-12-14Kernel: Disable interrupts while modifying the PIC IMRAndreas Kling
2019-12-14TCP: Log packet metadata when receiving a TCP packet with no socketAndreas Kling
2019-12-14E1000: Disable interrupts while getting ready to wait on TX completionAndreas Kling
2019-12-14Kernel: Ignore IRQ 15 for nowAndreas Kling
2019-12-14Kernel: Allow buffering up to 128 KB in an IPv4Socket before refusingAndreas Kling
2019-12-14Kernel: Remove spammy log message in sys$sendto()Andreas Kling
2019-12-14LibCore: Silence some aggressive CSocket and CHttpJob debug spamAndreas Kling
2019-12-14Net: Try to reuse incoming packet buffers to avoid allocation churnAndreas Kling
2019-12-14E1000: Use a WaitQueue to sleep while waiting for a transmit IRQAndreas Kling
2019-12-14LibCore: Bump the CHttpJob receive buffer size from 4KB to 64KBAndreas Kling
2019-12-14IPv4: Only buffer payload bytes for SOCK_STREAM socketsAndreas Kling
2019-12-14LibGUI: GAbstractColumnModel should never claim to hit a toggle boxAndreas Kling
2019-12-13LibGUI: Improve GTreeView column auto-sizingAndreas Kling
2019-12-13ProfileViewer: Use the new multi-column tree model support in GTreeViewAndreas Kling
2019-12-13LibGUI: Make GTreeView inherit from GAbstractColumnViewAndreas Kling
2019-12-13LibDraw: Add a way to check for horizontal/vertical Rect intersectionsAndreas Kling
2019-12-13LibGUI: Add a GAbstractColumnView base class for GTableViewAndreas Kling
2019-12-13Piano: Add triangle wave and noiseWilliam McPherson
2019-12-12FileManager: Check which widget has focus for context menu actionsTommy Nguyen
2019-12-12ProfileViewer: Make sure ProfileNodes have the correct parent pointerAndreas Kling
2019-12-12TreeView: Clear metadata after model updateTommy Nguyen
2019-12-12LibGUI: Add missing call to did_update() when updating GFileSystemModelTommy Nguyen
2019-12-12ProfileViewer: Begin work on a visualization tool for profiles :^)Andreas Kling
2019-12-12Kernel: Separate out the symbol offsets in profile outputAndreas Kling
2019-12-12Kernel: Bump KBufferBuilder VM allocation to 4 MBAndreas Kling
2019-12-12JsonValue: Fix wrong return type of as_u32() and friendsAndreas Kling
2019-12-12ProcFS: Rename "samples" in /proc/profile to "frames"Andreas Kling
2019-12-12FileManager: Add a context menu to the TreeViewTommy Nguyen
2019-12-12LibGUI: Add context_menu_event to GTreeViewTommy Nguyen
2019-12-11Kernel: Implement a simple process time profilerAndreas Kling
2019-12-11LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_dataAndreas Kling
2019-12-11Shell: Tab completion for pathsWilliam McPherson
2019-12-11Shell: Improve tab completion behaviourWilliam McPherson
2019-12-11Shell: Refactor append/insert procedureWilliam McPherson
2019-12-11Shell: Improve readability of cache_path()William McPherson
2019-12-11LookupServer: Switch to a more privacy-respecting DNS providerValtteri Koskivuori
2019-12-10HackStudio: Use a table view in the "find in files" widgetAndreas Kling
2019-12-10Fonts: Add two little marker glyphs to CsillaThin7x10Andreas Kling
2019-12-10LibGUI: Add GTextDocument::range_for_entire_line()Andreas Kling
2019-12-10AK: Teach URL::complete_url() how to resolve URL's starting with "/"Andreas Kling