提交歷史

作者 SHA1 備註 提交日期
  Sergey Bugaev ddafc5dc98 Kernel/Net: Make a debug message more detailed 1 年之前
  kleines Filmröllchen 021fb3ea05 Kernel/Tasks: Allow Kernel processes to be shut down 2 年之前
  Liav A 1b04726c85 Kernel: Move all tasks-related code to the Tasks subdirectory 2 年之前
  kleines Filmröllchen 939600d2d4 Kernel: Use UnixDateTime wherever applicable 2 年之前
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration 2 年之前
  Liav A 7c1f645e27 Kernel/Net: Iron out the locking mechanism across the subsystem 2 年之前
  Andreas Kling a098266ff5 Kernel: Simplify Process factory functions 2 年之前
  Andreas Kling 03cc45e5a2 Kernel: Use RefPtr instead of LockRefPtr for File and subclasses 2 年之前
  Andreas Kling 7369d0ab5f Kernel: Stop using NonnullLockRefPtrVector 2 年之前
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Brian Gianforcaro 6b85b358f8 Kernel: Unify Kernel task names for consistency 3 年之前
  brapru 1dd22582da Kernel: Ignore interfaces without an IP address when updating ARP 3 年之前
  Maciej 66ab4d61a4 Kernel: Stop exposing gateway field 3 年之前
  brapru 0718b20df0 Kernel: Generalize the UpdateArp table to UpdateTable 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Andreas Kling 6625edb5d2 Kernel: When receiving unexpected TCP flags, print the flags 3 年之前
  Jamie Mansfield 8964f754f5 Kernel: Fix bug in TCP state handling in SynSent 3 年之前
  Andreas Kling 83523cabda Kernel: Fix bugs in TCP state handling in FinWait1 & FinWait2 3 年之前
  Idan Horowitz e5e7cb822a Kernel: Ignore allocation failures when trying to retransmit packets 3 年之前
  Brian Gianforcaro 24066ba5ef Kernel: Use MUST + Vector::try_append instead of Vector::append 3 年之前
  Sam Atkins c6a97ea843 Kernel: Mark kernel smart-pointer classes as [[nodiscard]] 3 年之前
  Idan Horowitz adc9939a7b Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt 3 年之前
  Nico Weber 1cdb12e920 Kernel: Fix -Wunreachable-code warnings from clang 3 年之前
  Andreas Kling ededd6aac6 Kernel: Make TCPSocket client construction use KResultOr and TRY() 3 年之前
  Andreas Kling 55b0b06897 Kernel: Store process names as KString 3 年之前
  Brian Gianforcaro d1378339f6 Kernel: Avoid string creation for simple string comparison 3 年之前
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 3 年之前
  Andreas Kling ed0e64943f Kernel: Rename Socket::lock() => Socket::mutex() 3 年之前
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> 3 年之前