summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-27ELF: Make code a little more buildable on other platformsAndreas Kling
2019-09-27LibC: Make div() and ldiv() behave according to the C standardAndreas Kling
2019-09-27LibC: Make system() behave according to POSIXAndreas Kling
2019-09-27LibC: Clear any ungetc()'ed data in fflush()Andreas Kling
2019-09-27LibC: realpath() should assume the buffer is PATH_MAX bytesAndreas Kling
2019-09-26Toolchain/BuildIt.sh: Use curl instead of wgetLarkin Nickle
2019-09-24Meta: Add note regarding partial SATA support to INSTALL.mdDan MacDonald
2019-09-24Ports: Update uninstall function to use $SERENITY_ROOTLarkin Nickle
2019-09-24Meta: Add link to INSTALL.md in the ReadMeDan MacDonald
2019-09-24Ports: Switch to new ports system (#594)Larkin
2019-09-23Inspector: Fix bad RemoteObjectGraphModel::parent_index()Andreas Kling
2019-09-23ifconfig: Allow setting an adapter's IPv4 addressAndreas Kling
2019-09-23IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDRAndreas Kling
2019-09-23LibC: Fix warnings in sys/cdefs.h if __BEGIN_DECLS is already definedAndreas Kling
2019-09-23Meta: Add minimum hardware requirements to install guide (#592)Dan MacDonald
2019-09-23Userland: Unbreak "copy" and "paste" after GEventLoop removalAndreas Kling
2019-09-22CSocket: Don't create the read notifier until after we've connectedAndreas Kling
2019-09-22LocalSocket: Teach recvfrom() how to block if needed, and simplify itAndreas Kling
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-22LibC: Fix dumb off-by-two in fgets() :^)Andreas Kling
2019-09-22LibC: ungetc(EOF) should fail (and return EOF)Andreas Kling
2019-09-22Kernel: Avoid creating a temporary String("mmap") for every mmap() callAndreas Kling
2019-09-22LibC: Let's assert in rewind() that fseek()ing to the beginning workedAndreas Kling
2019-09-22Ext2FS: Don't allocate blocks until we're committed to a new inodeAndreas Kling
2019-09-22Ext2FS: Oops, fix wrong ENOSPC in create_inode()Andreas Kling
2019-09-22Ext2FS: Fix two bugs in block allocation:Andreas Kling
2019-09-22Kernel: Pad virtual address space allocations with guard pagesAndreas Kling
2019-09-22GDialog: Remove self from parent when the nested event loop returnsAndreas Kling
2019-09-22WindowServer: Remove debug spam about child window removalsAndreas Kling
2019-09-22LibCore: Remove leftover debug spam in CObject::remove_child()Andreas Kling
2019-09-22Taskbar: Remove window buttons from the taskbar when appropriateAndreas Kling
2019-09-22LibCore: Add CObject::remove_from_parent()Andreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-22AK: Add AK_MAKE_NONMOVABLEAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21LibGUI: Don't create GMessageBox and GInputBox on the stackAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21Welcome: Unbreak after ObjectPtr changesAndreas Kling
2019-09-21LibGUI: Convert remaining random little things to ObjectPtrAndreas Kling
2019-09-21GButton: Make the constructors protected in favor of construct()Andreas Kling
2019-09-21Calculator: Convert to using ObjectPtrAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GFrame to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GCheckBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GRadioButton to ObjectPtrAndreas Kling
2019-09-21LibGUI: Get rid of GWindow's destroy-on-close mechanismAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21DisplayProperties: Remove all remaining naked "new" usageAndreas Kling
2019-09-21SystemMonitor: Remove all remaining naked "new" usageAndreas Kling