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-30
Base+Utilities: Add run-tests program to run system tests with LibTest
Andrew Kaster
2021-06-30
Userland+Tests: Split out generic test runner from JS TestRunner
Andrew Kaster
2021-06-30
Tests: TestProcFs cannot assume stdin/stdout/stderr are the same
Andrew Kaster
2021-06-30
LibRegex: Make regex::Regex move-constructible and move-assignable
Andrew Kaster
2021-06-30
LibCore: Add getter for how many groups exist in a Core::ConfigFile
Andrew Kaster
2021-06-29
LibJS: Handle the different realms case in ArraySpeciesCreate
davidot
2021-06-29
LibWeb: Fix build breakage after merging the oldish DOM inspector PR
Andreas Kling
2021-06-29
Kernel: ProcFS and SysFS component indices should be InodeIndex
Andreas Kling
2021-06-29
LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView
Adam Hodgen
2021-06-29
LibWeb+WebContent: Add IPC flow for Inspect DOM Tree
Adam Hodgen
2021-06-29
LibWeb: Add JSON serialization method to DOM::Node
Adam Hodgen
2021-06-30
LibHTTP: Finish the request up on TLS connection finish
Ali Mohammad Pur
2021-06-30
Meta: Add my emails to .mailmap
Max Wipfli
2021-06-29
Kernel: Make sure JSON blobs in core dumps are correctly terminated
Andreas Kling
2021-06-30
SoundPlayer: Don't limit duration inference to WAV files
ngc6302h
2021-06-30
FileIconProvider: Use sound icon for flac file extension
ngc6302h
2021-06-30
LaunchServer: Add flac file association to /bin/SoundPlayer
ngc6302h
2021-06-29
Kernel+AK: Don't compile JSON parser into the kernel
Andreas Kling
2021-06-29
Kernel: Remove some unnecessary JSON related includes
Andreas Kling
2021-06-29
Kernel: Use JsonObjectSerializer in the core dump generation code
Andreas Kling
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
[next]