summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-16UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscallsBrendan Coles
2021-03-16UserspaceEmulator: Print PID in mmap nullptr with MAP_FIXED reportln()Brendan Coles
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-15UserspaceEmulator: downgrade TODO to dbgln for invalid fcntl cmd argBrendan Coles
2021-03-14UserspaceEmulator: Add SC_rmdir syscallBrendan Coles
2021-03-14UserspaceEmulator: Increase stack size from 64 * KiB to 1 * MiBBrendan Coles
2021-03-14UserspaceEmulator: SoftCPU: Add support for FPTAN instructionBrendan Coles
2021-03-13LanguageServers/Cpp: Support jumping to declaration of preprocessorItamar
2021-03-13LanguageServers/Cpp: Complete Preprocessor definitionsItamar
2021-03-13LibCpp: Implement Parser::text_in_range using text of tokensItamar
2021-03-13LibCpp: Access Cpp::Token members via getter functionsItamar
2021-03-13LibCpp: Replace defined preprocessor values when parsingItamar
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12UserspaceEmulator: Convert a weird klog(!) to dbgln()Andreas Kling
2021-03-12UserspaceEmulator: SoftCPU: Add support for several x86 FPU instructionsBrendan Coles
2021-03-11UserspaceEmulator: Handle MAP_FIXED with invalid addresses betterBen Wiederhake
2021-03-11UserspaceEmulator: Do not pass MAP_FIXED to KernelBen Wiederhake
2021-03-11UserspaceEmulator: Implement set_process_name syscallBen Wiederhake
2021-03-11UserspaceEmulator: Split large file into logical piecesBen Wiederhake
2021-03-10UserspaceEmulator: Remove debug spam about tracked malloc blocksAndreas Kling
2021-03-09UserspaceEmulator: Add fast-path for is<MmapRegion>()Andreas Kling
2021-03-09UserspaceEmulator+LibX86: Sprinkle some [[unlikely]] and ALWAYS_INLINEAndreas Kling
2021-03-09Emulator: Use libc.so bounds to fast-reject non-malloc addressesAndreas Kling
2021-03-09UserspaceEmulator: Support FLDL2E / FLDPI, fix typos, use M_LN2 constantBrendan Coles
2021-03-09UserspaceEmulator: Add Emulator::dump_regions() helper functionAndreas Kling
2021-03-09UserspaceEmulator: Honor alignment requests in virt$mmap(MAP_RANDOMIZED)Andreas Kling
2021-03-09UserspaceEmulator: Add partial support for some more x87 instructionsAndreas Kling
2021-03-09UserspaceEmulator: Don't set the MmapRegion malloc-block bit too earlyAndreas Kling
2021-03-09UserspaceEmulator: Don't assume entire malloc block is chunkedAndreas Kling
2021-03-09UserspaceEmulator: Don't audit accesses in calloc() and libsystem.soAndreas Kling
2021-03-09UserspaceEmulator: Tidy up the MallocRegionMetadata construction a bitAndreas Kling
2021-03-09UserspaceEmulator: Defer marking MmapRegion as malloc blockAndreas Kling
2021-03-09UserspaceEmulator: Keep the MMU regions list sortedAndreas Kling
2021-03-09UserspaceEmulator: Remember VM region names for MAP_ANONYMOUSAndreas Kling
2021-03-09UserspaceEmulator: Implement sys$set_mmap_name()Andreas Kling
2021-03-09UserspaceEmulator: Never try to mprotect(PROT_EXEC) MmapRegion backingAndreas Kling
2021-03-09UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UEAndreas Kling
2021-03-09Kernel+UserspaceEmulator: Add sys$emuctl() system callAndreas Kling
2021-03-09HackStudio: Add language client check in identifier clickBui Quang Minh
2021-03-08UserspaceEmulator: Support munmap/mprotect with partial mappingsBen Wiederhake
2021-03-08UserspaceEmulator: Enable splitting regions at arbitrary pointsBen Wiederhake
2021-03-08UserspaceEmulator: Convert backing storage from malloc to mmapBen Wiederhake
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-06HackStudio: Restart LanguageServer if it crashesItamar
2021-03-06LanguageServers: Support calling SetFileContent with not-yet open filesItamar
2021-03-06LanguageServers: Tweak FileDB APIItamar
2021-03-06HackStudio: Add ProjectFile::create_if_neededItamar
2021-03-06HackStudio: Create Language enum from file extension or language nameItamar
2021-03-06HackStudio: Remove redundant null check when creating a new project fileItamar