summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-02-06Kernel: And some more KUBSAN checks :^)Andreas Kling
2021-02-06Kernel: Implement some more KUBSAN checks :^)Andreas Kling
2021-02-05Kernel: Don't left-shift 1 (signed) 31 timesAndreas Kling
2021-02-05Kernel: Don't create a zero-length VLA in Ext2FS block list walkAndreas Kling
2021-02-05Kenrel: Implement two more KUBSAN checksAndreas Kling
2021-02-05Kernel: Add missing initializer for SharedIRQHandler::m_enabledAndreas Kling
2021-02-05Kernel: KUBSAN! (Kernel Undefined Behavior SANitizer) :^)Andreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-05Kernel: Add NE2000 network card driverJean-Baptiste Boric
2021-02-05Kernel: Clear pending interrupts before enabling IRQs of IDE ChannelLiav A
2021-02-05Kernel: Try to detect Sound Blaster 16 before creating an instanceLiav A
2021-02-04Kernel: Make /proc/PID/stacks/TID a JSON arrayAndreas Kling
2021-02-04Make it possible to overwrite debug macros locally.asynts
2021-02-03Kernel: Move perf event backtrace capture out of Thread classAndreas Kling
2021-02-03Everywhere: Remove some bitrotted "#if 0" blocksAndreas Kling
2021-02-03Kernel: Don't try to symbolicate user addresses with ksymsAndreas Kling
2021-02-03Kernel: Check for off_t overflow in FileDescription::read/writeAndreas Kling
2021-02-03Kernel: Check for off_t overflow before reading/writing InodeFileAndreas Kling
2021-02-03Kernel: Restore IDE PIO functionalityLiav A
2021-02-02Kernel: Don't allow sys$msyscall() on non-mmap regionsAndreas Kling
2021-02-02Kernel: Add a way to specify which memory regions can make syscallsAndreas Kling
2021-02-02Ext2FS: Avoid unnecessary parent inode lookup during inode creationAndreas Kling
2021-02-02Ext2FS: Simplify inode creation by always starting emptyAndreas Kling
2021-02-02Ext2FS: Propagate error codes from write_directory()Andreas Kling
2021-02-02Kernel: Limit the size of stack tracesAndreas Kling
2021-02-02Base: Rename some keymaps to use xx-xx format where appropriateLinus Groh
2021-02-01Kernel: Set file size for smbios_entry_point and DMI blobs in ProcFSLiav A
2021-02-01Kernel: Fix enum of sysconf values to be in the correct orderLiav A
2021-02-01Kernel: Introduce the MemoryDeviceLiav A
2021-02-01Kernel: Expose SMBIOS blobs in ProcFSLiav A
2021-02-01Kernel+keymap+KeyboardMapper: New pledge for getkeymapBen Wiederhake
2021-02-01Kernel+LibKeyboard: Define the default keymap only in one placeBen Wiederhake
2021-02-01LibKeyboard: Don't assert on failureBen Wiederhake
2021-02-01LibKeyboard+keymap: Support querying the keymap via commandlineBen Wiederhake
2021-02-01Kernel+LibKeyboard: Enable querying the current keymapBen Wiederhake
2021-01-31Userland: Rename PCI slot to PCI device terminologyJean-Baptiste Boric
2021-01-31Kernel: Fix PCI bridge enumerationJean-Baptiste Boric
2021-01-31Revert "Kernel: Don't clone kernel mappings for bottom 2 MiB VM into processes"Andreas Kling
2021-01-31Kernel: Don't clone kernel mappings for bottom 2 MiB VM into processesAndreas Kling
2021-01-31Kernel: Use KResult a bit more in the IPv4 networking codeAndreas Kling
2021-01-31Kernel: Make /proc/self/ work againBen Wiederhake
2021-01-31Kernel: Remove pledge exception for sys$getsockopt() with SO_PEERCREDAndreas Kling
2021-01-30Kernel: Allow changing thread names with the "stdio" promiseAndreas Kling
2021-01-30Kernel: Add FIBMAP ioctl to Ext2FileSystemPeter Elliott
2021-01-30Revert "Kernel: Return -ENOTDIR for non-directory mount target"Andreas Kling
2021-01-30Kernel: Fix mix-up between MAP_STACK/MAP_ANONYMOUS in prot validationAndreas Kling
2021-01-30Kernel: Remove "has made executable exception for dynamic loader" flagAndreas Kling
2021-01-30Meta: Expect sync-local.sh script at repository rootLinus Groh
2021-01-29Kernel: Bump the number of fd's that can be queued on a local socketAndreas Kling
2021-01-29Kernel/Storage: Rewrite IDE disk detection and disk accessLuke