summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
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
2020-07-01Profiler: Rename from ProfileViewer :^)Andreas Kling
2020-07-01Meta: make `Meta/run.sh qgrub` work.Emanuele Torre
2020-07-01Meta: Give SERENITY_ROOT a default value in `CLion/run.sh`Emanuele Torre
2020-07-01Meta: `run.sh`: fix usage commentsEmanuele Torre
2020-07-01Meta: Allow running run.sh from any where by setting SERENITY_BUILDEmanuele Torre
2020-07-01Meta: move Kernel/.bochsrc => Meta/bochsrcEmanuele Torre
2020-07-01Meta: CLion/run.sh should be executableEmanuele Torre
2020-07-01Meta: make `CLion/run.sh` use `run.sh`Emanuele Torre
2020-07-01Meta: use "better" syntax to set SERENITY_KERNEL_CMDLINE in run.sh :^)Emanuele Torre
2020-07-01Meta: quote variables in `run.sh` where it makes senseEmanuele Torre
2020-06-27Userland: Add a 'test' utilityAnotherTest
2020-06-21Meta: default SUDO_UID and SUDO_GID to 0 in build-image-*.sh scriptsEmanuele Torre
2020-06-21Meta: get rid of sync.sh using the technique used in the previous commitEmanuele Torre
2020-06-21Meta: tweak build-image-grub.sh to allow running `make grub-image`..Emanuele Torre
2020-06-21Meta: Tweak QtCreator .files sync script to include .idl filesAndreas Kling
2020-06-18keymap: Add back a tiny utility for setting the system keyboard layoutAndreas Kling
2020-06-17WebContent: Start work on browser process separation :^)Andreas Kling
2020-06-17Meta: Scale back overly informal user-facing stringsAndreas Kling
2020-06-17Base+Meta: Rename the wheel group to goodboys :^)Sergey Bugaev
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-08Base: Symlink /dev/urandom to /dev/randomAndreas Kling
2020-06-08Applications: Add new KeyboardSettings applicationHüseyin ASLITÜRK
2020-06-07Meta: Run Crypto tests in CIAnotherTest
2020-06-05build-root-filesystem: Explicitly add +rX for group and others to copied files.Nico Weber
2020-06-05build-root-filesystem: Move "cp -R" block up.Nico Weber
2020-06-05run.sh: Pass -drive instead of -hda to qemu.Nico Weber