Re: snmp(1): Add set command

2019-10-02 Thread Martijn van Duren
Anyone willing to look into this one? Or someone objecting to me committing this? On 9/26/19 2:33 PM, Martijn van Duren wrote: > On 9/26/19 9:54 AM, Martijn van Duren wrote: >> Hello, >> >> I reckon this will be on of the last major additions. >> Adding "snmp set" allows us to run snmpd's regress

Re: Attach Hyper-V guest services to VMBus 4.0

2019-10-02 Thread Mike Belopuhov
Andre Stoebe writes: > On 01.10.2019 00:25, Mike Belopuhov wrote: >> >> >> Hi, >> >> I've got a verbal report that Hyper-V guest services aren't attached >> on modern Windows 10 systems so I believe we should get this one-liner >> in before 6.6. >> >> FreeBSD revision 349856 adds another

Re: umb(4) switch bpf to DLT_LOOP

2019-10-02 Thread David Gwynne
ok. > On 2 Oct 2019, at 18:17, Claudio Jeker wrote: > > umb(4) is currently the only user of DLT_RAW. The problem with this is > that it only works for IPv4 packets and that is less than ideal. > This diff switches umb(4) to DLT_LOOP like lo(4), tun(4), gif(4), ... > > To make this work the

Spleen kernel fonts improvements

2019-10-02 Thread Frederic Cambus
Hi tech@, Here is a diff to sync kernel fonts with the latest released Spleen version, bringing the following improvements: - Tweak the digit '7' for consistency with other sizes (5x8 version) - Tweak the digit '2' for consistency with other sizes (12x24 version) - Shift the middle bar of the

Re: rpki-client patch submission

2019-10-02 Thread Claudio Jeker
On Wed, Oct 02, 2019 at 03:41:06PM -0300, Alexandre Hamada wrote: > Hi Tech, > > I've found a missing initialization at ip.c (rpki-client project), and I > would like to share this patch with the repository maintainer. > > Kind regards, > Alexandre Hamada Thanks for this patch. The memset() of

rpki-client patch submission

2019-10-02 Thread Alexandre Hamada
Hi Tech, I've found a missing initialization at ip.c (rpki-client project), and I would like to share this patch with the repository maintainer. Kind regards, Alexandre Hamada https://patch-diff.githubusercontent.com/raw/kristapsdz/rpki-client/pull/8.patch From

Re: system boot hang due to inteldrm(4)

2019-10-02 Thread Jan Klemkow
On Tue, Oct 01, 2019 at 11:34:09AM +1000, Jonathan Gray wrote: > On Tue, Oct 01, 2019 at 12:27:48AM +0200, Jan Klemkow wrote: > > After updating my router to current, the systems hangs during the boot. > > Maybe its caused by the "invalid EDID"?! The System boots up normaly > > and doesn't hang,

umb(4) switch bpf to DLT_LOOP

2019-10-02 Thread Claudio Jeker
umb(4) is currently the only user of DLT_RAW. The problem with this is that it only works for IPv4 packets and that is less than ideal. This diff switches umb(4) to DLT_LOOP like lo(4), tun(4), gif(4), ... To make this work the driver injects the af header in umb_decap() when pulling the packet

minor bgpd cleanup

2019-10-02 Thread Claudio Jeker
When removing a peer currently there is a ugly warning: pfkey reload: no such peer: id=3 Because the peer removal happens late in the SE the parent already removed it and so the last IMSG_PFKEY_RELOAD call when stopping the session before removal has no peer to match against. So silence the

cdio.1: remove reference to "aucat socket"

2019-10-02 Thread Alexandre Ratchov
The "aucat socket" was removed ~7 years ago. I've dropped the .Xr to audio(4) as the output could be anything on the network. OK? Index: cdio.1 === RCS file: /cvs/src/usr.bin/cdio/cdio.1,v retrieving revision 1.62 diff -u -p -u -p