提交歷史

作者 SHA1 備註 提交日期
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls 4 年之前
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t 4 年之前
  Gunnar Beutner 89956cb0d6 Kernel+Userspace: Implement the accept4() system call 4 年之前
  Gunnar Beutner 3c0355a398 Kernel: Accepted socket file descriptors should not inherit flags 4 年之前
  Brian Gianforcaro cd29eb7867 Kernel: Harden sys$sendmsg / sys$recvmsg Vector usage against OOM. 4 年之前
  Gunnar Beutner aa792062cb Kernel+LibC: Implement the socketpair() syscall 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Ben Wiederhake 5c15ca7b84 Kernel: Make sockets use AK::Time 4 年之前
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Andreas Kling 6e4e3a7612 Kernel: Remove pledge exception for sys$getsockopt() with SO_PEERCRED 4 年之前
  Andreas Kling 1730c23775 Kernel: Remove a bunch of no-longer-necessary SmapDisablers 4 年之前
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t 4 年之前
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 年之前
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 年之前
  Nico Weber 47b3e98af8 Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions 4 年之前
  Nico Weber 416d470d07 Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom 4 年之前
  Nico Weber b36a2d6686 Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg() 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Brian Gianforcaro 8e97de2df9 Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation 4 年之前
  Brian Gianforcaro 9f9b05ba0f Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation 4 年之前
  Brian Gianforcaro 0e20a6df0a Kernel: Use Userspace<T> for the connect syscall 4 年之前
  Brian Gianforcaro 8bd9dbc220 Kernel: Use Userspace<T> for the accept syscall 4 年之前
  Brian Gianforcaro 02660b5d60 Kernel: Use Userspace<T> for the bind syscall, and implementation 4 年之前
  Brian Gianforcaro 30b2c0dc85 Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface 5 年之前
  Brian Gianforcaro 6920d5f423 Kernel: Use Userspace<T> for the setsockopt syscall 5 年之前
  Brian Gianforcaro 8fa46bcb7d Kernel: Use Userspace<T> for the getsockname syscall 5 年之前
  Brian Gianforcaro dc75ea9fc2 Kernel: Use Userspace<T> for the getpeername syscall 5 年之前
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 年之前
  Tom f4a5c9b6c2 Kernel: Consolidate timeout logic 5 年之前