summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-03Kernel: Mark sys$listen() as not needing the big lockAndreas Kling
2022-04-03Kernel: Don't hog file descriptor table lock in sys$bind()Andreas Kling
2022-04-03Kernel: Don't hog file descriptor table lock in sys$listen()Andreas Kling
2022-04-03Kernel: Mark sys$sendfd() and sys$recvfd() as not needing the big lockAndreas Kling
2022-04-03Kenrel: Update a dmesgln() to say "RegionTree" instead of old class nameAndreas Kling
2022-04-03Kernel: Add a little explainer comment above RegionTreeAndreas Kling
2022-04-03Kernel: Improve RegionTree's internal helper function namesAndreas Kling
2022-04-03Kernel: Add missing include to PageDirectory.hAndreas Kling
2022-04-03Kernel: Unbreak ASLR in the new RegionTree worldAndreas Kling
2022-04-03Kernel: Stop exposing RegionTree API for VM range allocationAndreas Kling
2022-04-03Kernel: Make VM allocation atomic for userspace regionsAndreas Kling
2022-04-03LibWeb: Make VM allocation atomic for kernel regionsAndreas Kling
2022-04-03Kernel: Remove now-unused VirtualRangeAllocatorAndreas Kling
2022-04-03Kernel: Use intrusive RegionTree solution for kernel regions as wellAndreas Kling
2022-04-03Kernel: Add Memory::RegionTree to share code between AddressSpace and MMAndreas Kling
2022-04-03Kernel: Use AddressSpace region tree for range allocationAndreas Kling
2022-04-03Tests: Make TestEFault not rely on automatic guard pagesAndreas Kling
2022-04-03Tests: Clear errno before syscalls in TestEFaultAndreas Kling
2022-04-03Tests: Remove unused macro in TestEFaultAndreas Kling
2022-04-03Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTreeAndreas Kling
2022-04-03LibWeb: Don't break text lines if white-space: nowrapEnver Balalic
2022-04-03Tests: Add some test coverage for the TTF parserNico Weber
2022-04-03Meta: Give Lagom build errors colored diagnosticsNico Weber
2022-04-03Ports: Add GNU core utilitiesTim Schumacher
2022-04-03Kernel: Implement `f_basetype` in statvfsTim Schumacher
2022-04-03AK: Add `StringView::copy_characters_to_buffer()`Tim Schumacher
2022-04-03LibC: Implement __fseterrTim Schumacher
2022-04-03LibC: Implement __freadptrincTim Schumacher
2022-04-03LibC: Implement __freadaheadTim Schumacher
2022-04-03LibC: Implement __freadptrTim Schumacher
2022-04-03Applets: Add a network graph appletkleines Filmröllchen
2022-04-03AK: Add non-const iterator for CircularQueuekleines Filmröllchen
2022-04-03LibCompress: Change DeflateSpecialCodeLengths to constexpr variablesLenny Maiorani
2022-04-03LibChess: Change UCI::Command::Type to enum classLenny Maiorani
2022-04-03TextEditor: Update file argument parser regex patternAli Chraghi
2022-04-03LibJS: Remove a bunch of gratuitous JS namespace qualifiersLinus Groh
2022-04-03Userland: Remove a few gratuitous IPC namespace qualifiersValtteri Koskivuori
2022-04-03Ports: Enable libx264 support in FFmpegHunter Kvalevog
2022-04-03Ports: Add x264Hunter Kvalevog
2022-04-03Meta: Move screenshots into subdirJelle Raaijmakers
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-04-03LibIPC: Add encoder and decoder for AK::OrderedHashMapValtteri Koskivuori
2022-04-03Base: Update font Ataraxia with additional glyphsdjwisdom
2022-04-03Base: Update font Satori Regular with additional glyphsdjwisdom
2022-04-03Base: Update font Satori Mono Regular with additional glyphsdjwisdom
2022-04-03Base: Update font Satori Mono Bold with additional glyphsdjwisdom
2022-04-03Base: Update Satori Bold with additional glyphsdjwisdom
2022-04-03Meta: Check `port` property for ports in the linterJelle Raaijmakers
2022-04-03Ports: Set `port` to match the port's directoryJelle Raaijmakers
2022-04-03Ports: Move luajit warning into `preconfigure`Jelle Raaijmakers