Commit History

Author SHA1 Message Date
  Andreas Kling ae470ec955 Kernel: Add getpeername() syscall, and fix getsockname() behavior. 6 years ago
  Andreas Kling 5023464d95 LocalSocket: Make send() and sendto() work, too. 6 years ago
  Andreas Kling 668bfaa2af LocalSocket: Bump internal buffer sizes to 16KB. 6 years ago
  Andreas Kling b3a1671f1a Kernel: Add support for recv() with MSG_DONTWAIT. 6 years ago
  Andreas Kling 85d2e85912 LocalSocket: Fix mismatch between can_write() and write() logic. 6 years ago
  Robin Burchell a8864dc590 Kernel: Report EAGAIN from read() on a non-blocking socket if the buffer is empty 6 years ago
  Andreas Kling 2470fdcd9b Kernel: Make Socket inherit from File. 6 years ago
  Andreas Kling 03da7046bd Kernel: Prepare Socket for becoming a File. 6 years ago
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. 6 years ago
  Andreas Kling 65d6318c33 Kernel: Support non-blocking connect(). 6 years ago
  Andreas Kling 644c887594 Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/. 6 years ago