CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2023/11/09 14:45:18
Modified files: sys/netinet : if_ether.c Log message: Run arp timeout without kernel lock. Since cheloha@ has implemented timeout processes that do not grab the kernel lock, start using TIMEOUT_MPSAFE for arptimer(). OK kn@ mvs@