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
2021-04-30
Ports: Fix MilkyTracker install script
jakewestrip
2021-04-30
CMake: Fix building with AppleClang compiler
Carlos César Neves Enumo
2021-04-30
CMake: Fix building libraries on macOS
Gunnar Beutner
2021-04-30
LibWeb: Add selector support to the new CSSParser
stelar7
2021-04-30
Toolchain: Upgrade to QEMU 6.0 release
Brian Gianforcaro
2021-04-30
LibC: Add missing initialization for the FILE mutex
Gunnar Beutner
2021-04-29
LibC: Implement fgetc_unlocked(), fread_unlocked() and getc_unlocked()
Gunnar Beutner
2021-04-29
LibC: Make rewind() ignore errors as it should
Gunnar Beutner
2021-04-29
LibC: Make stdio thread-safe
Gunnar Beutner
2021-04-29
AK: Make dbgln log the thread ID
Gunnar Beutner
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
WindowServer: Move configuration file to /etc/WindowServer.ini
Andreas Kling
2021-04-29
WindowServer: Fix alpha hit-test accessing out-of-bounds pixels
Tom
2021-04-29
LibC: Fix validation logic error in construct_pwd()
Ali Mohammad Pur
2021-04-29
Kernel: Harden sys$select Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$munmap Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$purge Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$poll Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$execve Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$readv / sys$writev Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Harden sys$sendmsg / sys$recvmsg Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Add a CMake flag to enable LTO for the kernel
Gunnar Beutner
2021-04-29
Kernel: Enable building the kernel with -flto
Gunnar Beutner
2021-04-29
Meta: Ensure the tap device is removed before trying to create it again
Gunnar Beutner
2021-04-29
Shell: Implement formatting for Heredocs
Ali Mohammad Pur
2021-04-29
Base: Describe heredocs in Shell's manpage
Ali Mohammad Pur
2021-04-29
Shell: Add some tests for heredocs
Ali Mohammad Pur
2021-04-29
Shell: Add support for heredocs
Ali Mohammad Pur
2021-04-29
Shell: Do not assume that all parts of a node are enclosed in the node
Ali Mohammad Pur
2021-04-29
Shell: Avoid position push/pop when checking for next_is()
Ali Mohammad Pur
2021-04-29
Shell: Allow Syntax errors to be mutated while parsing
Ali Mohammad Pur
2021-04-29
Utilities: Use Vector<String> positional arguments in some places
Andreas Kling
2021-04-29
LibCore: Support Vector<String> positional arguments
Andreas Kling
2021-04-29
LibWeb: Add list-style-type: upper-latin and upper-alpha support
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: lower-alpha and lower-latin support
Tobias Christiansen
2021-04-29
LibWeb: Conversion from number to bijective-base with alphabet.
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: decimal-leading-zero support
Tobias Christiansen
2021-04-29
Tests: Convert LibC exec unit test to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Convert LibC mktemp tests to be LibTest based.
Brian Gianforcaro
2021-04-29
LibTest: Add EXPECT_NE(..) test assertion.
Brian Gianforcaro
2021-04-29
Tests: Enable Spreadsheet unit tests so they actually build
Brian Gianforcaro
2021-04-29
Tests: Unify LibC tests to single location.
Brian Gianforcaro
2021-04-29
Build: Simplify LibGfx test's CMakeLists.txt with serenity_test(..)
Brian Gianforcaro
2021-04-29
Tests: Convert LibGfx font handling test to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Convert LibGfx image decoder test to be LibTest based.
Brian Gianforcaro
2021-04-29
Tests: Rename LibGfx painter benchmark to denote it's not a test.
Brian Gianforcaro
2021-04-29
Build: Remove unused ${REGEX_SOURCES} from the tests CMakeLists.txt
Brian Gianforcaro
2021-04-29
LibGfx: Add basic support for bidirectional text rendering
Idan Horowitz
2021-04-29
Meta: Increase fconstexpr-steps for Clang Lagom builds
Idan Horowitz
[next]