Commit History

Author SHA1 Message Date
  Andreas Kling 6c2089c59d Put miscellaneous debug spam behind #ifdefs. 6 years ago
  Andreas Kling beda478821 Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t. 6 years ago
  Andreas Kling 2cfcbdc735 AK: Add Retained<T>, like RetainPtr, but never null. 6 years ago
  Andreas Kling f0a869ea50 Kernel: Process::cwd_inode() should return a reference. 6 years ago
  Andreas Kling d5f515cf6c Kernel: Give each FileDescriptor a chance to co-open sockets. 6 years ago
  Andreas Kling 640360e958 Move WindowServer to userspace. 6 years ago
  Andreas Kling e9d6fbfb47 Kernel: Fix some broken debug log statements. 6 years ago
  Andreas Kling bf58241c11 Port the WindowServer and LibGUI to communicate through local sockets. 6 years ago
  Andreas Kling 00319c248c Kernel: Let's say that listening+bound sockets "can read." 6 years ago
  Andreas Kling eb1c721ef3 Kernel: Actually send things between the socket endpoints. 6 years ago
  Andreas Kling b20a7aca61 Kernel: More work on sockets. Fleshing out connect(). 6 years ago
  Andreas Kling 54b1d6f57f Kernel: More sockets work. Fleshing out accept(). 6 years ago
  Andreas Kling 77177dbb76 Kernel: Begin fleshing out bind() syscall. 6 years ago
  Andreas Kling 2f35e54f80 Kernel: Begin implementing UNIX domain sockets. 6 years ago