summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-12Kernel: Convert klog() => dbgln() in BXVGADeviceAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in PurgeablePageRangesAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in APICTimerAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in ACPI::ParserAndreas Kling
2021-03-12UserspaceEmulator: Convert a weird klog(!) to dbgln()Andreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in RTL8139NetworkAdapterAndreas Kling
2021-03-12Kernel: Remove debug spam in DevFSAndreas Kling
2021-03-12UserspaceEmulator: SoftCPU: Add support for several x86 FPU instructionsBrendan Coles
2021-03-12WidgetGallery: Convert layout to GML and add new Icons gallerythankyouverycool
2021-03-12LibGUI: Add variable padding and center bitmaps in TableViewsthankyouverycool
2021-03-12WindowServer+LibGfx: Enumerate Disallow cursorthankyouverycool
2021-03-12LibGUI: Clear inactive selections in DisplayOnly TextEditorsthankyouverycool
2021-03-12LibGUI: Add opacity to ImageWidgetthankyouverycool
2021-03-12LibGUI: Set override cursor to none when widget is disabledthankyouverycool
2021-03-12LibGUI: Register more GML properties and widgetsthankyouverycool
2021-03-12LibGfx+LibGUI: Add support for vertical ProgressBarsthankyouverycool
2021-03-12LibGUI: Ignore scroll length multiplier in SpinBoxes & Slidersthankyouverycool
2021-03-11Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIRLinus Groh
2021-03-11Toolchain: Update build paths in CMakeToolchain.txtLinus Groh
2021-03-11Documentation: Update build path in BuildInstructions.mdLinus Groh
2021-03-11Documentation: Clean up BuildInstructions.md a bitLinus Groh
2021-03-11Meta: Remove old CLion-specific filesLinus Groh
2021-03-11WindowServer: Don't open system menu on super key press while draggingAndreas Kling
2021-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-03-11Base: Make the default prompt a different color for rootAndreas Kling
2021-03-11FileManager: Accept TreeView drop eventVyacheslav Pukhanov
2021-03-11Meta: Add KMALLOC_DEBUG to all_the_debug_macrosAndreas Kling
2021-03-11Kernel: Suppress logging during kmalloc heap expansionAndreas Kling
2021-03-11LibLine: Cleanup the suggestions before inserting a new code pointAnotherTest
2021-03-11Kernel: Always protect process data immediately after constructionAndreas Kling
2021-03-11Kernel: Inherit the dumpable flag on sys$fork()Andreas Kling
2021-03-11Kernel: Move process termination status/signal into protected dataAndreas Kling
2021-03-11Kernel: Move process thread lists into protected dataAndreas Kling
2021-03-11AK: Add basic const iteration to IntrusiveListAndreas Kling
2021-03-11Kernel: Move process signal trampoline address into protected dataAndreas Kling
2021-03-11Kernel: Move process umask into protected data :^)Andreas Kling
2021-03-11Kernel: Don't keep protected Process data in a separate allocationAndreas Kling
2021-03-11Kernel: Add MAKE_ALIGNED_ALLOCATED helper macroAndreas Kling
2021-03-11Kernel: Add MemoryManager::set_page_writable_direct()Andreas Kling
2021-03-11Kernel: Allow kmalloc_aligned() alignment up to 4096Andreas Kling
2021-03-11Kernel: Silence debug spam about chown and symlink during bootAndreas Kling
2021-03-11Toolchain: Remove unnecessary file from commitBen Wiederhake
2021-03-11crash: Fix more typos in check logicBen Wiederhake
2021-03-11crash: Fix typo in check logicBen Wiederhake
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-03-11xargs: Fix boring memory leakBen Wiederhake
2021-03-11UserspaceEmulator: Handle MAP_FIXED with invalid addresses betterBen Wiederhake
2021-03-11UserspaceEmulator: Do not pass MAP_FIXED to KernelBen Wiederhake
2021-03-11UserspaceEmulator: Implement set_process_name syscallBen Wiederhake
2021-03-11UserspaceEmulator: Split large file into logical piecesBen Wiederhake