summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
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
2020-06-02Meta: Time for a new screenshot! :^)Andreas Kling
2020-06-01Lagom: Fix target nameSergey Bugaev
2020-05-29Meta: update lint-shell-scripts.sh so that it does not search in Build/Emanuele Torre
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-28Build: Use a separate byproduct name for the GRUB disk image (#2424)etaIneLp
2020-05-28Kernel: Stop bootloader from setting video mode with MultibootetaIneLp
2020-05-28Meta: Grub configs use correct kernel image nameetaIneLp
2020-05-28Meta: build-image-grub.sh looks for grub configs in the right placeetaIneLp
2020-05-27Lagom: Build LibCrypto, LibTLS and test-crypto :^)Andreas Kling
2020-05-27LibGUI, About: Implement system-wide W2k-esque About dialogNick Vella
2020-05-24Debugger: Re-introduce the sdb aliasItamar
2020-05-22Build: Add DockerfileYonatan Goldschmidt