index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-03-09
Utilities: Add a quotes database and 'fortunes' program
Ben Wiederhake
2021-03-09
LibWeb: Run clang-format on CSS/Parser/StyleComponentValueRule.h
Andreas Kling
2021-03-09
LibWeb: Run clang-format on CSS/Parser/Token.h
Andreas Kling
2021-03-09
LibX86: Don't use "if (foo) [[unlikely]] { }" for now (to please clang)
Andreas Kling
2021-03-09
LibWeb: Add a whole bunch of rule classes for the new CSS parser
Andreas Kling
2021-03-09
LibWeb: Rename CSSParser => DeprecatedCSSParser
Andreas Kling
2021-03-09
LibWeb: Add specification-based CSS tokenizer
Andreas Kling
2021-03-09
UserspaceEmulator: Add fast-path for is<MmapRegion>()
Andreas Kling
2021-03-09
UserspaceEmulator+LibX86: Sprinkle some [[unlikely]] and ALWAYS_INLINE
Andreas Kling
2021-03-09
Emulator: Use libc.so bounds to fast-reject non-malloc addresses
Andreas Kling
2021-03-09
UserspaceEmulator: Support FLDL2E / FLDPI, fix typos, use M_LN2 constant
Brendan Coles
2021-03-09
UserspaceEmulator: Add Emulator::dump_regions() helper function
Andreas Kling
2021-03-09
UserspaceEmulator: Honor alignment requests in virt$mmap(MAP_RANDOMIZED)
Andreas Kling
2021-03-09
UserspaceEmulator: Add partial support for some more x87 instructions
Andreas Kling
2021-03-09
UserspaceEmulator: Don't set the MmapRegion malloc-block bit too early
Andreas Kling
2021-03-09
UserspaceEmulator: Don't assume entire malloc block is chunked
Andreas Kling
2021-03-09
UserspaceEmulator: Don't audit accesses in calloc() and libsystem.so
Andreas Kling
2021-03-09
UserspaceEmulator: Tidy up the MallocRegionMetadata construction a bit
Andreas Kling
2021-03-09
UserspaceEmulator: Defer marking MmapRegion as malloc block
Andreas Kling
2021-03-09
UserspaceEmulator: Keep the MMU regions list sorted
Andreas Kling
2021-03-09
UserspaceEmulator: Remember VM region names for MAP_ANONYMOUS
Andreas Kling
2021-03-09
UserspaceEmulator: Implement sys$set_mmap_name()
Andreas Kling
2021-03-09
UserspaceEmulator: Never try to mprotect(PROT_EXEC) MmapRegion backing
Andreas Kling
2021-03-09
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
Andreas Kling
2021-03-09
LibC: Don't scrub memory in malloc/free when running in UE
Andreas Kling
2021-03-09
Kernel+UserspaceEmulator: Add sys$emuctl() system call
Andreas Kling
2021-03-09
LibWeb: Expose new CSS interfaces on the window object
Luke
2021-03-09
HackStudio: Add language client check in identifier click
Bui Quang Minh
2021-03-09
LibM: Add nan{f, l}
Mițca Dumitru
2021-03-09
LibM: Implement more rounding functions
Mițca Dumitru
2021-03-09
LibM: Implement the frexp family
Mițca Dumitru
2021-03-09
LibM: Implement copysign for float and long double
Mițca Dumitru
2021-03-09
LibM: Add scalbn and associated functions
Mițca Dumitru
2021-03-09
LibM: Add ilogb and logb
Mițca Dumitru
2021-03-09
LibM: Specialiase FloatExtractor for long double as well
Mițca Dumitru
2021-03-09
LibC: Add defines to float.h
Mițca Dumitru
2021-03-09
LibC: Add imaxdiv and lldiv
Mițca Dumitru
2021-03-09
LibM: Define floating point comparsion macros
Mițca Dumitru
2021-03-09
LibM: Define `math_errhandling` and associated macros
Mițca Dumitru
2021-03-08
UserspaceEmulator: Support munmap/mprotect with partial mappings
Ben Wiederhake
2021-03-08
UserspaceEmulator: Enable splitting regions at arbitrary points
Ben Wiederhake
2021-03-08
UserspaceEmulator: Convert backing storage from malloc to mmap
Ben Wiederhake
2021-03-08
LibWeb: Some improvements to CSS height:auto computation for blocks
Andreas Kling
2021-03-08
LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enum
Brian Gianforcaro
2021-03-08
LibWeb: Implement StyleSheet.type
Andreas Kling
2021-03-08
LibWeb: Map all the IDL string types to AK::String for now
Andreas Kling
2021-03-08
LibWeb: Give CSSLoader a backpointer to its owner element
Andreas Kling
2021-03-08
LibWeb: Implement StyleSheet.ownerNode :^)
Andreas Kling
2021-03-08
LibWeb: Start exposing CSS style sheets to JavaScript :^)
Andreas Kling
2021-03-08
LibWeb: Allow specifying a custom C++ implementation for IDL attributes
Andreas Kling
[next]