index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-12
Kernel: Convert klog() => dbgln() in BXVGADevice
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in PurgeablePageRanges
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in APICTimer
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in ACPI::Parser
Andreas Kling
2021-03-12
UserspaceEmulator: Convert a weird klog(!) to dbgln()
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in RTL8139NetworkAdapter
Andreas Kling
2021-03-12
Kernel: Remove debug spam in DevFS
Andreas Kling
2021-03-12
UserspaceEmulator: SoftCPU: Add support for several x86 FPU instructions
Brendan Coles
2021-03-12
WidgetGallery: Convert layout to GML and add new Icons gallery
thankyouverycool
2021-03-12
LibGUI: Add variable padding and center bitmaps in TableViews
thankyouverycool
2021-03-12
WindowServer+LibGfx: Enumerate Disallow cursor
thankyouverycool
2021-03-12
LibGUI: Clear inactive selections in DisplayOnly TextEditors
thankyouverycool
2021-03-12
LibGUI: Add opacity to ImageWidget
thankyouverycool
2021-03-12
LibGUI: Set override cursor to none when widget is disabled
thankyouverycool
2021-03-12
LibGUI: Register more GML properties and widgets
thankyouverycool
2021-03-12
LibGfx+LibGUI: Add support for vertical ProgressBars
thankyouverycool
2021-03-12
LibGUI: Ignore scroll length multiplier in SpinBoxes & Sliders
thankyouverycool
2021-03-11
Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR
Linus Groh
2021-03-11
Toolchain: Update build paths in CMakeToolchain.txt
Linus Groh
2021-03-11
Documentation: Update build path in BuildInstructions.md
Linus Groh
2021-03-11
Documentation: Clean up BuildInstructions.md a bit
Linus Groh
2021-03-11
Meta: Remove old CLion-specific files
Linus Groh
2021-03-11
WindowServer: Don't open system menu on super key press while dragging
Andreas Kling
2021-03-11
Everywhere: Rename "logo" key to "super" key
Andreas Kling
2021-03-11
Base: Make the default prompt a different color for root
Andreas Kling
2021-03-11
FileManager: Accept TreeView drop event
Vyacheslav Pukhanov
2021-03-11
Meta: Add KMALLOC_DEBUG to all_the_debug_macros
Andreas Kling
2021-03-11
Kernel: Suppress logging during kmalloc heap expansion
Andreas Kling
2021-03-11
LibLine: Cleanup the suggestions before inserting a new code point
AnotherTest
2021-03-11
Kernel: Always protect process data immediately after construction
Andreas Kling
2021-03-11
Kernel: Inherit the dumpable flag on sys$fork()
Andreas Kling
2021-03-11
Kernel: Move process termination status/signal into protected data
Andreas Kling
2021-03-11
Kernel: Move process thread lists into protected data
Andreas Kling
2021-03-11
AK: Add basic const iteration to IntrusiveList
Andreas Kling
2021-03-11
Kernel: Move process signal trampoline address into protected data
Andreas Kling
2021-03-11
Kernel: Move process umask into protected data :^)
Andreas Kling
2021-03-11
Kernel: Don't keep protected Process data in a separate allocation
Andreas Kling
2021-03-11
Kernel: Add MAKE_ALIGNED_ALLOCATED helper macro
Andreas Kling
2021-03-11
Kernel: Add MemoryManager::set_page_writable_direct()
Andreas Kling
2021-03-11
Kernel: Allow kmalloc_aligned() alignment up to 4096
Andreas Kling
2021-03-11
Kernel: Silence debug spam about chown and symlink during boot
Andreas Kling
2021-03-11
Toolchain: Remove unnecessary file from commit
Ben Wiederhake
2021-03-11
crash: Fix more typos in check logic
Ben Wiederhake
2021-03-11
crash: Fix typo in check logic
Ben Wiederhake
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
2021-03-11
xargs: Fix boring memory leak
Ben Wiederhake
2021-03-11
UserspaceEmulator: Handle MAP_FIXED with invalid addresses better
Ben Wiederhake
2021-03-11
UserspaceEmulator: Do not pass MAP_FIXED to Kernel
Ben Wiederhake
2021-03-11
UserspaceEmulator: Implement set_process_name syscall
Ben Wiederhake
2021-03-11
UserspaceEmulator: Split large file into logical pieces
Ben Wiederhake
[prev]
[next]