index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2021-08-14
Kernel/USB: Remove UAF in device removal
Luke
2021-08-14
Kernel/USB: Update SysFS from the generic hub instead of from UHCI
Luke
2021-08-14
Kernel/USB: Split SysFS code into its own file
Luke
2021-08-14
Kernel/USB: Replace PortNumber enum with a raw u8
Luke
2021-08-14
Kernel/USB: Remove get_device_{at_port,from_address}
Luke
2021-08-14
Kernel/USB: Add Hubs and the UHCI Root Hub
Luke
2021-08-14
Kernel/USB: Add the USB 1.x/2.0 hub descriptor
Luke
2021-08-14
Kernel/USB: Use allocate_kernel_region in Transfer buffer allocations
Luke
2021-08-14
Kernel/USB: Pass in device address as last argument to Pipe constructor
Luke
2021-08-14
Kernel/USB: Use "Pipe" instead of "USBPipe" in USBEndpoint
Luke
2021-08-14
Kernel/USB: Add endpoint directions and make endpoint constants public
Luke
2021-08-14
Kernel/USB: Add all USB 2.0 bmRequestType fields
Luke
2021-08-14
Kernel/USB: Add header containing all the current USB classes
Luke
2021-08-14
Kernel: Move {Process,Thread,Session,ProcessGroup}ID to Kernel/Forward.h
Andreas Kling
2021-08-14
Kernel: Move VFS-internal O_FOO definitions to VirtualFileSystem.h
Andreas Kling
2021-08-14
Kernel: Remove unused integer typedefs from UnixTypes.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/statvfs.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sched.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/uio.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/ptrace.h
Andreas Kling
2021-08-14
Kernel: Remove some redundant typedefs from UnixTypes.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/time.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/times.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for stdio.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for unistd.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for poll.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for utsname.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for dirent.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for serenity.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/wait.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for net/{if,if_arp,route}.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for futex.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for signal.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for netinet/in.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/socket.h and sys/un.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for termios.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for sys/mman.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions for time.h and sys/stat.h
Andreas Kling
2021-08-14
Kernel+LibC: Share definitions in fcntl.h and sys/types.h
Andreas Kling
2021-08-14
Kernel/PCI: Assign a PCI address in the SysFS PCI device directories
Liav A
2021-08-14
Kernel: Stop allowing implicit conversion from KResult to int
Andreas Kling
2021-08-14
Kernel: Make FileSystem::initialize() return KResult
Andreas Kling
2021-08-14
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
Andreas Kling
2021-08-14
Kernel/ProcFS: Get unveil stats instead of FDs stats for unveil data
Luke
2021-08-13
Meta: Tell user which Toolchain ARCH they need to build
Brian Gianforcaro
2021-08-13
Kernel: Allow `kfree_aligned` to be called on null pointers
Daniel Bertalan
2021-08-13
Kernel: Allow aligned `operator new` to return nullptr
Daniel Bertalan
2021-08-13
Kernel: Convert lock debug APIs to east const
Brian Gianforcaro
2021-08-13
Kernel: Add lock debugging to ProtectedValue / RefCountedContended
Brian Gianforcaro
2021-08-13
Kernel: Reduce LOCK_DEBUG ifdefs by utilizing Kernel::LockLocation
Brian Gianforcaro
[next]