Age | Commit message (Expand) | Author |
2020-10-03 | Everywhere: Fix more typos | Linus Groh |
2020-09-25 | Meta: Provide script to automatically flag bad formatting | Ben Wiederhake |
2020-09-20 | Meta: Fix build-root-filesystem.sh on macOS | Valtteri Koskivuori |
2020-09-19 | Meta: Add env variable SERENITY_RUN to be able to choose qemu, bochs, etc | Tom |
2020-09-16 | Build: Preserve hard/symbolic links when building root fs | AnotherTest |
2020-09-14 | Meta: Include .json files in the Qt Creator refresh script | Andreas Kling |
2020-09-14 | Meta: Make the text-to-cpp-string thingy pass shellcheck | Andreas Kling |
2020-09-14 | Meta: Add helper for generating a C++ string from a text file | Andreas Kling |
2020-09-13 | Userland: Add {md5,sha1,sha256,sha512}sum | Linus Groh |
2020-09-12 | Meta: Avoid deprecated qemu option | Ben Wiederhake |
2020-09-12 | Meta: Describe how to analyze an LLVM fuzzer crash | Ben Wiederhake |
2020-09-12 | Meta+LibGfx: Fuzz BMP parsing | Ben Wiederhake |
2020-09-12 | LibJS: Fix start position of multi-line tokens | Ben Wiederhake |
2020-09-07 | Meta: Fix shellcheck whines in check-symbols.sh | Andreas Kling |
2020-09-06 | Travis: Run script that checks for forbidden symbols in LibC | Itamar |
2020-09-06 | utmpupdate: Add a program for updating /var/run/utmp | Andreas Kling |
2020-09-05 | Meta: Fix wonky copyright headers in Tests | Ben Wiederhake |
2020-09-04 | Kernel/USB: Start fleshing out a basic UHCI controller driver :^) | Andreas Kling |
2020-09-01 | Build: Add some -Wno-unknown-warning-option flags to CXXFLAGS | Andreas Kling |
2020-08-24 | Meta+Userland: Run the TLS test too | AnotherTest |
2020-08-16 | Meta: Actually exclude the Build/ directory from QtCreator refresh | Andreas Kling |
2020-08-15 | Meta: Lint for duplicate endpoint IDs | Ben Wiederhake |
2020-08-15 | Meta: Don't require setting SERENITY_ROOT for refresh script | Ben Wiederhake |
2020-08-15 | Lagom: Add LibHTTP to Lagom (it builds fine without changes) | Andreas Kling |
2020-08-14 | Meta: allow override of QEMU -cpu argument via environment variable | Peter Nelson |
2020-08-12 | Meta: Check that "#include <LibM/math.h>" is not being used | Linus Groh |
2020-08-10 | Lagom+LibELF: Add an ELF fuzzer, and tweak the code to survive a few minutes ... | Nico Weber |
2020-08-09 | Lagom: Pass -Wno-deprecated-copy to clang too | Nico Weber |
2020-08-09 | disasm: For ELF files, disassemble .text section | Nico Weber |
2020-08-06 | Meta: Update CLion configuration to include LibM and generated files | Luke |
2020-08-04 | Build: Make things build with clang without needing local changes | Nico Weber |
2020-08-04 | Meta: Provide a way to only update a file if the output changes | Ben Wiederhake |
2020-08-04 | LibCompress: Add LibCompress | stelar7 |
2020-07-29 | Meta: make check-style.sh ignore Libraries/LibCore/puff.cpp | Emanuele Torre |
2020-07-29 | Lagom: Clean up glob after puff.c -> puff.cpp rename | Nico Weber |
2020-07-29 | Meta: Find potentially missing resources | Ben Wiederhake |
2020-07-29 | Meta: Ensure that icons and other resources remain non-executable | Ben Wiederhake |
2020-07-28 | Meta: Fix style of image building scripts | Peter Elliott |
2020-07-28 | Meta: Calculate image size based on size of Build/Root and Base | Peter Elliott |
2020-07-28 | Userland: Add passwd utility | Peter Elliott |
2020-07-27 | Lagom: Build with -std=c++2a -Wno-deprecated-copy | Andreas Kling |
2020-07-23 | Lagom: Add LibGemini, LibGfx | Nico Weber |
2020-07-23 | LibWeb+test-web: Create test-web program, add doctype test | Luke |
2020-07-14 | Lagom: Add a markdown fuzzer | Nico Weber |
2020-07-14 | Lagom: Add a note on how to build the fuzzers to readme | Nico Weber |
2020-07-07 | Base: Turn a whole bunch of /bin symlinks into shell aliases :^) | Andreas Kling |
2020-07-06 | LibJS/test-js: Create test-js program, prepare for test suite refactor | Matthew Olsson |
2020-07-06 | run.sh: Remove cpu_reset debug output | Nico Weber |
2020-07-05 | Meta: Do not run shellcheck on our Shell's scripts | AnotherTest |
2020-07-05 | Shell: Build as part of Lagom as well | AnotherTest |