summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2020-12-18Kernel: Move KBufferBuilder to the fallible KBuffer APIAndreas Kling
2020-12-18Kernel: Add KBuffer::try_create_with_bytes()Andreas Kling
2020-12-18TmpFS: Use fallible KBuffer APIAndreas Kling
2020-12-18Ext2FS: Fail the mount if BGD table cache allocation failsAndreas Kling
2020-12-18Kernel: Add KBuffer::try_create_with_size()Andreas Kling
2020-12-18Kernel: Don't dump core when OOM-killing a processAndreas Kling
2020-12-18Kernel: Workaround QEMU bug and initialize i8042 controllerLiav A
2020-12-17Kernel: Return a correct name string of async write requestLiav A
2020-12-16Kernel: Fix Lock race causing infinite spinning between two threadsTom
2020-12-15Kernel: Avoid null dereference in sys$profiling_disable()Andreas Kling
2020-12-15Kernel: Remove harmless OOB ELF header access in core dump generationAndreas Kling
2020-12-15Kernel: Make CoreDump::m_num_program_headers constAndreas Kling
2020-12-15Kernel: Don't take LexicalPath as argumentAndreas Kling
2020-12-14Kernel: Don't generate a backtrace when a process exists with non-zeroItamar
2020-12-14Kernel: Generate coredumps for profiled processesItamar
2020-12-14Kernel: Pass full path of output coredump file to CoreDumpItamar
2020-12-14LibELF: Refactor coredump notes section structuresItamar
2020-12-14Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEventItamar
2020-12-14Kernel: Generate a coredump file when a process crashesItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14Kernel: Support TLS allocation from userspaceItamar
2020-12-14Kernel: Add ability to load interpreter instead of main programItamar
2020-12-13Kernel/Net: Socket connected state change should reevaluate blocksAndreas Kling
2020-12-12Kernel: Fix block recursionTom
2020-12-12Kernel: Change wait blocking to Process-only blockingTom
2020-12-12Kernel: Execute timer handlers outside of irq handlerTom
2020-12-12Kernel: disown should unblock any potential waitersTom
2020-12-12Kernel: Fix some issues related to fixes and block conditionsTom
2020-12-11Kernel: Fix null dereference when execve'ing ELF without PT_TLS headerAndreas Kling
2020-12-11Kernel: Fix leaking Timer instancesTom
2020-12-02Kernel: Flush TLBs concurrentlyTom
2020-12-02Kernel: Fix counting interruptsTom
2020-12-02Kernel: Add CLOCK_REALTIME support to the TimerQueueTom
2020-12-02Kernel: Use TimerQueue for SIGALRMTom
2020-12-02Kernel: TimerQueue::cancel_timer needs to wait if timer is executingTom
2020-12-01Kernel: Don't assert if we can't deliver a signal due to thread stateTom
2020-12-01Meta: Fix ACPI_DEBUG, and always build on CIBen Wiederhake
2020-12-01LibELF+Kernel: Validate program headers in Image::parseAndrew Kaster
2020-12-01Kernel: Fix some problems with Thread::wait_on and LockTom
2020-12-01Kernel: Fix leaking a reference on thread creationTom
2020-11-30Kernel: Lock should keep a reference to whoever holds the lockTom
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-11-30Kernel: Allow passing a thread argument for new kernel threadsTom
2020-11-30Kernel: Move some time related code from Scheduler into TimeManagementTom
2020-11-29LibCrypto: Require intent parameter in CTR constructorLuke
2020-11-26Kernel: Enable VMWareBackdoor immediately at bootTom
2020-11-24Kernel: Reduce ByteBuffer thrashing in inode block list generationAndreas Kling
2020-11-24Kernel: Fix SharedBuffer reference counting on forkTom
2020-11-24Kernel: Use a doubly-linked list for the BlockBasedFS cacheAndreas Kling
2020-11-24Ext2FS: Oops, fix forgotten assignment in Ext2FSInode::resize()Andreas Kling