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-12-23
Kernel: Make major and minor numbers to be DistinctNumerics
Liav A
2021-12-23
Profiler: Use AK::any_of for process filtration
Hendiadyoin1
2021-12-23
Profiler: Always use FlyString const&'s in ProfileNode construction
Hendiadyoin1
2021-12-23
Profiler: Remove one else-after-return
Hendiadyoin1
2021-12-23
Profiler: Don't return constant copies of GUI::ModelIndex
Hendiadyoin1
2021-12-23
Profiler: Add some implied auto qualifiers
Hendiadyoin1
2021-12-23
LibX86: Mark two InstructionDescriptor functions as const
Hendiadyoin1
2021-12-23
UserspaceEmulator: Return ValueAndShadowReference& on operator=
Hendiadyoin1
2021-12-23
UserspaceEmulator: Avoid copies of non trivial types on invocations
Hendiadyoin1
2021-12-23
UserspaceEmulator: Remove redundant private specifier in SoftCPU.h
Hendiadyoin1
2021-12-23
UserspaceEmulator: Remove some else-after-returns
Hendiadyoin1
2021-12-23
UserspaceEmulator: Add some implied auto qualifiers
Hendiadyoin1
2021-12-23
LibMain: Make "Runtime error" `warnln` red
James Puleo
2021-12-23
Kernel: Enter new address space before destroying old in sys$execve()
Andreas Kling
2021-12-23
Kernel: Don't honor userspace SIGSTOP requests in Thread::block()
Andreas Kling
2021-12-22
Base: Add remaining Geometric Shapes to font Katica Regular 10
Lady Gegga
2021-12-22
Base: Add some General Punctuation glyphs to font Katica Regular 10
Lady Gegga
2021-12-22
Base: Add some Katakana characters to font Katica Regular 10
Lady Gegga
2021-12-22
Base: Add Half- and Fullwidth Forms glyphs to font Katica Regular 10
Lady Gegga
2021-12-22
Kernel: Initialize SupriousInterruptHandler::m_enabled on construction
Brian Gianforcaro
2021-12-22
Kernel: Always initialize ext2_inode and ext_super_block structs
Brian Gianforcaro
2021-12-22
Kernel: Initialize PhysicalRegion::m_large_zones, remove m_small_zones
Brian Gianforcaro
2021-12-22
IPCCompiler: Default initialize all parameter member variables
Brian Gianforcaro
2021-12-22
Ports: Add `fio` port
Brian Gianforcaro
2021-12-22
LibC: Add support for `posix_madvise(..)`
Brian Gianforcaro
2021-12-22
Ports: Remove obsolete siginfo_t::si_error Python3 patch
Idan Horowitz
2021-12-22
Kernel: Add the si_errno and si_band siginfo_t members
Idan Horowitz
2021-12-22
Meta: Add a cmake flag for building for compiler explorer
Ali Mohammad Pur
2021-12-22
Base: Add a stack of quotes I collected :^)
kleines Filmröllchen
2021-12-22
LibJS: Avoid crashing when the Unicode data generators are disabled
Timothy Flynn
2021-12-22
Ports: Update Python patches for the recent signal changes
Tim Schumacher
2021-12-22
LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch ns
Linus Groh
2021-12-22
LibJS: Add modulo(x, y) overload for Crypto::{Unsigned,Signed}BigInteger
Linus Groh
2021-12-22
LibCrypto: Add the BigInteger concept
Linus Groh
2021-12-22
LibJS: Support modulo(x, y) with different types
Linus Groh
2021-12-22
HackStudio: Attach debuggee to "Console" terminal tab
Itamar
2021-12-22
LibDebug: Add optional setup_child() callback to debugger
Itamar
2021-12-22
HackStudio: Separate master & slave PTY setup in TerminalWrapper
Itamar
2021-12-22
HackStudio: Rename "Build" tab to "Console"
Itamar
2021-12-22
Calculator: Make double construction and conversion private
creator1creeper1
2021-12-22
Kernel: Switch KUBSAN prints to use critical_dmesgln instead of dbgln
Idan Horowitz
2021-12-22
Kernel: Move userspace virtual address range base to 0x10000
Idan Horowitz
2021-12-22
Kernel: Don't share the bottom 2 MiB of kernel mappings with processes
Idan Horowitz
2021-12-22
Kernel: Unmap Prekernel pages after they are no longer needed
Daniel Bertalan
2021-12-22
Kernel: Exclude PROT_NONE regions from coredumps
Daniel Bertalan
2021-12-22
Kernel: Replace intersecting ranges in mmap when MAP_FIXED is specified
Daniel Bertalan
2021-12-22
Kernel: Setup APIC AP cores boot environment before init_stage2
Idan Horowitz
2021-12-22
LibELF: Ignore unknown dynamic tags instead of asserting
Idan Horowitz
2021-12-22
Kernel+LibC: Stub out getifaddrs() and freeifaddrs()
Idan Horowitz
2021-12-22
Kernel+LibC: Stub out if_nameindex() and if_freenameindex()
Idan Horowitz
[next]