Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 7463eb52e8 Kernel: Improve names in the ARP table thread blocker před 3 roky
  brapru bad23e3f8c Kernel: Convert Routing to east-const style před 3 roky
  Andreas Kling 0c1d41cc8a Kernel: Simplify Blockers so they don't need a "should block" flag před 3 roky
  Andreas Kling cfd9045891 Kernel: Remove unused Thread::Blocker::should_block() virtual před 3 roky
  Andreas Kling 82c3cc4640 Kernel: Move Blocker setup out from constructors into setup_blocker() před 3 roky
  Andreas Kling 7006cb82bd Kernel: Rename Blocker::not_blocking(bool) to something more descriptive před 3 roky
  Andreas Kling e51a5e2d5d Kernel: Rename some BlockerSets to foo_blocker_set před 3 roky
  Andreas Kling b30081b49a Kernel: Rename BlockerSet::unblock() to something more accurate před 3 roky
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet před 3 roky
  Andreas Kling 8000e8a080 Kernel: Mark Thread::Blocker leaf subclasses final před 3 roky
  Andreas Kling 53019f413c Kernel: Mark BlockCondition subclasses as final před 3 roky
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker před 3 roky
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock před 3 roky
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> před 3 roky
  brapru f633ef2af7 Kernel: Move ARP debug information to ARP_DEBUG před 4 roky
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton před 4 roky
  Jean-Baptiste Boric 738e604bfc Kernel: Migrate ARP table locking to ProtectedValue před 4 roky
  Andreas Kling 32a150f2b4 Kernel: Make Thread::state_string() return StringView před 4 roky
  brapru f8c104aaaf Kernel: Add update option to remove an entry from the ARP table před 4 roky
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker před 4 roky
  Liav A 1c94b5e8eb Kernel: Introduce the NetworkingManagement singleton před 4 roky
  Gunnar Beutner 7cd49ba2a2 Kernel: Ignore interfaces without an IP address when routing packages před 4 roky
  Gunnar Beutner 790d68ac5e Kernel: Route packets destined for us through the loopback adapter před 4 roky
  Gunnar Beutner 532db9f768 Kernel: Treat 0.0.0.0 as a loopback address před 4 roky
  Gunnar Beutner c160c6b035 Kernel: Use correct destination MAC address for multicast packets před 4 roky
  Gunnar Beutner d8f92bdf96 Kernel: Avoid deadlock when trying to send packets from the NetworkTask před 4 roky
  Gunnar Beutner 4e6a26cbd2 Kernel: Silence a few more network dbgln()s před 4 roky
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. před 4 roky
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
  Andreas Kling ac1c01cc30 Kernel: Convert klog() => dmesgln() in ARP/routing code před 4 roky