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-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
2021-03-11
LibWeb: Remove FIXME in is_javascript_mime_type_essence_match
Luke
2021-03-11
Meta: Add gdb command to serenity.sh
Tom
2021-03-10
Kernel: Move process pledge promises into protected data
Andreas Kling
2021-03-10
Kernel: Move process "dumpable" flag into protected data
Andreas Kling
2021-03-10
Kernel: Move process parent PID into protected data :^)
Andreas Kling
2021-03-10
Kernel: Move process extra_gids into protected data :^)
Andreas Kling
2021-03-10
Kernel: Move select Process members into protected memory
Andreas Kling
2021-03-10
Kernel: Add non-const KBuffer::impl() getter
Andreas Kling
2021-03-10
fuzz-syscalls: Mark sys$emuctl() as someone who returns ENOSYS
Andreas Kling
2021-03-10
Kernel: Build with -Wvla
Andreas Kling
2021-03-10
Kernel: Remove VLA usage in Ext2FS block traversal code
Andreas Kling
2021-03-10
Kernel: Turn a VLA into a statically-sized array in dump_backtrace()
Andreas Kling
2021-03-10
UserspaceEmulator: Remove debug spam about tracked malloc blocks
Andreas Kling
2021-03-10
Documentation: Add Serenity installation guide for VMware
Brendan Coles
2021-03-09
Kernel: Convert klog() => dmesgln() in TCPSocket
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in MemoryManager
Andreas Kling
2021-03-09
Kernel: Use dbgln_if() and PANIC() in Thread.cpp
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in IPv4Socket
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in PageDirectory
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in E1000NetworkAdapter
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in init()
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in ARP/routing code
Andreas Kling
[next]