summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-08Kernel: Simplify FS::create_inode() a little bitAndreas Kling
2020-02-08Kernel: Add KResultOr<T>::result()Andreas Kling
2020-02-08AK: Add JsonObjectSerializer::add(key, bool) overloadAndreas Kling
2020-02-08Kernel: Cloned shared regions should also be marked as sharedAndreas Kling
2020-02-08Kernel: Simplify FS::create_directory() a little bitAndreas Kling
2020-02-08Ext2FS: Fail with EMFILE if we would overflow i_links_countAndreas Kling
2020-02-08Kernel: Merge unnecessary DiskDevice class into BlockDeviceAndreas Kling
2020-02-08IPv4: Send TCP packets right away instead of waiting to "retry"Andreas Kling
2020-02-08AK: Make PrintfImplementation treat %lld as 64-bitAndreas Kling
2020-02-08AK: Add LogStream overloads for long and long longAndreas Kling
2020-02-08IPv4: Drop incoming packets on sockets that are shut down for readingAndreas Kling
2020-02-08Net: Add a basic sys$shutdown() implementationAndreas Kling
2020-02-08Net: Make NetworkAdapter reference-countedAndreas Kling
2020-02-08Kernel: Remove two bad FIXME'sAndreas Kling
2020-02-07Kernel: Fix three broken format strings in Socket::{get,set}sockopt()Andreas Kling
2020-02-07Kernel: Truncate addresses stored by getsockname() and getpeername()Andreas Kling
2020-02-07Base: Add man page for posix_openpt(3)Andreas Kling
2020-02-07HackStudio: Disallow invalid indices when typing into the locatorAndreas Kling
2020-02-07TextEditor: Enable C++ syntax highlighting for .cpp and .h files :^)Andreas Kling
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-07WindowServer: Move some menu related functions to MenuManagerAndreas Kling
2020-02-07SystemServer: Limit service restartsSergey Bugaev
2020-02-07WindowServer: Don't try to load unspecified iconsSergey Bugaev
2020-02-07WindowServer: Process multiple mouse packets at the same timeAndreas Kling
2020-02-07Kernel: Allow PS2MouseDevice to read multiple packetsAndreas Kling
2020-02-07WindowServer: Fix wrong-sized read() from keyboardAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06WindowServer: Fix assertion on key pressAndreas Kling
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06Lagom: Add a tiny JSON test appAndreas Kling
2020-02-06AK: Add some missing "inline" keywords in JsonObject.hAndreas Kling
2020-02-06Lagom: Remove the bitrotted SimpleIPC test programAndreas Kling
2020-02-06Piano: Add export actionWilliam McPherson
2020-02-06Piano: Fix roll playback at startupWilliam McPherson
2020-02-06Piano: Move piano roll internals to AudioEngineWilliam McPherson
2020-02-06LibAudio: Implement Audio::WavWriterWilliam McPherson
2020-02-06Meta: Oops, remove duplicate mention of desktop gamesAndreas Kling
2020-02-06Meta: Edit the ReadMe a little bit :^)Andreas Kling
2020-02-06LibAudio: Remove leading A from filenamesAndreas Kling
2020-02-06LibCore: Merge the CSyscallUtils namespace into CoreAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibIPC: Remove leading I from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSlider and VerticalSlider convenience classesAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas Kling
2020-02-06LibGfx: Unpublish FloatPoint from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish FloatSize from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish FloatRect from the global namespaceAndreas Kling
2020-02-06LibPthread: Install immediately after buildingAndreas Kling