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-11
crash: Fix more typos in check logic
Ben Wiederhake
2021-03-11
crash: Fix typo in check logic
Ben Wiederhake
2021-03-11
Userland: Remove superfluous headers
Ben Wiederhake
2021-03-11
xargs: Fix boring memory leak
Ben Wiederhake
2021-03-11
UserspaceEmulator: Handle MAP_FIXED with invalid addresses better
Ben Wiederhake
2021-03-11
UserspaceEmulator: Do not pass MAP_FIXED to Kernel
Ben Wiederhake
2021-03-11
UserspaceEmulator: Implement set_process_name syscall
Ben Wiederhake
2021-03-11
UserspaceEmulator: Split large file into logical pieces
Ben Wiederhake
2021-03-11
LibWeb: Remove FIXME in is_javascript_mime_type_essence_match
Luke
2021-03-10
fuzz-syscalls: Mark sys$emuctl() as someone who returns ENOSYS
Andreas Kling
2021-03-10
UserspaceEmulator: Remove debug spam about tracked malloc blocks
Andreas Kling
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
[next]