summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-25Meta: Provide script to automatically flag bad formattingBen Wiederhake
2020-09-20Meta: Fix build-root-filesystem.sh on macOSValtteri Koskivuori
2020-09-19Meta: Add env variable SERENITY_RUN to be able to choose qemu, bochs, etcTom
2020-09-16Build: Preserve hard/symbolic links when building root fsAnotherTest
2020-09-14Meta: Include .json files in the Qt Creator refresh scriptAndreas Kling
2020-09-14Meta: Make the text-to-cpp-string thingy pass shellcheckAndreas Kling
2020-09-14Meta: Add helper for generating a C++ string from a text fileAndreas Kling
2020-09-13Userland: Add {md5,sha1,sha256,sha512}sumLinus Groh
2020-09-12Meta: Avoid deprecated qemu optionBen Wiederhake
2020-09-12Meta: Describe how to analyze an LLVM fuzzer crashBen Wiederhake
2020-09-12Meta+LibGfx: Fuzz BMP parsingBen Wiederhake
2020-09-12LibJS: Fix start position of multi-line tokensBen Wiederhake
2020-09-07Meta: Fix shellcheck whines in check-symbols.shAndreas Kling
2020-09-06Travis: Run script that checks for forbidden symbols in LibCItamar
2020-09-06utmpupdate: Add a program for updating /var/run/utmpAndreas Kling
2020-09-05Meta: Fix wonky copyright headers in TestsBen Wiederhake
2020-09-04Kernel/USB: Start fleshing out a basic UHCI controller driver :^)Andreas Kling
2020-09-01Build: Add some -Wno-unknown-warning-option flags to CXXFLAGSAndreas Kling
2020-08-24Meta+Userland: Run the TLS test tooAnotherTest
2020-08-16Meta: Actually exclude the Build/ directory from QtCreator refreshAndreas Kling
2020-08-15Meta: Lint for duplicate endpoint IDsBen Wiederhake
2020-08-15Meta: Don't require setting SERENITY_ROOT for refresh scriptBen Wiederhake
2020-08-15Lagom: Add LibHTTP to Lagom (it builds fine without changes)Andreas Kling
2020-08-14Meta: allow override of QEMU -cpu argument via environment variablePeter Nelson
2020-08-12Meta: Check that "#include <LibM/math.h>" is not being usedLinus Groh
2020-08-10Lagom+LibELF: Add an ELF fuzzer, and tweak the code to survive a few minutes ...Nico Weber
2020-08-09Lagom: Pass -Wno-deprecated-copy to clang tooNico Weber
2020-08-09disasm: For ELF files, disassemble .text sectionNico Weber
2020-08-06Meta: Update CLion configuration to include LibM and generated filesLuke
2020-08-04Build: Make things build with clang without needing local changesNico Weber
2020-08-04Meta: Provide a way to only update a file if the output changesBen Wiederhake
2020-08-04LibCompress: Add LibCompressstelar7
2020-07-29Meta: make check-style.sh ignore Libraries/LibCore/puff.cppEmanuele Torre
2020-07-29Lagom: Clean up glob after puff.c -> puff.cpp renameNico Weber
2020-07-29Meta: Find potentially missing resourcesBen Wiederhake
2020-07-29Meta: Ensure that icons and other resources remain non-executableBen Wiederhake
2020-07-28Meta: Fix style of image building scriptsPeter Elliott
2020-07-28Meta: Calculate image size based on size of Build/Root and BasePeter Elliott
2020-07-28Userland: Add passwd utilityPeter Elliott
2020-07-27Lagom: Build with -std=c++2a -Wno-deprecated-copyAndreas Kling
2020-07-23Lagom: Add LibGemini, LibGfxNico Weber
2020-07-23LibWeb+test-web: Create test-web program, add doctype testLuke
2020-07-14Lagom: Add a markdown fuzzerNico Weber
2020-07-14Lagom: Add a note on how to build the fuzzers to readmeNico Weber
2020-07-07Base: Turn a whole bunch of /bin symlinks into shell aliases :^)Andreas Kling
2020-07-06LibJS/test-js: Create test-js program, prepare for test suite refactorMatthew Olsson
2020-07-06run.sh: Remove cpu_reset debug outputNico Weber
2020-07-05Meta: Do not run shellcheck on our Shell's scriptsAnotherTest
2020-07-05Shell: Build as part of Lagom as wellAnotherTest