summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-03Kernel: Remove UART::{print_num, print_hex} since they are unusedTimon Kruiper
2022-05-03Kernel: Modify UART::print_str() to also take into account the lengthTimon Kruiper
2022-05-03Kernel: Remove aarch64/Utils.{cpp, h} since they are not used anymoreTimon Kruiper
2022-05-03Kernel: Replace calls to UART::print_str() with dbgln()Timon Kruiper
2022-05-03Kernel: Let Processor::is_initialized() of aarch64 return falseTimon Kruiper
2022-05-03Kernel: Add aarch64 version of kprintf.cppTimon Kruiper
2022-05-03Kernel: Fix aarch64 build by adding -Wno-nonnull flagTimon Kruiper
2022-05-02base64: Replace char pointer with StringViewKenneth Myhra
2022-05-02base64: Use TRY() instead of VERIFY(!result.is_error())Kenneth Myhra
2022-05-02base64: Use Core::File standard_input() standard_output()Kenneth Myhra
2022-05-02Base: Add More Emojiselectrikmilk
2022-05-02Kernel: Stop requiring working malloc for syscall.h includesPatrick Meyer
2022-05-02PixelPaint: Set title of default image to 'Untitled'cflip
2022-05-02CI: Add x86_64 Clang Coverage pipeline in AzureAndrew Kaster
2022-05-02Meta: Add script to analyze coverage data from an existing disk imageAndrew Kaster
2022-05-02Base: Set $LLVM_PROFILE_FILE before running run-testsAndrew Kaster
2022-05-02Kernel: Don't check pledges or veil against code coverage data filesAndrew Kaster
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2022-05-02Meta: Remove unused serenity_libc_static helper functionAndrew Kaster
2022-05-02LibM: Remove stale commented out CMake commandsAndrew Kaster
2022-05-02DynamicLoader: Remove stale FIXME for removing -nodefaultlibsAndrew Kaster
2022-05-02Toolchain: Enable LLVM Profile instrumentationAndrew Kaster
2022-05-02readelf: Don't error out on invalid interpreter pathAndrew Kaster
2022-05-02LibGfx: Fix typo in Color constructorCésar Torres
2022-05-01LibJS: Simplify Is{Accessor,Data,Generic}Descriptor AOsLinus Groh
2022-05-01LibJS: Change "Record {}" to "Iterator Record {}" in commentsLinus Groh
2022-05-01LibJS: Change "Completion {}" to "Completion Record {}" in commentsLinus Groh
2022-05-01LibJS: Change "as [the] argument[s]" to "with arguments" in commentsLinus Groh
2022-05-01LibJS: Update outdated table reference in BoundFunctionCreateLinus Groh
2022-05-01LibJS: Rename some variables from "script body" to "script"Linus Groh
2022-05-01LibJS: Rename scope to environmentLinus Groh
2022-05-01LibJS: Update spec comments testing presence of a fieldLinus Groh
2022-05-01LibJS: Update ValidateAndApplyPropertyDescriptor implementationLinus Groh
2022-05-01LibJS: Simplify Array.prototype.splice()Linus Groh
2022-05-01LibJS: Update a couple of outdated spec commentsLinus Groh
2022-05-01LibJS: Remove assertions that are now part of structured headersLinus Groh
2022-05-01LibJS: Add missing comment in OrdinaryToPrimitiveLinus Groh
2022-05-01Documentation: Fix Typo in TransferringFiles.mdpython-69
2022-05-01Kernel: Stop exposing gateway fieldMaciej
2022-05-01ifconfig: Stop supporting setting/displaying default gatewayMaciej
2022-05-01LibC: Implement a faster memset routine for x86-64 in assemblyDaniel Bertalan
2022-05-01readelf: Add printing for STT_GNU_IFUNCDaniel Bertalan
2022-05-01LibELF: Fail gracefully when IFUNC resolver's object has textrelsDaniel Bertalan
2022-05-01LibELF: Add support for IFUNCsDaniel Bertalan
2022-05-01LibELF: Keep track of whether the PLT contains REL or RELA relocationsDaniel Bertalan
2022-05-01LibELF: Perform .relr.dyn relocations before .rel.dynDaniel Bertalan
2022-05-01LibELF: Relax restriction on allowed values of EI_OSABI to allow GNUAndrew Kaster
2022-04-30LibJS: Stop fetching GlobalObject from target's realm in ArrayBufferIdan Horowitz
2022-04-30LibJS: Reject -00000 as extended year in Date parsingIdan Horowitz
2022-04-30LibJS: Do not negate zero into negative zero in ToIntegerOrInfinityIdan Horowitz