index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-22
LibJS: Disallow negative day lengths in ZonedDateTime.protoype.round
Luke Wilde
2022-07-22
LibWeb/IDL: Handle passing ArrayBuffer to an IDL union type
Kenneth Myhra
2022-07-21
LibJS: Selectively display DateTimeFormat day periods as noon
Timothy Flynn
2022-07-21
LibUnicode: Generate per-locale data for the "noon" fixed day period
Timothy Flynn
2022-07-21
LibUnicode: Check whether a calendar symbol for a locale actually exists
Timothy Flynn
2022-07-21
LibJS+LibUnicode: Handle flexible day periods on both sides of midnight
Timothy Flynn
2022-07-21
PartitionEditor: Add size column
Samuel Bowman
2022-07-21
PartitionEditor: Add total blocks column
Samuel Bowman
2022-07-21
LibPartition: Fix end block off by one error
Samuel Bowman
2022-07-21
PartitionEditor: Abort and show a dialog if not running as root
Samuel Bowman
2022-07-21
PartitionEditor: Add the beginnings of a partition editor :^)
Samuel Bowman
2022-07-21
LibCore: Add File::is_{block,char}_device() helpers
Samuel Bowman
2022-07-21
LibPartition: Make GUIDPartitionTable kernel/userland agnostic
Samuel Bowman
2022-07-21
LibPartition: Make EBRPartitionTable kernel/userland agnostic
Samuel Bowman
2022-07-21
LibPartition: Make MBRPartitionTable kernel/userland agnostic
Samuel Bowman
2022-07-21
LibPartition: Make PartitionTable kernel/userland agnostic
Samuel Bowman
2022-07-21
Kernel: Move DiskPartition up into Kernel/Storage
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move GUIDPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move EBRPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move MBRPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move PartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move DiskPartitionMetadata into LibPartition
Samuel Bowman
2022-07-21
Documentation: Add a table of contents for Documentation
Sam Atkins
2022-07-21
Documentation: Rename UsingQtCreator.md
Sam Atkins
2022-07-21
Keymap+WindowServer: Add context menu to keymap applet
Timur Sultanov
2022-07-21
Utilities+LibELF: Temporary promises for dynamic linker in "pledge"
Itamar
2022-07-21
LibCore: Add function for searching a file in $PATH
Itamar
2022-07-21
LibPthread: Implement named semaphores
Idan Horowitz
2022-07-21
SystemServer: Create /tmp/semaphore on startup
Idan Horowitz
2022-07-21
LibPthread: Support process-shared semaphores
Idan Horowitz
2022-07-21
LibPthread: Add magic bytes to the start of sem_t structures
Idan Horowitz
2022-07-21
LibC: Support blocking flock()
Idan Horowitz
2022-07-21
Kernel: Support F_SETLKW in fcntl
Idan Horowitz
2022-07-21
Kernel: Clean up sys$futex and add support for cross-process futexes
Idan Horowitz
2022-07-21
Kernel: Propagate OOM conditions out of sys$futex
Idan Horowitz
2022-07-21
Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument
Idan Horowitz
2022-07-21
CI+Lagom: Add Lagom Android CI for arm64-v8a on NDK 24 with API level 30
Andrew Kaster
2022-07-21
LibC: Only select Elf32_* in ElfW() macro defintion on 32-bit platforms
Andrew Kaster
2022-07-21
du: Implement the 1k block size short option
Tim Schumacher
2022-07-21
du: Invert apparent-size behaviour
Tim Schumacher
2022-07-21
du: Implement custom block sizes
Tim Schumacher
2022-07-21
du: Replace home-grown block-based size calculation with `ceil_div`
Tim Schumacher
2022-07-21
LibCore: Add support for long integral types to ArgsParser
Tim Schumacher
2022-07-21
LibCore: Implement integral ArgsParser options through a template
Tim Schumacher
2022-07-21
LibWeb: Allow `calc()` inside CSS transform functions :^)
Sam Atkins
2022-07-21
LibWeb: Add helper methods for checking a calc()'s resolved type
Sam Atkins
2022-07-21
LibWeb: Stop handling impossible Percentage return values
Sam Atkins
2022-07-21
LibWeb: Handle `transform` in `style_value_for_property()`
Sam Atkins
2022-07-21
LibWeb: Mark `transform` property as affecting stacking contexts
Sam Atkins
2022-07-21
LibWeb: Store calculated transformation matrix on the StackingContext
Sam Atkins
[next]