summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-23Kernel: Make major and minor numbers to be DistinctNumericsLiav A
2021-12-23Profiler: Use AK::any_of for process filtrationHendiadyoin1
2021-12-23Profiler: Always use FlyString const&'s in ProfileNode constructionHendiadyoin1
2021-12-23Profiler: Remove one else-after-returnHendiadyoin1
2021-12-23Profiler: Don't return constant copies of GUI::ModelIndexHendiadyoin1
2021-12-23Profiler: Add some implied auto qualifiersHendiadyoin1
2021-12-23LibX86: Mark two InstructionDescriptor functions as constHendiadyoin1
2021-12-23UserspaceEmulator: Return ValueAndShadowReference& on operator=Hendiadyoin1
2021-12-23UserspaceEmulator: Avoid copies of non trivial types on invocationsHendiadyoin1
2021-12-23UserspaceEmulator: Remove redundant private specifier in SoftCPU.hHendiadyoin1
2021-12-23UserspaceEmulator: Remove some else-after-returnsHendiadyoin1
2021-12-23UserspaceEmulator: Add some implied auto qualifiersHendiadyoin1
2021-12-23LibMain: Make "Runtime error" `warnln` redJames Puleo
2021-12-23Kernel: Enter new address space before destroying old in sys$execve()Andreas Kling
2021-12-23Kernel: Don't honor userspace SIGSTOP requests in Thread::block()Andreas Kling
2021-12-22Base: Add remaining Geometric Shapes to font Katica Regular 10Lady Gegga
2021-12-22Base: Add some General Punctuation glyphs to font Katica Regular 10Lady Gegga
2021-12-22Base: Add some Katakana characters to font Katica Regular 10Lady Gegga
2021-12-22Base: Add Half- and Fullwidth Forms glyphs to font Katica Regular 10Lady Gegga
2021-12-22Kernel: Initialize SupriousInterruptHandler::m_enabled on constructionBrian Gianforcaro
2021-12-22Kernel: Always initialize ext2_inode and ext_super_block structsBrian Gianforcaro
2021-12-22Kernel: Initialize PhysicalRegion::m_large_zones, remove m_small_zonesBrian Gianforcaro
2021-12-22IPCCompiler: Default initialize all parameter member variablesBrian Gianforcaro
2021-12-22Ports: Add `fio` portBrian Gianforcaro
2021-12-22LibC: Add support for `posix_madvise(..)`Brian Gianforcaro
2021-12-22Ports: Remove obsolete siginfo_t::si_error Python3 patchIdan Horowitz
2021-12-22Kernel: Add the si_errno and si_band siginfo_t membersIdan Horowitz
2021-12-22Meta: Add a cmake flag for building for compiler explorerAli Mohammad Pur
2021-12-22Base: Add a stack of quotes I collected :^)kleines Filmröllchen
2021-12-22LibJS: Avoid crashing when the Unicode data generators are disabledTimothy Flynn
2021-12-22Ports: Update Python patches for the recent signal changesTim Schumacher
2021-12-22LibJS: Fix modulo in get_iso_parts_from_epoch() for negative epoch nsLinus Groh
2021-12-22LibJS: Add modulo(x, y) overload for Crypto::{Unsigned,Signed}BigIntegerLinus Groh
2021-12-22LibCrypto: Add the BigInteger conceptLinus Groh
2021-12-22LibJS: Support modulo(x, y) with different typesLinus Groh
2021-12-22HackStudio: Attach debuggee to "Console" terminal tabItamar
2021-12-22LibDebug: Add optional setup_child() callback to debuggerItamar
2021-12-22HackStudio: Separate master & slave PTY setup in TerminalWrapperItamar
2021-12-22HackStudio: Rename "Build" tab to "Console"Itamar
2021-12-22Calculator: Make double construction and conversion privatecreator1creeper1
2021-12-22Kernel: Switch KUBSAN prints to use critical_dmesgln instead of dbglnIdan Horowitz
2021-12-22Kernel: Move userspace virtual address range base to 0x10000Idan Horowitz
2021-12-22Kernel: Don't share the bottom 2 MiB of kernel mappings with processesIdan Horowitz
2021-12-22Kernel: Unmap Prekernel pages after they are no longer neededDaniel Bertalan
2021-12-22Kernel: Exclude PROT_NONE regions from coredumpsDaniel Bertalan
2021-12-22Kernel: Replace intersecting ranges in mmap when MAP_FIXED is specifiedDaniel Bertalan
2021-12-22Kernel: Setup APIC AP cores boot environment before init_stage2Idan Horowitz
2021-12-22LibELF: Ignore unknown dynamic tags instead of assertingIdan Horowitz
2021-12-22Kernel+LibC: Stub out getifaddrs() and freeifaddrs()Idan Horowitz
2021-12-22Kernel+LibC: Stub out if_nameindex() and if_freenameindex()Idan Horowitz