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
2023-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2023-05-19
Kernel: Check only for the first equal sign in the kernel command line
Hediadyoin1
2023-04-29
Kernel: Store the kernel command line in a `StringView`
Daniel Bertalan
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-01-06
Kernel: Make i8042 controller initialization sequence more robust
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-10
Kernel: Use HashMap::try_ensure_capacity
Thomas Queiroz
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-09-20
Kernel/PCI: Don't use x86 initialization methods in non-x86 builds
Liav A
2022-09-18
Kernel: Replace KString::must_create, fix init_args
Ben Wiederhake
2022-08-30
Kernel/Storage: Introduce new boot device addressing modes
Liav A
2022-08-14
Kernel/Commandline: Remove a remainder of the removed boot_mode flag
Liav A
2022-08-14
Everywhere: Get rid of the fbdev kernel boot argument remainders
Liav A
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-05-05
Kernel/Graphics: Simplify the feature level of the Graphics subsystem
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Kernel: Allow to disable early boot console
Liav A
2022-03-02
Kernel: Change PCI access commandline option to also represent no access
Liav A
2022-02-02
Kernel: Add nvme_poll command line parameters
Pankaj Raghav
2022-01-23
Kernel: Add CommandLine option to disable or enable the PC speaker
Liav A
2022-01-21
Kernel: Ensure that CommandLine is initialized before choosing PanicMode
Liav A
2022-01-12
Kernel: Convert CommandLine to KString
Idan Horowitz
2022-01-06
Kernel: Add option to force using only the bootloader framebuffer
Tom
2022-01-05
Kernel: Use MUST+ Vector::try_prepend instead of Vector::prepend
Brian Gianforcaro
2021-12-30
Kernel: Remove else-after-return statements in CommandLine.cpp
Hendiadyoin1
2021-12-30
Kernel: Remove superfluous moves in CommandLine.cpp
Hendiadyoin1
2021-12-20
Kernel: Ensure SMP mode is not enabled if IOAPIC mode is disabled
Liav A
2021-12-14
Kernel: Allow switching to IOAPIC mode even without enabling SMP
Liav A
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-25
Kernel: Avoid allocation when checking for vmmouse
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-10-25
Kernel: Separate panic behavior from bootmode
Ben Wiederhake
2021-10-25
Kernel: Separate framebuffers from bootmode
Ben Wiederhake
2021-10-08
Kernel: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-09-10
Kernel/CommandLine: Verify ACPI feature level cannot have invalid string
Liav A
2021-09-10
Kernel/ACPI: Simplify parser initialization
Liav A
2021-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
2021-09-07
Kernel/PCI: Turn on memory access by default
Liav A
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-08-18
AK+Kernel: StringView hash map Traits should not set peek type to String
Brian Gianforcaro
2021-08-09
Kernel/USB: Create controller base class and introduce USBManagement
Luke
2021-08-08
Kernel: Fix panic loop when encountering an unknown boot_mode
Brian Gianforcaro
2021-07-26
Kernel: Un-unmap-after-init CommandLine::boot_mode()
Ali Mohammad Pur
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
[next]