summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-03AK: The <cxxabi.h> header is not available during Toolchain buildAndreas Kling
2020-02-02ProfileViewer: Only show live allocations by defaultAndreas Kling
2020-02-02ProfileViewer: Add basic support for loading "perfcore" filesAndreas Kling
2020-02-02LibC: Allow opting into malloc() and free() performance event loggingAndreas Kling
2020-02-02Kernel: Start working on a syscall for logging performance eventsAndreas Kling
2020-02-02Kernel: Remove unnecessary forward declaration in SlabAllocatorAndreas Kling
2020-02-02AK: Turn demangling back on for userspaceAndreas Kling
2020-02-02Kernel: Update Thread::raw_backtrace() signature to use uintptr_tAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02Terminal: Remove an unused variableAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-02-02DisplayProperties: Highlight current wallpaper settings.asliturk
2020-02-02LibGUI: Save current wallpaper setting to WindowManager.ini.asliturk
2020-02-02WindowServer: Fix for Changing Screen Resolution Resets.Hüseyin ASLITÜRK
2020-02-02Minesweeper: Make sure first tile revealed is always blank (#1164)pfg
2020-02-02Userland: useradd utilityJesse Buhagiar
2020-02-02LibC: Implement `putpwent()`Jesse Buhagiar
2020-02-02LibC: Implement append modes for `fopen()`Jesse Buhagiar
2020-02-02LibC: Move `FILE` definition to bits/FILE.hJesse Buhagiar
2020-02-02Meta: Claim copyright on files added by meAndrew Kaster
2020-02-02FileManager: Scope actions to the window where they logically belongAndreas Kling
2020-02-02LibGUI: Make GAction scoped to its CObject parent (widget or window)Andreas Kling
2020-02-02LibCore: is<CObject>(object) should not default to trueAndreas Kling
2020-02-02Kernel: Detect devices when enumerating the PCI busLiav A
2020-02-02Partition Table: Change Script filesLiav A
2020-02-02Partition Table: Add support for Extended partitionsLiav A
2020-02-02Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]Liav A
2020-02-01Ports: Add klong language portAndreas Kling
2020-02-01Ports: Add ed port (#1159)Brian Callahan
2020-02-01LibCore: Fix CArgsParser build on my host machineAndreas Kling
2020-02-01AK: #ifdef out the contents of SharedBuffer on other platformsAndreas Kling
2020-02-01Documentation: Explain compilation of small changes and portsOliver Kraitschy
2020-02-01Partition Table: Allow to boot with a partition number higher than 4Liav A
2020-02-01Partition Table: Replace __attribute__((packed)) with [[gnu::packed]]Liav A
2020-02-01LibC: The exec() family of functions should not search "." by defaultAndreas Kling
2020-02-01AK: Always inline StringView(const char*)Andreas Kling
2020-02-01Kernel: Add -fbuiltin to Kernel CXXFLAGSAndreas Kling
2020-02-01LibPthread: Disable debug spam by defaultAndreas Kling
2020-02-01AK: Add some integer overloads to JsonObjectSerializerAndreas Kling
2020-02-01Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc()Andreas Kling
2020-02-01Kernel: Finalizer should not go back to sleep if there's more to doAndreas Kling
2020-02-01Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree()Andreas Kling
2020-02-01Kernel: Allow short writes to DoubleBufferAndreas Kling
2020-02-01Kernel: Make Inode::lookup() return a RefPtr<Inode>Andreas Kling
2020-02-01WindowServer: make menus wrap verticallyOliver Kraitschy
2020-01-31Piano: Rewrite applicationWilliam McPherson
2020-01-31AK: Add FixedArray::data()William McPherson
2020-01-31Kernel: Add key_code_countWilliam McPherson
2020-01-30Kernel: LocalSocket should fail with EADDRINUSE for already-bound filesAndreas Kling