提交歷史

作者 SHA1 備註 提交日期
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 5 年之前
  Brian Gianforcaro 8e97de2df9 Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation 5 年之前
  Brian Gianforcaro 9f9b05ba0f Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation 5 年之前
  Brian Gianforcaro 02660b5d60 Kernel: Use Userspace<T> for the bind syscall, and implementation 5 年之前
  Brian Gianforcaro 30b2c0dc85 Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface 5 年之前
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 年之前
  Tom f4a5c9b6c2 Kernel: Consolidate timeout logic 5 年之前
  Tom 419703a1f2 Kernel: Fix checking BlockResult 5 年之前
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 年之前
  Andreas Kling 28bfd73b68 Kernel: Minor cleanups in sendfd/recvfd 5 年之前
  Andreas Kling d4195672b7 Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing 5 年之前
  Sergey Bugaev a9946a99f2 Kernel: Pass a FileDescription to File::chmod() and File::chown() 5 年之前
  Andreas Kling 21d5f4ada1 Kernel: Absorb LibBareMetal back into the kernel 5 年之前
  Sergey Bugaev 54550365eb Kernel: Use shared locking mode in some places 5 年之前
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 年之前
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 年之前
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 年之前
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Liav A e559af2008 Kernel: Apply changes to use LibBareMetal definitions 5 年之前
  Andreas Kling d04fcccc90 Kernel: Truncate addresses stored by getsockname() and getpeername() 5 年之前
  Andreas Kling 625ab1f527 Kernel: LocalSocket should fail with EADDRINUSE for already-bound files 5 年之前
  Andreas Kling 137a45dff2 Kernel: read()/write() should respect timeouts when used on a sockets 5 年之前
  Andreas Kling 03d73cbaae Kernel: Allow Socket subclasses to fail construction 5 年之前
  Andreas Kling 6081c76515 Kernel: Make O_RDONLY non-zero 5 年之前
  Andreas Kling f4f958f99f Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing 5 年之前
  Sergey Bugaev 6466c3d750 Kernel: Pass correct permission flags when opening files 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling 1434f30f92 Kernel: Remove SmapDisabler in bind() 5 年之前
  Andreas Kling 8c5cd97b45 Kernel: Fix kernel null deref on process crash during join_thread() 5 年之前