Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling ed5c26d698 AK: Remove custom %w format string specifier hace 4 años
  Andreas Kling cb2c8f71f4 AK: Remove custom %b format string specifier hace 4 años
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) hace 4 años
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions hace 4 años
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler hace 4 años
  Tom 6a620562cc Kernel: Allow passing a thread argument for new kernel threads hace 4 años
  Andreas Kling a6aee0c097 IPv4: Take the socket lock more (fixes TCP connection to localhost) hace 4 años
  Andreas Kling ce6ef54337 ICMP: Check that incoming ICMP echo requests are large enough hace 4 años
  Tom 838d9fa251 Kernel: Make Thread refcounted hace 4 años
  Nico Weber 416d470d07 Kernel: Plumb packet receive timestamp from NetworkAdapter to Socket::recvfrom hace 4 años
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks hace 4 años
  Nico Weber 430b265cd4 AK: Rename KB, MB, GB to KiB, MiB, GiB hace 5 años
  asynts fff581cd72 AK: Rename span() to bytes() when appropriate. hace 5 años
  Andreas Kling f5ac4da993 Kernel: Use AK::Span a bunch in the network adapter code hace 5 años
  Tom 788b2d64c6 Kernel: Require a reason to be passed to Thread::wait_on hace 5 años
  Tom 16783bd14d Kernel: Turn Thread::current and Process::current into functions hace 5 años
  Andreas Kling f25d2f5518 Kernel: Move NetworkTask startup into NetworkTask::spawn() hace 5 años
  AnotherTest 2ea934bcfd Kernel: Do not reject broadcast UDP packets right away hace 5 años
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() hace 5 años
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current hace 5 años
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace hace 5 años
  Andreas Kling 228a1e9099 IPv4: Basic implementation of TCP socket shutdown hace 5 años
  Andreas Kling 1037a1d2ba IPv4: Don't ACK empty TCP packets hace 5 años
  Andreas Kling 94ca55cefd Meta: Add license header to source files hace 5 años
  Conrad Pankoff bbb536ebed Kernel: Fix code locked behind NETWORK_TASK_DEBUG hace 5 años
  Conrad Pankoff 876323fd7a Kernel: Move incoming packet buffer off the NetworkTask stack hace 5 años
  Andreas Kling 8874ad7946 Net: Shrink the NetworkTask packet buffer hace 5 años
  Andreas Kling 8de5a0be41 TCP: Log packet metadata when receiving a TCP packet with no socket hace 5 años
  Andreas Kling ac215ca601 Net: Try to reuse incoming packet buffers to avoid allocation churn hace 5 años
  Andreas Kling a18aa8fd5f Kernel: Use a WaitQueue in NetworkTask hace 5 años