Commit History

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