summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2020-02-23Kernel: Commit the entire region up front in KBuffer::copy()Andreas Kling
2020-02-22Kernel: Build without debugging symbols by defaultAndreas Kling
2020-02-22Ext2FS: Add Missing HashMap.h includeAndreas Kling
2020-02-22Kernel: Remove unnecessary allocation metadata from kmalloc() chunksAndreas Kling
2020-02-22Kernel: Make FileDescription slab-allocatedAndreas Kling
2020-02-22Kernel: Tweak SlabAllocator's slab sizesAndreas Kling
2020-02-22Kernel: Make Custody slab-allocatedAndreas Kling
2020-02-22Kernel: Increase kmalloc chunk size from 8 bytes to 32 bytesAndreas Kling
2020-02-22Kernel: Disown shared buffers on sys$execve()Andreas Kling
2020-02-22Kernel: Disable profiling during the critical section of sys$execve()Andreas Kling
2020-02-22Kernel: Reset profiling state on exec() (but keep it going)Andreas Kling
2020-02-22Kernel+ProfileViewer: Move symbolication to userspace for time profilesAndreas Kling
2020-02-22Kernel: Fully validate pointers when walking stack during profilingAndreas Kling
2020-02-22Kernel: Put "Couldn't find user region" spam behind MM_DEBUGAndreas Kling
2020-02-21Ext2FS: The max current block count of a file is size/block_sizeAndreas Kling
2020-02-21Kernel: Log instead of crashing when getting a page fault during IRQAndreas Kling
2020-02-21Ext2FS: Allow holes in block listsAndreas Kling
2020-02-21Kernel: Fix crash when reading /proc/PID/vmobjectsAndreas Kling
2020-02-21Kernel: Don't trigger page faults during profiling stack walkAndreas Kling
2020-02-21Kernel: Commit the profiling sample buffer memory up frontAndreas Kling
2020-02-21Kernel: Expose the underlying Region of a KBufferAndreas Kling
2020-02-21Kernel: Assert on page fault during IRQAndreas Kling
2020-02-21Kernel: Fix bitrotted DEBUG_IO loggingAndreas Kling
2020-02-20Kernel: Fix a panic in VFS::rename()Sergey Bugaev
2020-02-20Kernel: Support trailing slashes in VFS::mkdir()Sergey Bugaev
2020-02-20AK: Use size_t for CircularQueue and CircularDequeAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-20Kernel+LibC: Add SO_REUSEADDR macroAndreas Kling
2020-02-19Kernel: Refuse to allocate 0 bytes of virtual address spaceAndreas Kling
2020-02-19Kernel: Use bitfields in RegionAndreas Kling
2020-02-18Base: Rename /dev/psaux to /dev/mouseAndreas Kling
2020-02-18Kernel: Remove SmapDisabler in sys$create_shared_buffer()Andreas Kling
2020-02-18Kernel: Reset FPU state on exec()Andreas Kling
2020-02-18TTY: Reset VGA start row when setting graphical TTYJesse Buhagiar
2020-02-18Kernel: Use a FixedArray for a process's extra GIDsAndreas Kling
2020-02-18Kernel: Purging a page should point it back to the shared zero pageAndreas Kling
2020-02-17SystemMenu: Add a separate program to host the system menuAndreas Kling
2020-02-17Kernel: Replace "current" with Thread::current and Process::currentAndreas Kling
2020-02-17Kernel: Tear down process address space during finalizationAndreas Kling
2020-02-17Kernel: Allow multiple inspectors of a process (in /proc)Andreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16Base: Run WindowServer as a separate "window" userAndreas Kling
2020-02-16Kernel+LibC: Allow sys$mmap() callers to specify address alignmentAndreas Kling
2020-02-16Kernel: Remove SmapDisabler in sys$accept()Andreas Kling
2020-02-16Kernel: Remove SmapDisabler in sys$clock_gettime()Andreas Kling
2020-02-16Kernel: Fix weird whitespace mistake in RangeAllocatorAndreas Kling
2020-02-16Kernel: Remove Process inheriting from WeakableAndreas Kling
2020-02-16Kernel: More header dependency reduction workAndreas Kling
2020-02-16Kernel: Reduce header dependencies of Process and ThreadAndreas Kling
2020-02-16Kernel: Add forward declaration headerAndreas Kling