Historique des commits

Auteur SHA1 Message Date
  Tom 419703a1f2 Kernel: Fix checking BlockResult il y a 5 ans
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions il y a 5 ans
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail il y a 5 ans
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() il y a 5 ans
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc il y a 5 ans
  AnotherTest 77191d82dc Kernel: Add the SO_BINDTODEVICE socket option il y a 5 ans
  marprok 0fd5f0e4bd Userland: ifconfig can change the IP address of the default gateway il y a 5 ans
  Marios Prokopakis 8cf962a102 Userland: Set the mask of a network adapter with ifconfig (#1388) il y a 5 ans
  Andreas Kling f2f16e1c24 IPv4: Keep IPv4 socket locked during receive operations il y a 5 ans
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() il y a 5 ans
  Andreas Kling c3c8eae25a Kernel: Remove some unnecessary .characters() when doing dbg()<<String il y a 5 ans
  Liav A d6ae2cf46a IPv4Socket: Use dbg() instead of dbgprintf() il y a 5 ans
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity il y a 5 ans
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current il y a 5 ans
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace il y a 5 ans
  Andreas Kling 3891e6d739 IPv4: Sockets should say can_read() after reading is shut down il y a 5 ans
  Andreas Kling 228a1e9099 IPv4: Basic implementation of TCP socket shutdown il y a 5 ans
  Andreas Kling 48f13f2a81 IPv4: Split IPv4Socket::recvfrom() into packet/byte buffered functions il y a 5 ans
  Andreas Kling 0c12d9a618 IPv4: Drop incoming packets on sockets that are shut down for reading il y a 5 ans
  Andreas Kling d04fcccc90 Kernel: Truncate addresses stored by getsockname() and getpeername() il y a 5 ans
  Andreas Kling 137a45dff2 Kernel: read()/write() should respect timeouts when used on a sockets il y a 5 ans
  Andreas Kling 388d40d755 IPv4: Fix bitrot in IPv4Socket debug logging il y a 5 ans
  Andreas Kling 22d563b1aa IPv4: Don't hold IPv4Socket lock when blocking on byte-buffered receive il y a 5 ans
  Andreas Kling 03d73cbaae Kernel: Allow Socket subclasses to fail construction il y a 5 ans
  Andreas Kling f4f958f99f Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing il y a 5 ans
  Andreas Kling 94ca55cefd Meta: Add license header to source files il y a 5 ans
  Andreas Kling 35c84504cd IPv4: Require "inet" promise for ioctl() on an IPv4Socket il y a 5 ans
  Andreas Kling 1434f30f92 Kernel: Remove SmapDisabler in bind() il y a 5 ans
  Andreas Kling 8c5cd97b45 Kernel: Fix kernel null deref on process crash during join_thread() il y a 5 ans
  Andreas Kling 8b2280c374 Kernel: Allow buffering up to 128 KB in an IPv4Socket before refusing il y a 5 ans