Build date: 1762124403 - Sun Nov 2 23:00:03 UTC 2025 Build cvs date: 1762115735 - Sun Nov 2 20:35:35 UTC 2025 Build id: 2025-11-03.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 lib/libcrypto/ec/ec_curve.c P sbin/ifconfig/brconfig.c P sbin/ifconfig/ifconfig.8 P share/man/man4/Makefile U share/man/man4/nhi.4 P share/man/man9/audio.9 P sys/dev/audio.c P sys/dev/audio_if.h P sys/dev/pci/envy.c P sys/dev/usb/uaudio.c P sys/net/if_bridge.h P sys/net/if_pppoe.c P sys/net/if_sppp.h P sys/net/if_spppsubr.c P sys/net/if_veb.c M usr.sbin/bgpd/session.c commit JWTkeYujjjG3bem3 Author: kettenis Date: 2025/11/02 20:35:35 nhi(4) share/man/man4/Makefile share/man/man4/nhi.4 commit 7o7h1GVUChtCLOUG Author: ratchov Date: 2025/11/02 14:37:20 envy: Return the sound card model name as display string sys/dev/pci/envy.c commit RGzZNa9qmkfnQiZ5 Author: ratchov Date: 2025/11/02 14:35:20 uaudio: Return the product name as display name If the device provides multiple usb audio control interfaces, the string is suffixed with an interface number. Extra spacing and control characters are discarded. ok mvs, armani, suggestions from sthen sys/dev/usb/uaudio.c commit oAXIYQGsD7mvWFtQ Author: ratchov Date: 2025/11/02 14:33:06 Add an audio(9) driver interface to expose the hardware's display name If the low-level driver implements the new optional display_name() function, then it's returned by the AUDIO_GETDEV ioctl in place of the devices's dv_xname. ok mvs, armani share/man/man9/audio.9 sys/dev/audio.c sys/dev/audio_if.h commit eVDF3cbA5MRJWu4b Author: tb Date: 2025/11/02 13:06:30 ec_curve: Remove outdated credits lib/libcrypto/ec/ec_curve.c commit usQgpa9yzPGfJxpP Author: dlg Date: 2025/11/02 08:33:43 wire the DLT_LOOP bpf listener up to packet transmission. sppp_subr has to record which af the packet is so pppoe transmit can skip showing non-ip packets to the DLT_LOOP listener. pppoe transmit then has to skip over the pppoe and ppp headers so only the IP payload is shown to bpf. sys/net/if_pppoe.c sys/net/if_spppsubr.c commit mGPkErBb6JGHlBEp Author: dlg Date: 2025/11/02 08:04:04 fix a panic when autodial (link1) on pppoe tries to run. "dialling" needs the kernel lock because thats what protects the ppp state machine transitions. sppp_output tries to bring the ppp link up if it's asked to send a packet, but it can be called without the kernel lock now. sppp_output uses a task in the systq to bring the link up now. reported by illya.meyer@wiesan.de on bugs@ sys/net/if_sppp.h sys/net/if_spppsubr.c commit Dl5cqE0AJL42efgd Author: dlg Date: 2025/11/02 07:57:30 show the outgoing packet with the ppp encap to the right bpf listener. i wasted an annoying amount of time trying to figure out why a pppoe test setup wasnt working cos i thought pppoe encap wasnt working, but it was working but the receiver wasn't configured correctly. i just couldn't see the outgoing packets. sys/net/if_pppoe.c commit Ct3p8hMsUHMTkcTE Author: dlg Date: 2025/11/02 00:23:59 document untagged passthrough config on veb ports. sbin/ifconfig/ifconfig.8 commit cYMGnaMrjLbWXoUs Author: dlg Date: 2025/11/02 00:15:20 let veb(4) decline untagged packets with a "passthrough" setting. sbin/ifconfig/brconfig.c sys/net/if_bridge.h sys/net/if_veb.c commit MiXjOaEjua8OYlkv Author: dlg Date: 2025/11/01 23:34:33 return 802.1 reserved addresses to the stack for local input processing. at the very least this allows lldp packets to processed on the physical port by AF_FRAME sockets. sys/net/if_veb.c P 3RDPARTY P app/xterm/XTerm.ad commit WnZ032mtbDeutyox Author: matthieu Date: 2025/11/02 09:54:03 update 3RDPARTY commit cVdTEFWYPdrTEgwd Author: matthieu Date: 2025/11/02 08:12:10 With luit disabled, the default setting changed to not enabling utf8 mode. Update the resources to re-enable it by default. app/xterm/XTerm.ad