Histórico de Commits

Autor SHA1 Mensagem Data
  Jared dd53f64d2f Kernel: Properly ack segment há 1 ano atrás
  jared 3dfd8defa9 Kernel: Properly ack segments in the half-close state há 1 ano atrás
  jared 7244369aff Kernel: Add unhandled cases for the FinWait2 state há 1 ano atrás
  Idan Horowitz 785c9d5c2b Kernel: Add support for TCP window size scaling há 1 ano atrás
  Liav A 3fd4997fc2 Kernel: Don't allocate memory for names of processes and threads há 2 anos atrás
  Sergey Bugaev ddafc5dc98 Kernel/Net: Make a debug message more detailed há 2 anos atrás
  kleines Filmröllchen 021fb3ea05 Kernel/Tasks: Allow Kernel processes to be shut down há 2 anos atrás
  Liav A 1b04726c85 Kernel: Move all tasks-related code to the Tasks subdirectory há 2 anos atrás
  kleines Filmröllchen 939600d2d4 Kernel: Use UnixDateTime wherever applicable há 2 anos atrás
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration há 2 anos atrás
  Liav A 7c1f645e27 Kernel/Net: Iron out the locking mechanism across the subsystem há 2 anos atrás
  Andreas Kling a098266ff5 Kernel: Simplify Process factory functions há 2 anos atrás
  Andreas Kling 03cc45e5a2 Kernel: Use RefPtr instead of LockRefPtr for File and subclasses há 2 anos atrás
  Andreas Kling 7369d0ab5f Kernel: Stop using NonnullLockRefPtrVector há 2 anos atrás
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes há 2 anos atrás
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) há 3 anos atrás
  Brian Gianforcaro 6b85b358f8 Kernel: Unify Kernel task names for consistency há 3 anos atrás
  brapru 1dd22582da Kernel: Ignore interfaces without an IP address when updating ARP há 3 anos atrás
  Maciej 66ab4d61a4 Kernel: Stop exposing gateway field há 3 anos atrás
  brapru 0718b20df0 Kernel: Generalize the UpdateArp table to UpdateTable há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Andreas Kling 6625edb5d2 Kernel: When receiving unexpected TCP flags, print the flags há 3 anos atrás
  Jamie Mansfield 8964f754f5 Kernel: Fix bug in TCP state handling in SynSent há 3 anos atrás
  Andreas Kling 83523cabda Kernel: Fix bugs in TCP state handling in FinWait1 & FinWait2 há 3 anos atrás
  Idan Horowitz e5e7cb822a Kernel: Ignore allocation failures when trying to retransmit packets há 3 anos atrás
  Brian Gianforcaro 24066ba5ef Kernel: Use MUST + Vector::try_append instead of Vector::append há 3 anos atrás
  Sam Atkins c6a97ea843 Kernel: Mark kernel smart-pointer classes as [[nodiscard]] há 3 anos atrás
  Idan Horowitz adc9939a7b Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt há 3 anos atrás
  Nico Weber 1cdb12e920 Kernel: Fix -Wunreachable-code warnings from clang há 3 anos atrás
  Andreas Kling ededd6aac6 Kernel: Make TCPSocket client construction use KResultOr and TRY() há 3 anos atrás