summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2022-04-29Kernel+WindowServer: Move setting tty graphical mode to UserspacePeter Elliott
2022-04-29Kernel: Support userspace TTY graphics modesettingPeter Elliott
2022-04-28Kernel/Storage: Migrate the partition code to use the ErrorOr containerLiav A
2022-04-28Kernel+Utilities: Add the route utilitybrapru
2022-04-28Kernel: Use TRY to handle string copies in GlobalProcessExposedbrapru
2022-04-28Kernel: Add a global routing tablebrapru
2022-04-28Kernel: Generalize the UpdateArp table to UpdateTablebrapru
2022-04-26Kernel: Use C++17 namespace style for nested PCI namespaceb14ckcat
2022-04-26Kernel: Put USB request constants in namespaceb14ckcat
2022-04-26Kernel: Strip null terminators from all CPUID strings, not just brandLinus Groh
2022-04-26Kernel: Add FIOCLEX and FIONCLEX ioctlsAndreas Kling
2022-04-26Kernel: Add ESTALE errno code (stale network file handle)Andreas Kling
2022-04-23Kernel+LibC+LibCore: Implement the unlinkat(2) syscallsin-ack
2022-04-22Kernel: Fix typo in Ramdiskb14ckcat
2022-04-22Kernel/USB: Send correct data for Root Hub Configuration DescriptorJesse Buhagiar
2022-04-22Kernel/USB: Get all interface descriptors on enumerationJesse Buhagiar
2022-04-22Kernel/USB: Add new `USBHIDDescriptor` typeJesse Buhagiar
2022-04-22Kernel/USB: Add `control_transfer()` function `USB::Device`Jesse Buhagiar
2022-04-22Kernel/USB: Fetch configuration descriptors on enumerationJesse Buhagiar
2022-04-21Kernel: Allow sys$bind() on local sockets with short socket addressAndreas Kling
2022-04-21Kernel: Report AF_UNIX address family when accepting local socketsAndreas Kling
2022-04-21Kernel: Don't require AnonymousFiles to be mmap'd completelykleines Filmröllchen
2022-04-21Kernel: Limit free space between randomized memory allocationsTim Schumacher
2022-04-20Kernel: Take WorkQueue item as reference instead of pointer in do_queueLiav A
2022-04-20Kernel: Allow WorkQueue items allocation failures propagationLiav A
2022-04-20Kernel: Move VMWareBackdoor to new directory in the Firmware directoryLiav A
2022-04-18Kernel: Enable PS2 keyboard scan code translation if not already enabledLiav A
2022-04-12Kernel: Increase the default userspace stack size to 4 MiBTim Schumacher
2022-04-12Kernel: Skip setting region name if none is given to mmapTim Schumacher
2022-04-10Kernel: Use kernel_mapping_base as the minimum kernel stack addressIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$mkdirIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$renameIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$rmdirIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$statvfsIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$symlinkIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$linkIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$unlinkIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$setsockoptIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$getsockoptIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$shutdownIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$connectIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$closeIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$chownIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$fchownIdan Horowitz
2022-04-09Kernel: Remove big lock from sys$bindIdan Horowitz
2022-04-09Kernel: Move NNRP<Socket>s instead of copying in queue_connection_fromIdan Horowitz
2022-04-09Kernel: Accept NNRP<Socket> instead of RP<Socket> in release_for_acceptIdan Horowitz
2022-04-09Kernel: Remove big lock from `sys$set_coredump_metadata`Luke Wilde
2022-04-09Kernel: Remove big lock from `sys$accept4`Jelle Raaijmakers
2022-04-09Kernel: Verify mutex big lock behaviorJelle Raaijmakers