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-04-05
Utilities: Update arp to use newer APIs
brapru
2022-04-05
Utilities: Pledge inet in arp command
brapru
2022-04-05
Kernel: Add RegionTree::find_region_containing(address or range)
Andreas Kling
2022-04-05
Kernel: Add RegionTree::remove(Region&)
Andreas Kling
2022-04-05
LibJS: Actually generate a lexical env for SwitchStatement in BC
Ali Mohammad Pur
2022-04-05
LibJS: Use InitializeOrSet to initialize function declarations in BC
Ali Mohammad Pur
2022-04-05
LibJS: Make Handle<Value>::is_null() also consider the contained value
Ali Mohammad Pur
2022-04-05
js: Print the accumulator instead of the returned value in BC mode
Ali Mohammad Pur
2022-04-05
Kernel: Take the RegionTree spinlock when inspecting tree from outside
Andreas Kling
2022-04-05
Kernel: Remove unused ShouldDeallocateVirtualRange parameters
Andreas Kling
2022-04-05
js: Convert non-UTF-8 encoded files to UTF-8 before parsing
Timothy Flynn
2022-04-05
AK: Invalidate UTF-8 encoded code points larger than U+10ffff
Timothy Flynn
2022-04-04
LibWeb: Make default text-decoration-thickness a fraction of font height
Karol Kosek
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to aarch64 PageDirectory.cpp
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to aarch64 locking functions
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to the aarch64 handle_crash function
James Mintram
2022-04-04
Kernel: Remove unused dummy function from dummy.cpp
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to stub functions in aarch64 dummy.cpp
James Mintram
2022-04-04
Kernel: Add VERIFY_NOT_REACHED to stub aarch64 Processor functions
James Mintram
2022-04-04
Kernel: Print out assertion info in __assertion_failed on aarch64
James Mintram
2022-04-04
Base: Update Python filetype icon
Ali Chraghi
2022-04-04
Base: Update PHP filetype icon
Ali Chraghi
2022-04-04
Base: Update C++ filetype icon
Ali Chraghi
2022-04-04
Base: Update C filetype icon
Ali Chraghi
2022-04-04
Base: Update crash reporter icon
Ali Chraghi
2022-04-04
Base: Update socket filetype icon
Ali Chraghi
2022-04-04
Base: Update 32x32/MessageBoxQuestion icon
Ali Chraghi
2022-04-04
Base: Update 32x32/MessageBoxWarning icon
Ali Chraghi
2022-04-04
Base: Add font Ataraxia Bold
djwisdom
2022-04-04
Base: Update font Ataraxia Latin-1 Supplement
djwisdom
2022-04-04
LibJS: Fix typo in a variable name in get_substitution()
Linus Groh
2022-04-04
LibJS: Fix some clang-tidy warnings in Temporal
Linus Groh
2022-04-04
LibJS: Use MUST() instead of TRY() for two infallible Temporal AOs
Linus Groh
2022-04-04
Kernel: Add debug logging to learn more about unexpected NP faults
Andreas Kling
2022-04-04
LibWeb: Use correct global object in legacy factories
Igor Pissolati
2022-04-04
PDFViewer: Propagate more errors
Matthew Olsson
2022-04-04
PDFViewer: Autosize page label
Matthew Olsson
2022-04-04
LibGUI: Add optional autosize padding
Matthew Olsson
2022-04-04
PDFViewer: Respect page navigation features in multi-page mode
Matthew Olsson
2022-04-04
PDFViewer: Support a continuous page view mode
Matthew Olsson
2022-04-04
PDFViewer: Add page mode option
Matthew Olsson
2022-04-04
PDFViewer: Don't change pages on horizontal scroll
Matthew Olsson
2022-04-04
PDFViewer: Clear rendered page cache on application resize
Matthew Olsson
2022-04-04
LibWeb: Add legacy Option factory function
Igor Pissolati
2022-04-04
LibWeb: Add spec comments to ImageConstructor::construct()
Igor Pissolati
2022-04-04
ClockSettings+Taskbar: Add settings for taskbar clock format
cflip
2022-04-04
Documentation: Add instructions for building images without root
Brandon Doornbos
2022-04-04
LibGUI: Return Optional<Node const&> from node_for_path()
Ali Mohammad Pur
2022-04-04
AK: Make Vector<T>::{first,last}_matching() return Optional<T&>
Ali Mohammad Pur
2022-04-04
AK: Return Optional<T&> from HashMap<..., T>::get()
Ali Mohammad Pur
[next]