Build date: 1739746802 - Sun Feb 16 23:00:02 UTC 2025 Build cvs date: 1739721907 - Sun Feb 16 16:05:07 UTC 2025 Build id: 2025-02-17.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P distrib/sets/lists/man/mi P share/man/man5/Makefile U share/man/man5/opam-module.5 P sys/dev/pci/if_aq_pci.c P sys/dev/pci/if_mwx.c P sys/net/if_gre.c P sys/net/route.c P sys/net/route.h P sys/net/rtsock.c P sys/netinet/if_ether.c P sys/netinet6/nd6.c P sys/nfs/krpc_subr.c P sys/nfs/nfs_socket.c P sys/nfs/nfs_syscalls.c commit AAsj58gaZHra41VT Author: bluhm Date: 2025/02/16 16:05:07 Use shared socket lock for NFS. The socket functions that are called by NFS code are MP safe. Shared net lock together with socket lock is sufficient. OK mvs@ sys/nfs/krpc_subr.c sys/nfs/nfs_socket.c sys/nfs/nfs_syscalls.c commit ekUehfDF1OABX0Eq Author: kevlo Date: 2025/02/16 13:07:08 Argument order fix for m_gethdr ok martijn@ claudio@ bluhm@ sys/dev/pci/if_mwx.c commit GvwRjYBfmcoP7S4m Author: bluhm Date: 2025/02/16 11:39:28 Revert SMR protection of rt_gwroute. Using a smr_barrier() in rt_putgwroute() slows down adding routes. This is the hot path for BGP router. Syncing the FIB is now taking ages and the system is close to unrespnsive in that time. found by claudio@ sys/net/if_gre.c sys/net/route.c sys/net/route.h sys/net/rtsock.c sys/netinet/if_ether.c sys/netinet6/nd6.c commit CNio7aKZV72GjO99 Author: tb Date: 2025/02/16 11:27:23 sync distrib/sets/lists/man/mi commit n817c0wKCaR17Sl4 Author: jmatthew Date: 2025/02/16 10:11:37 Add support for reading eeprom pages for the few cards with SFP slots. ok dlg@ sys/dev/pci/if_aq_pci.c commit u7zZkrNjxM460woG Author: semarie Date: 2025/02/16 09:15:54 hook opam-module.5 page in man5/Makefile reminder by tb@ share/man/man5/Makefile commit XASUgQ0rhzg9qXIr Author: semarie Date: 2025/02/16 09:03:31 add opam-module.5 man page to document sysutils/opam module. with help from jmc@ share/man/man5/opam-module.5