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
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
2021-03-08
LibWeb: Make generated wrapper code cast IDL longs to i32 for now
Andreas Kling
2021-03-08
Base: Add sysctl man page
Brendan Coles
2021-03-08
Shell: Don't blindly dereference the result of Parser::parse()
AnotherTest
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-08
LibC: Remove stdbool.h as it is provided by the compiler
Mițca Dumitru
2021-03-08
LibC: Define static_assert in assert.h when it's being used in C
Mițca Dumitru
2021-03-08
LibCrypto: Fail with overflow when bitfield has too many unused bits
AnotherTest
2021-03-07
LibCompress: Rename libcompression.so to libcompress.so
Jelle Raaijmakers
2021-03-07
LibWeb: Fix clang-format issue in CSS/StyleResolver.cpp
Andreas Kling
2021-03-07
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
Andreas Kling
2021-03-07
LibWeb: Rename StyleRule => CSSStyleRule
Andreas Kling
2021-03-07
open: Fix opening "." (again)
Linus Groh
2021-03-07
Tests: Make syscall-fuzzer less brittle
Ben Wiederhake
2021-03-07
FileManager: Disable view change actions when directory is unreadable
Linus Groh
2021-03-07
Serendipity: Couple more tips and some clean-up
thankyouverycool
[next]