summaryrefslogtreecommitdiff
path: root/Kernel/CommandLine.cpp
AgeCommit message (Expand)Author
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a bunch more functionsAndreas Kling
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-08-25Kernel: Copy command line to a safe placeTom
2020-08-25Kernel: Switch singletons to use new Singleton classTom
2020-08-23Kernel: Avoid some allocations in command line parsing (#3213)Muhammad Zahalqa
2020-08-22Revert "AK: Get rid of make_singleton function"Andreas Kling
2020-08-22Revert "Kernel: Copy command line to a safe place"Andreas Kling
2020-08-22Kernel: Copy command line to a safe placeTom
2020-08-22AK: Get rid of make_singleton functionTom
2020-04-18Kernel: Remove CommandLine::get() in favor of lookup()Andreas Kling
2020-04-08Kernel: Simplify VMWareBackdoor somewhatAndreas Kling
2020-04-08Kernel: Rename KParams => Kernel::CommandLineAndreas Kling