summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-22Meta: Add basic Zsh completions for serenity.shLinus Groh
2021-04-22Meta: Add GDB pretty printersGunnar Beutner
2021-04-21Meta: Add an option to precompile some very common AK headersAli Mohammad Pur
2021-04-21Tests: Reorganize LibCompress unit testsMarco Biscaro
2021-04-20Lagom: Add sql utility and LibSQL unit testsTimothy Flynn
2021-04-20AK+Meta: Add a debug option for LibSQLTimothy Flynn
2021-04-20Ports: Update the lint-ports.py script to ignore missing auth_type for Sereni...Gunnar Beutner
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-04-20Meta: Add a rebuild-world command to serenity.shBrian Gianforcaro
2021-04-20Meta: Add allow-list for icon size detection in CMakeBrian Gianforcaro
2021-04-19Meta: Remove references to Userland/Libraries/LibELF/exec_elf.hBrendan Coles
2021-04-18Meta: Mark x86 debug register macros as false positives for CIFalseHonesty
2021-04-18Meta: Replace /bin/env with /usr/bin/envin serenity.sh shebangLinus Groh
2021-04-18Meta: Update check-style.sh to ignore CVS $id$ tagsGunnar Beutner
2021-04-18LibC+LibELF: Implement support for the dl_iterate_phdr helperGunnar Beutner
2021-04-17Meta: Remove stray newline from serenity.sh help textLinus Groh
2021-04-17Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG)Idan Horowitz
2021-04-17Kernel: Finish base implementation of VirtQueuesIdan Horowitz
2021-04-17Kernel: Implement a naive version of virtconsole by memcpying to physical pageIdan Horowitz
2021-04-17Kernel: Add base support for VirtIO devicesIdan Horowitz
2021-04-17Meta: Allow serenity.sh to be used outside of assumed working directoryBrian Gianforcaro
2021-04-16Meta: lint-ports: Check package files for required propertiesBrendan Coles
2021-04-15Meta: Use basename for serenity.sh help messageBrian Gianforcaro
2021-04-12Meta: Add install-ports CMake targetPeter Elliott
2021-04-11Everywhere: Update references from ReadMe.md => README.mdAndreas Kling
2021-04-04Meta: Update the screenshot in the ReadMe :^)Andreas Kling
2021-04-03Kernel: Introduce a new HID subsystemLiav A
2021-04-02Meta: Resolve some pylint violations in Python lint scriptsBrendan Coles
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-31Utilities: Add simple traceroute utilityIdan Horowitz
2021-03-27Lagom/Fuzzers: Add fuzzer for zip file parserLuke
2021-03-24Meta: Pass arguments to 'serenity.sh run lagom' executableLinus Groh
2021-03-23LibGUI: Remove one ancient GMENU_DEBUG debug logAndreas Kling
2021-03-19CI: Don't fail check-symbols if symbol is defiend somewhere elseItamar
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-14Lagom/Fuzzers: Add fuzzers for the new Gzip and Deflate compressorsLuke
2021-03-14Lagom/Fuzzers: Add fuzzers for Latin 1, Latin 2 and UTF16-BELuke
2021-03-13Kernel: Implement triply indirect block support in Ext2FSInodeJean-Baptiste Boric
2021-03-12Meta: Support 'serenity.sh gdb lagom'Linus Groh
2021-03-12Lagom: Add 'test' command to serenity.shLinus Groh
2021-03-12Meta: Make 'serenity.sh run lagom' run Lagom executablesLinus Groh
2021-03-12Meta: Don't depend on toolchain for lagom target in serenity.shLinus Groh
2021-03-12Meta: Add lagom_unsupported helper function to serenity.shLinus Groh
2021-03-12FuzzilliJs: Add missing <errno.h> includeAndreas Kling
2021-03-11Meta: Remove old CLion-specific filesLinus Groh
2021-03-11Meta: Add KMALLOC_DEBUG to all_the_debug_macrosAndreas Kling
2021-03-11Meta: Add gdb command to serenity.shTom
2021-03-09Kernel: Remove ancient FIFO_DEBUG codeAndreas Kling
2021-03-09Meta: Add a build helper scriptTom