Historial de Commits

Autor SHA1 Mensaje Fecha
  Brian Gianforcaro cd29eb7867 Kernel: Harden sys$sendmsg / sys$recvmsg Vector usage against OOM. hace 4 años
  Gunnar Beutner aa792062cb Kernel+LibC: Implement the socketpair() syscall hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Ben Wiederhake 5c15ca7b84 Kernel: Make sockets use AK::Time hace 4 años
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> hace 4 años
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY hace 4 años
  Andreas Kling 6e4e3a7612 Kernel: Remove pledge exception for sys$getsockopt() with SO_PEERCRED hace 4 años
  Andreas Kling 1730c23775 Kernel: Remove a bunch of no-longer-necessary SmapDisablers hace 4 años
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t hace 4 años
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions hace 4 años
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler hace 4 años
  Nico Weber 47b3e98af8 Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions hace 4 años
  Nico Weber 416d470d07 Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom hace 4 años
  Nico Weber b36a2d6686 Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg() hace 4 años
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks hace 4 años
  Brian Gianforcaro 8e97de2df9 Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation hace 5 años
  Brian Gianforcaro 9f9b05ba0f Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation hace 5 años
  Brian Gianforcaro 0e20a6df0a Kernel: Use Userspace<T> for the connect syscall hace 5 años
  Brian Gianforcaro 8bd9dbc220 Kernel: Use Userspace<T> for the accept syscall hace 5 años
  Brian Gianforcaro 02660b5d60 Kernel: Use Userspace<T> for the bind syscall, and implementation hace 5 años
  Brian Gianforcaro 30b2c0dc85 Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface hace 5 años
  Brian Gianforcaro 6920d5f423 Kernel: Use Userspace<T> for the setsockopt syscall hace 5 años
  Brian Gianforcaro 8fa46bcb7d Kernel: Use Userspace<T> for the getsockname syscall hace 5 años
  Brian Gianforcaro dc75ea9fc2 Kernel: Use Userspace<T> for the getpeername syscall hace 5 años
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> hace 5 años
  Tom f4a5c9b6c2 Kernel: Consolidate timeout logic hace 5 años
  Andreas Kling d19d6a63c6 Kernel: Add missing license headers to some syscall files hace 5 años
  Andreas Kling 3023a89e9b Kernel: Remove SmapDisabler in sys$setsockopt() hace 5 años
  Andreas Kling 2e2de125e5 Kernel: Turn Process::FileDescriptionAndFlags into a proper class hace 5 años
  Andreas Kling 949aef4aef Kernel: Move syscall implementations out of Process.cpp hace 5 años