summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-28Kernel: Lock socket mutex across {get,set}sockopt() and SO_ERROR updatesAndreas Kling
2021-12-28UserspaceEmulator: Exclude special ranges from RangeAllocatorDaniel Bertalan
2021-12-28LibVT: Handle window resize after history overflowryanb-dev
2021-12-28ThemeEditor: Implement a way to simulate color blindness in previewTheGrizzlyDev
2021-12-28LibJS: Also throw exception when returning throw completion from awaitLinus Groh
2021-12-28Kernel: Fix race condition in TmpFSInode::notify_watchers()Andreas Kling
2021-12-28Meta: Add SSE3, SMAP and SMEP to our bochsrcAndreas Kling
2021-12-28HackStudio: Highlight AF files as INIMaciej
2021-12-28TextEditor: Highlight AF files as INIMaciej
2021-12-28Ports: Update stress-ng port to 0.13.09Brian Gianforcaro
2021-12-28Kernel: Add _SC_MAPPED_FILES sysconf APIBrian Gianforcaro
2021-12-28LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constantBrian Gianforcaro
2021-12-28LibC: Add rindex() and index() APIsBrian Gianforcaro
2021-12-28LibC: Add alphasort() implementationBrian Gianforcaro
2021-12-28LibC: Add POSIX spec comments for dirent APIsBrian Gianforcaro
2021-12-28Kernel: Remove the KString::try_create(String::formatted(...)) patternDaniel Bertalan
2021-12-28Taskbar: Add context menu to remove quicklaunch itemsfaxe1008
2021-12-28Taskbar: Add dropping of AppFiles to QuickLaunchfaxe1008
2021-12-28Kernel/Net: Move Realtek network adapters code to a separate directoryLiav A
2021-12-28Kernel/Net: Move NE2000 network adapter code to a separate directoryLiav A
2021-12-28Kernel: Run clang-format on E1000NetworkAdapter.cppLiav A
2021-12-28Kernel/Net: Move Intel network adapters code to a separate directoryLiav A
2021-12-28Kernel: Use type alias for Kmalloc SubHeap and SlabBlock list typesBrian Gianforcaro
2021-12-28Meta: Add Sam Atkins's GitHub Sponsors to funding options :^)Andreas Kling
2021-12-28Meta: Link to Linus's YouTube channel from our README :^)Andreas Kling
2021-12-27Base: Adjust 1F374 in font Katica Regular 10Lady Gegga
2021-12-27Base: Add Misc. Symbols and Pictographs to font Katica Regular 10Lady Gegga
2021-12-27Base: Add Greek Extended characters to font Katica Regular 10Lady Gegga
2021-12-27Base: Add Latin Extended Additional chars to font Katica Regular 10Lady Gegga
2021-12-27Base: Add Cyrillic characters to font Katica Regular 10Lady Gegga
2021-12-27Base: Add Greek and Coptic characters to font Katica Regular 10Lady Gegga
2021-12-27Base: Add Spacing Modifier Letters to font Katica Regular 10Lady Gegga
2021-12-27Base: Add Latin Extended-B characters to font Katica Regular 10Lady Gegga
2021-12-28Help: Fix crash when trying to load libunicodedata.soRummskartoffel
2021-12-28FileManager: Add "Create Archive" actionJulian Offenhäuser
2021-12-28LibCore: Fix race conditions in TestLibCoreStreamAndreas Kling
2021-12-28Base: Add 32x32 Settings iconFrHun
2021-12-28Ports: Make lua buildable on x86_64Javier Alvarez
2021-12-27Documentation: Recommend using Xcode's command line tools on macOSConor Byrne
2021-12-27HackStudio: Ask to create a non-existent directory when making a projectConor Byrne
2021-12-27LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()Sam Atkins
2021-12-27LibWeb: Pass correct values to would_start_an_identifier()Sam Atkins
2021-12-27LibWeb: Pass correct values to would_start_a_number()Sam Atkins
2021-12-27LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()Sam Atkins
2021-12-27LibCore+Services: Make TCPServer propagate errorsSam Atkins
2021-12-27TelnetServer: Port to LibMainSam Atkins
2021-12-27EchoServer: Port to LibMainSam Atkins
2021-12-27LibCore: Add ErrorOr wrappers to socket syscallsSam Atkins
2021-12-27LibJS: Implement console.time/timeLog/timeEnd() methodsSam Atkins
2021-12-27LibWeb: Add rudimentary styling to `<details>` and `<summary>`Sam Atkins