summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-01-12Shell: Move to Userland/Shell/Andreas Kling
2021-01-11Kernel: Remove MM_DEBUG debug spam codeAndreas Kling
2021-01-10Meta: Only complain about linter tools if relevant files have changedAndrew Kaster
2021-01-10LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro nameAndreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-09LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)Andreas Kling
2021-01-09Meta: Use /usr/bin/env for python3 in newline checker scriptAndrew Kaster
2021-01-09Meta: Add flake8 to lint python filesAndrew Kaster
2021-01-09Kernel/USB: Implement test transferJesse Buhagiar
2021-01-03Meta: Rewrite the check-newlines-at-eof script in pythonEmanuele Torre
2021-01-03Kernel: Improve ProcFS behavior in low memory conditionsTom
2021-01-03Lagom: Build gml-formatLinus Groh
2021-01-03Loader.so+LibELF: Move most of Loader.so's logic into ELF::DynamicLinkerWilliam Marlow
2021-01-03TextEditor+Meta+Ports+Shell: Remove blank lines at the end of some filesEmanuele Torre
2021-01-03Meta: Add a script that makes sure files end in a newline.Emanuele Torre
2021-01-03FuzzJs: If the program successfully parsed, try running itLuke
2021-01-02Lagom/Fuzzers: Add TTF fuzzerLuke
2021-01-02CMake: Warn when a serenity app is missing small or medium iconsBrian Gianforcaro
2021-01-01Meta: Bump default RAM size to 512MBTom
2021-01-01Kernel: Merge PurgeableVMObject into AnonymousVMObjectTom
2021-01-01Kernel: Memory purging improvementsTom
2021-01-01Lagom: Build test-compressAndreas Kling
2021-01-01CMake: Consolidate all options to the root of the projectBrian Gianforcaro
2021-01-01Base: Add a desktop shortcut to the root directoryAndreas Kling
2020-12-31Meta: Use a raw string delimiter in text-to-cpp-string.shAndreas Kling
2020-12-31Meta+Docs+CI: Require clang-format >= 11Linus Groh
2020-12-29Build: Expose symbols SECTION_start and SECTION_size for embedded resources.William Marlow
2020-12-29Build: Support non-i686 toolchainsmeme
2020-12-28Meta: Import the serenityos.org websiteAndreas Kling
2020-12-27Kernel: Introduce a new partitioning subsystemLiav A
2020-12-27Build: Fix build of grub image when choosing EBR schemeLiav A
2020-12-27Build: Fix build of grub image when choosing GPT schemeLiav A
2020-12-27Kernel: Introduce the DevFSLiav A
2020-12-27Meta: Run lint-prettier.sh on CILinus Groh
2020-12-27Meta: Add lint-prettier.shLinus Groh
2020-12-27Meta: Update lint-{clang-format,shell-scripts}.sh to take a list of filesLinus Groh
2020-12-27Meta: Set 'pipefail' option correctly in shell scriptsLinus Groh
2020-12-27Base: Add some default desktop iconsAndreas Kling
2020-12-26Meta: Make lint-shell-scripts.sh happyAnotherTest
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-24Toolchain+LibC: Fix usage of crt filesItamar
2020-12-24Meta: Run all lint checks and report failures togetherLenny Maiorani
2020-12-24Meta: Verify all AK test files are listed in CMakeLenny Maiorani
2020-12-24CMake: Decouple cmake utility functions from top-level CMakeLists.txtLenny Maiorani
2020-12-22CMake: Use built-in add_compile_definitions for *_DEBUG macrosLenny Maiorani
2020-12-22Meta: Use the correct clang-formatBen Wiederhake
2020-12-21Build: Create device files according to the new major-minor numbersLiav A
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-20LibGUI: Introduce GML - a simple GUI Markup Language :^)Andreas Kling