Commit History

Author SHA1 Message Date
  asynts c6ebca5b45 Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 years ago
  asynts 5931758dbc Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
  asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
  Andreas Kling 48589db3aa Kernel/Net: Socket connected state change should reevaluate blocks 4 years ago
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 years ago
  Andreas Kling a6aee0c097 IPv4: Take the socket lock more (fixes TCP connection to localhost) 4 years ago
  Luke ec136db592 Kernel: Return ENOPROTOOPT instead of asserting on unimplemented levels in getsockopt 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
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Andreas Kling 22831033d0 Kernel: Virtualize the File::stat() operation 4 years ago
  Brian Gianforcaro 8e97de2df9 Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation 5 years ago
  Brian Gianforcaro 9f9b05ba0f Kernel: Use Userspace<T> for the sendto syscall, and Socket implementation 5 years ago
  Ben Wiederhake f5744a6f2f Kernel: PID/TID typing 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
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 years ago
  Andreas Kling 3023a89e9b Kernel: Remove SmapDisabler in sys$setsockopt() 5 years ago
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions 5 years ago
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 years ago
  Xiao NuoFu 7fd77e9ffe Kernel/Net: make setsockopt pretend it understands SO_KEEPALIVE. 5 years ago
  AnotherTest 77191d82dc Kernel: Add the SO_BINDTODEVICE socket option 5 years ago
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 years ago
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling 228a1e9099 IPv4: Basic implementation of TCP socket shutdown 5 years ago
  Andreas Kling 2b0b7cc5a4 Net: Add a basic sys$shutdown() implementation 5 years ago
  Andreas Kling 71ca7ba31f Kernel: Fix three broken format strings in Socket::{get,set}sockopt() 5 years ago
  Andreas Kling 137a45dff2 Kernel: read()/write() should respect timeouts when used on a sockets 5 years ago