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-05-02
Ports: Update openssh to 9.0
Patrick Meyer
2022-05-02
Ports: Make openssh server not crash during startup
Patrick Meyer
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-05-03
Kernel: Remove UART::{print_num, print_hex} since they are unused
Timon Kruiper
2022-05-03
Kernel: Modify UART::print_str() to also take into account the length
Timon Kruiper
2022-05-03
Kernel: Remove aarch64/Utils.{cpp, h} since they are not used anymore
Timon Kruiper
2022-05-03
Kernel: Replace calls to UART::print_str() with dbgln()
Timon Kruiper
2022-05-03
Kernel: Let Processor::is_initialized() of aarch64 return false
Timon Kruiper
2022-05-03
Kernel: Add aarch64 version of kprintf.cpp
Timon Kruiper
2022-05-03
Kernel: Fix aarch64 build by adding -Wno-nonnull flag
Timon Kruiper
2022-05-02
base64: Replace char pointer with StringView
Kenneth Myhra
2022-05-02
base64: Use TRY() instead of VERIFY(!result.is_error())
Kenneth Myhra
2022-05-02
base64: Use Core::File standard_input() standard_output()
Kenneth Myhra
2022-05-02
Base: Add More Emojis
electrikmilk
2022-05-02
Kernel: Stop requiring working malloc for syscall.h includes
Patrick Meyer
2022-05-02
PixelPaint: Set title of default image to 'Untitled'
cflip
2022-05-02
CI: Add x86_64 Clang Coverage pipeline in Azure
Andrew Kaster
2022-05-02
Meta: Add script to analyze coverage data from an existing disk image
Andrew Kaster
2022-05-02
Base: Set $LLVM_PROFILE_FILE before running run-tests
Andrew Kaster
2022-05-02
Kernel: Don't check pledges or veil against code coverage data files
Andrew Kaster
2022-05-02
Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option
Andrew Kaster
2022-05-02
Meta: Remove unused serenity_libc_static helper function
Andrew Kaster
2022-05-02
LibM: Remove stale commented out CMake commands
Andrew Kaster
2022-05-02
DynamicLoader: Remove stale FIXME for removing -nodefaultlibs
Andrew Kaster
2022-05-02
Toolchain: Enable LLVM Profile instrumentation
Andrew Kaster
2022-05-02
readelf: Don't error out on invalid interpreter path
Andrew Kaster
2022-05-02
LibGfx: Fix typo in Color constructor
César Torres
2022-05-01
LibJS: Simplify Is{Accessor,Data,Generic}Descriptor AOs
Linus Groh
2022-05-01
LibJS: Change "Record {}" to "Iterator Record {}" in comments
Linus Groh
2022-05-01
LibJS: Change "Completion {}" to "Completion Record {}" in comments
Linus Groh
2022-05-01
LibJS: Change "as [the] argument[s]" to "with arguments" in comments
Linus Groh
2022-05-01
LibJS: Update outdated table reference in BoundFunctionCreate
Linus Groh
2022-05-01
LibJS: Rename some variables from "script body" to "script"
Linus Groh
2022-05-01
LibJS: Rename scope to environment
Linus Groh
2022-05-01
LibJS: Update spec comments testing presence of a field
Linus Groh
2022-05-01
LibJS: Update ValidateAndApplyPropertyDescriptor implementation
Linus Groh
2022-05-01
LibJS: Simplify Array.prototype.splice()
Linus Groh
2022-05-01
LibJS: Update a couple of outdated spec comments
Linus Groh
2022-05-01
LibJS: Remove assertions that are now part of structured headers
Linus Groh
2022-05-01
LibJS: Add missing comment in OrdinaryToPrimitive
Linus Groh
2022-05-01
Documentation: Fix Typo in TransferringFiles.md
python-69
2022-05-01
Kernel: Stop exposing gateway field
Maciej
2022-05-01
ifconfig: Stop supporting setting/displaying default gateway
Maciej
2022-05-01
LibC: Implement a faster memset routine for x86-64 in assembly
Daniel Bertalan
2022-05-01
readelf: Add printing for STT_GNU_IFUNC
Daniel Bertalan
2022-05-01
LibELF: Fail gracefully when IFUNC resolver's object has textrels
Daniel Bertalan
2022-05-01
LibELF: Add support for IFUNCs
Daniel Bertalan
2022-05-01
LibELF: Keep track of whether the PLT contains REL or RELA relocations
Daniel Bertalan
2022-05-01
LibELF: Perform .relr.dyn relocations before .rel.dyn
Daniel Bertalan
2022-05-01
LibELF: Relax restriction on allowed values of EI_OSABI to allow GNU
Andrew Kaster
[prev]
[next]