Historique des commits

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