Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling b3a1671f1a Kernel: Add support for recv() with MSG_DONTWAIT. hace 6 años
  Andreas Kling 85d2e85912 LocalSocket: Fix mismatch between can_write() and write() logic. hace 6 años
  Robin Burchell a8864dc590 Kernel: Report EAGAIN from read() on a non-blocking socket if the buffer is empty hace 6 años
  Andreas Kling 2470fdcd9b Kernel: Make Socket inherit from File. hace 6 años
  Andreas Kling 03da7046bd Kernel: Prepare Socket for becoming a File. hace 6 años
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. hace 6 años
  Andreas Kling 65d6318c33 Kernel: Support non-blocking connect(). hace 6 años
  Andreas Kling 644c887594 Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/. hace 6 años