summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09Ports: Add liboggAnicJov
2021-03-09Meta: Add a build helper scriptTom
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-09AK: Include Assertions.h in StdLibExtras.hMiț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
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-08LibWeb: Some improvements to CSS height:auto computation for blocksAndreas Kling
2021-03-08Website: Add link to @ABigPickle's VLA exploitAndreas Kling
2021-03-08Website: Reorganize bounty page history section a little bitAndreas Kling
2021-03-08LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enumBrian Gianforcaro
2021-03-08Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enumBrian Gianforcaro
2021-03-08Kernel: Make MemoryManager API type-safe for Region::Access enumBrian Gianforcaro
2021-03-08AK: Add AK_ENUM_BITWISE_OPERATORS(..) to enable type-safe enum bitwise operat...Brian Gianforcaro
2021-03-08LibWeb: Implement StyleSheet.typeAndreas Kling
2021-03-08LibWeb: Map all the IDL string types to AK::String for nowAndreas Kling
2021-03-08LibWeb: Give CSSLoader a backpointer to its owner elementAndreas Kling
2021-03-08LibWeb: Implement StyleSheet.ownerNode :^)Andreas Kling
2021-03-08AK: Take advantage of constexpr in Time and add time conversion methodsTom
2021-03-08AK: Initialize the AK::Time membersTom
2021-03-08Ports: Add SDL2_mixerAndreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-03-08LibWeb: Allow specifying a custom C++ implementation for IDL attributesAndreas Kling
2021-03-08LibWeb: Make generated wrapper code cast IDL longs to i32 for nowAndreas Kling
2021-03-08AK: JsonObject::value_or() fallback value should be a const referenceAndreas Kling
2021-03-08Ports/git: remove no longer needed patchesJorropo
2021-03-08Base: Add sysctl man pageBrendan Coles