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-13
LibCpp: Move Cpp::Token to a separate file
Itamar
2021-03-13
LibCpp: Replace defined preprocessor values when parsing
Itamar
2021-03-13
QuickShow: Add help documentation
Brendan Coles
2021-03-13
Kernel: Add Test for munmap of multiple regions
Hendiadyoin1
2021-03-13
Kernel: Make munmap more posix compliant
Hendiadyoin1
2021-03-13
Kernel: munmap multiple regions at a time
Hendiadyoin1
2021-03-13
Kernel: Implement helper to find multiple Regions in a Range
Hendiadyoin1
2021-03-13
Kernel: Add a Range::intersect(other) helper
Hendiadyoin1
2021-03-13
Terminal: Add support for fullscreen view
Brendan Coles
2021-03-13
Kernel: Don't reset AHCI ports during boot unless requested
Liav A
2021-03-13
Kernel: Don't wait for AHCI port to reset the signature
Liav A
2021-03-13
Kernel: Change the timings when initiating AHCI port reset
Liav A
2021-03-13
Kernel: Implement triply indirect block support in Ext2FSInode
Jean-Baptiste Boric
2021-03-13
Kernel: Modify block lists in place for Ext2FSInode::resize()
Jean-Baptiste Boric
2021-03-13
Userland: Create stress-truncate test program
Jean-Baptiste Boric
2021-03-12
Meta: Support 'serenity.sh gdb lagom'
Linus Groh
2021-03-12
Lagom: Add 'test' command to serenity.sh
Linus Groh
2021-03-12
Meta: Make 'serenity.sh run lagom' run Lagom executables
Linus Groh
2021-03-12
Meta: Don't depend on toolchain for lagom target in serenity.sh
Linus Groh
2021-03-12
Meta: Add lagom_unsupported helper function to serenity.sh
Linus Groh
2021-03-12
LibJS: Implement 'Relative Indexing Method' proposal (.at())
Linus Groh
2021-03-12
FuzzilliJs: Add missing <errno.h> include
Andreas Kling
2021-03-12
Kernel: Run clang-format on PIC.cpp
Andreas Kling
2021-03-12
AK+LibCore: Remove empty files
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
Kernel: Fix rounding of PT_LOAD mappings in sys$execve()
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in UHCIController
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in SB16
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in TestModule
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in a handful of places
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in InterruptManagement
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in Storage
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in PCI
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in IOAPIC
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in DMI
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in TimeManagement
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in SharedIRQHandler
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in MultiProcessorParser
Andreas Kling
2021-03-12
QuickShow: Replace posix_spawn with LibDesktop::Launcher
Brendan Coles
2021-03-12
Kernel: Convert klog() => AK::Format in StdLib
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in APIC
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in IDEChannel
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in DiskPartition
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in NetworkTask
Andreas Kling
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
[next]