Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 70b2225b3d Kernel: Store LocalSocket address as a KString internally há 3 anos atrás
  Andreas Kling 48a1a3c0ce Kernel: Rename LocalSocket::create_connected_pair() => try_*() há 3 anos atrás
  Andreas Kling 242063866f Kernel: Rename LocalSocket factory to try_create() & tighten return type há 3 anos atrás
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's há 3 anos atrás
  Peter Elliott 39a77559f1 Kernel+LibC: Implement FIONREAD ioctl há 4 anos atrás
  Brian Gianforcaro 109c885585 Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocket há 4 anos atrás
  Brian Gianforcaro ddc950ce42 Kernel: Avoid file descriptor leak in Process::sys$socketpair on error há 4 anos atrás
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView há 4 anos atrás
  Brian Gianforcaro e0da61f9d6 Kernel: Switch LocalSocket to IntrusiveList from InlineLinkedList há 4 anos atrás
  Gunnar Beutner aa792062cb Kernel+LibC: Implement the socketpair() syscall há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Ben Wiederhake 5c15ca7b84 Kernel: Make sockets use AK::Time há 4 anos atrás
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions há 4 anos atrás
  Andreas Kling c6a0694f50 Kernel: Don't assert when reading from a listening-mode local socket há 4 anos atrás
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler há 4 anos atrás
  Nico Weber 416d470d07 Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom há 4 anos atrás
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks há 4 anos atrás
  Brian Gianforcaro 8e97de2df9 Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation há 5 anos atrás
  Brian Gianforcaro 9f9b05ba0f Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation há 5 anos atrás
  Brian Gianforcaro 02660b5d60 Kernel: Use Userspace<T> for the bind syscall, and implementation há 5 anos atrás
  Brian Gianforcaro 30b2c0dc85 Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface há 5 anos atrás
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> há 5 anos atrás
  Andreas Kling 28bfd73b68 Kernel: Minor cleanups in sendfd/recvfd há 5 anos atrás
  Andreas Kling d4195672b7 Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing há 5 anos atrás
  Sergey Bugaev a9946a99f2 Kernel: Pass a FileDescription to File::chmod() and File::chown() há 5 anos atrás
  Sergey Bugaev 54550365eb Kernel: Use shared locking mode in some places há 5 anos atrás
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc há 5 anos atrás
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity há 5 anos atrás
  Andreas Kling 635ae70b8f Kernel: More header dependency reduction work há 5 anos atrás
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace há 5 anos atrás