summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-03-11crash: Fix more typos in check logicBen Wiederhake
2021-03-11crash: Fix typo in check logicBen Wiederhake
2021-03-11Userland: Remove superfluous headersBen Wiederhake
2021-03-11xargs: Fix boring memory leakBen Wiederhake
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-11LibWeb: Remove FIXME in is_javascript_mime_type_essence_matchLuke
2021-03-10fuzz-syscalls: Mark sys$emuctl() as someone who returns ENOSYSAndreas Kling
2021-03-10UserspaceEmulator: Remove debug spam about tracked malloc blocksAndreas Kling
2021-03-09Utilities: Add a quotes database and 'fortunes' programBen Wiederhake
2021-03-09LibWeb: Run clang-format on CSS/Parser/StyleComponentValueRule.hAndreas Kling
2021-03-09LibWeb: Run clang-format on CSS/Parser/Token.hAndreas Kling
2021-03-09LibX86: Don't use "if (foo) [[unlikely]] { }" for now (to please clang)Andreas Kling
2021-03-09LibWeb: Add a whole bunch of rule classes for the new CSS parserAndreas Kling
2021-03-09LibWeb: Rename CSSParser => DeprecatedCSSParserAndreas Kling
2021-03-09LibWeb: Add specification-based CSS tokenizerAndreas 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-09LibC: Don't scrub memory in malloc/free when running in UEAndreas Kling
2021-03-09Kernel+UserspaceEmulator: Add sys$emuctl() system callAndreas Kling
2021-03-09LibWeb: Expose new CSS interfaces on the window objectLuke
2021-03-09HackStudio: Add language client check in identifier clickBui Quang Minh
2021-03-09LibM: Add nan{f, l}Mițca Dumitru
2021-03-09LibM: Implement more rounding functionsMițca Dumitru
2021-03-09LibM: Implement the frexp familyMițca Dumitru
2021-03-09LibM: Implement copysign for float and long doubleMițca Dumitru
2021-03-09LibM: Add scalbn and associated functionsMițca Dumitru
2021-03-09LibM: Add ilogb and logbMițca Dumitru
2021-03-09LibM: Specialiase FloatExtractor for long double as wellMițca Dumitru
2021-03-09LibC: Add defines to float.hMițca Dumitru
2021-03-09LibC: Add imaxdiv and lldivMițca Dumitru
2021-03-09LibM: Define floating point comparsion macrosMițca Dumitru
2021-03-09LibM: Define `math_errhandling` and associated macrosMițca Dumitru