index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
CommandLine.cpp
Age
Commit message (
Expand
)
Author
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-09
Kernel/CommandLine: Add option to disable physical networking hardware
Liav A
2021-06-03
Kernel: Fix "sv" being inside of "no-fbdev" instead of outside
Luke
2021-05-31
Kernel: Move CommandLine API to use AK::StringView instead of AK::String
Brian Gianforcaro
2021-05-29
Kernel/Storage: Remove the None option from AHCI reset policy
Liav A
2021-05-21
Kernel/Commandline: Allow the user to specify an embedded string
Liav A
2021-05-21
Kernel: Print commandline after initializing it
Liav A
2021-05-16
Kernel: Allow the user to specify the virtual console when booting
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Kernel: Add kernel command line flag to disable VirtIO support
Idan Horowitz
2021-04-18
Kernel: Add boot argument to disable the UHCI Controller
Luke
2021-04-08
Kernel: Introduce two new boot arguments to assist with bare metal debug
Liav A
2021-04-06
Kernel/PCI: Disable ECAM method by default
Liav A
2021-04-03
Kernel/PCI: Introduce a new ECAM access mechanism
Liav A
2021-04-03
Kernel: Enable PCI ECAM method again if available
Liav A
2021-03-23
Revert "Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11"
Liav A
2021-03-21
Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11
Liav A
2021-03-13
Kernel: Don't reset AHCI ports during boot unless requested
Liav A
2021-03-03
Kernel: Add 'boot_prof' option to enable full system profiling on boot
Brian Gianforcaro
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-08-25
Kernel: Copy command line to a safe place
Tom
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-23
Kernel: Avoid some allocations in command line parsing (#3213)
Muhammad Zahalqa
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
Revert "Kernel: Copy command line to a safe place"
Andreas Kling
2020-08-22
Kernel: Copy command line to a safe place
Tom
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-04-18
Kernel: Remove CommandLine::get() in favor of lookup()
Andreas Kling
2020-04-08
Kernel: Simplify VMWareBackdoor somewhat
Andreas Kling
2020-04-08
Kernel: Rename KParams => Kernel::CommandLine
Andreas Kling