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-06-29
Kernel: Don't create a JsonArray when generating /proc/cpuinfo
Andreas Kling
2021-06-29
LibGUI: Don't allocate a scope-local MouseEvent on the heap
Ali Mohammad Pur
2021-06-29
Kernel/ProcFS: Tighten modified time value across the filesystem objects
Liav A
2021-06-29
Kernel/ProcFS: Tighten permissions on the exposed objects
Liav A
2021-06-29
Kernel/ProcFS: Split code into more separate files
Liav A
2021-06-29
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
Liav A
2021-06-29
Kernel: Introduce the new ProcFS design
Liav A
2021-06-29
Kernel/SysFS: Add PCI exposed folder
Liav A
2021-06-29
Ports: Fix dmidecode patches
Liav A
2021-06-29
SystemServer+Meta: Use the new SysFS
Liav A
2021-06-29
Kernel: Introduce the new SysFS
Liav A
2021-06-29
Kernel: Add getters for the RSDP, XSDT/RSDT and other ACPI tables
Liav A
2021-06-29
Kernel: Remove DMI exposed blobs from ProcFS
Liav A
2021-06-29
Kernel: Fix `adopt_ref_if_nonnull(new T).release_nonnull()` pattern
Daniel Bertalan
2021-06-29
Kernel: Add `[[unlikely]]` attribute to VERIFY
Daniel Bertalan
2021-06-29
AK: Add RETURNS_NONNULL attribute and use it
Daniel Bertalan
2021-06-29
Shell: Don't do null check on `NonnullRefPtr<T>`
Daniel Bertalan
2021-06-29
Documentation: Document changes to creating smart pointers
Daniel Bertalan
2021-06-29
Kernel: Report correct architecture for uname()
Gunnar Beutner
2021-06-29
Kernel: Rename some variables to arch-independent names
Gunnar Beutner
2021-06-29
Kernel+LibCoreDump: Implement more x86_64 coredump functionality
Gunnar Beutner
2021-06-29
LibELF: Implement PLT relocations for x86_64
Gunnar Beutner
2021-06-29
LibC: Fix struct layout for sys_dirent on x86_64
Gunnar Beutner
2021-06-29
Kernel: Fix correct argument order for userspace entry point
Gunnar Beutner
2021-06-29
Meta: Change default GDB layout
Gunnar Beutner
2021-06-29
Kernel: Implement capturing stack traces on x86_64
Gunnar Beutner
2021-06-29
Kernel: Implement signal handling for x86_64
Gunnar Beutner
2021-06-29
Kernel: Fix struct layout for interrupt entries on x86_64
Gunnar Beutner
2021-06-29
LibELF: Add stub for R_X86_64_TPOFF64
Gunnar Beutner
2021-06-29
Kernel: Add x86_64 support for fork()
Gunnar Beutner
2021-06-29
LibELF: Make sure the mmap() regions are large enough
Gunnar Beutner
2021-06-29
LibELF: Use correct accessor macros on x86_64 for some ELF fields
Gunnar Beutner
2021-06-29
LibELF: Implement GNU hash section lookups for x86_64
Gunnar Beutner
2021-06-29
DynamicLoader: Implement self relocations for x86_64
Gunnar Beutner
2021-06-29
LibJS: Support the radix argument in BigInt.prototype.toString
Idan Horowitz
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-29
AK: Ensure StringBuilder capacity in String::reverse
Idan Horowitz
2021-06-29
AK: Add the to_ascii_base36_digit helper method
Idan Horowitz
2021-06-29
LibJS: Check the target function of a bound function in is_constructor
Idan Horowitz
2021-06-29
LibJS: Make Array.of(...items) generic
Idan Horowitz
2021-06-29
Toolchain: Allow containerized work with Serenity via Docker
kleines Filmröllchen
2021-06-29
Assistant: Add subtitle field to the Result class
Andreas Kling
2021-06-29
AK: Use [[nodiscard]] in JsonObject and JsonArray
Max Wipfli
2021-06-29
AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
Max Wipfli
2021-06-29
AK: Add JsonObject::has_* methods
Max Wipfli
2021-06-29
AK+Everywhere: Change int to size_t in JsonObject and JsonArray
Max Wipfli
2021-06-29
AK: Return const& from JsonObject::get()
Max Wipfli
2021-06-29
AK: Use OrderedHashMap in JsonObject
Max Wipfli
2021-06-29
AK: Make JsonValue::as_string_or() const
Max Wipfli
2021-06-29
AK: Use east const style in Json{Array,Object}.h
Max Wipfli
[next]