Re: 6.4 - RX not working on new supported BCM574xx (bnxt)

2018-11-13 Thread Luthing
FYI, the NIC is working well on Centos/Vmware OS. >From all of your findings, does the driver need to be updated ? Can anyone has resolve this issue? Many thanks Luthing -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-dev-tech-f151936.html

bgpd refactor community code

2018-11-13 Thread Claudio Jeker
This is a large diff that changes the way communities are stored in filters and filter_sets. Both standard communities and large communities now share the same data structure for lookups and at the same time the filters are extended to allow more then one community to match per rule (currently the

mg: fix undo transpose-paragraph

2018-11-13 Thread Mark Lumsden
Currently undoing transpose-paragraph doesn't work as expected. This diff fixes that. ok? Index: paragraph.c === RCS file: /cvs/src/usr.bin/mg/paragraph.c,v retrieving revision 1.45 diff -u -p -r1.45 paragraph.c --- paragraph.c 6

Add wsfont.9, documenting the wsfont subsystem

2018-11-13 Thread Frederic Cambus
Hi tech@, Here is a diff to add wsfont.9, documenting the wsfont subsystem. This is wsfont.9 revision 1.18 from NetBSD with the following changes: - Add $Mdocdate$ marker - Remove documentation for wsfont_matches() which we don't have - Remove wsfont_find() arguments which we don't have - Add

tunnels, ecn, and ipv4 header checksums

2018-11-13 Thread David Gwynne
while looking at outgoing ttl processing and rfc 6040, i noted that gif and gre patched a packets ttl, but didn't update the checksum on the packet. i think there's two issues here. firstly, we need to update the checksum when the packet is patched, but only for v4, and secondly, we should clear

s_client.c typo

2018-11-13 Thread Edgar Pettijohn III
Index: s_client.c === RCS file: /cvs/src/usr.bin/openssl/s_client.c,v retrieving revision 1.36 diff -u -p -u -r1.36 s_client.c --- s_client.c    11 Feb 2018 20:03:10 -    1.36 +++ s_client.c    14 Nov 2018 03:51:08 - @@

Re: Add wsfont.9, documenting the wsfont subsystem

2018-11-13 Thread Jason McIntyre
On Tue, Nov 13, 2018 at 11:05:27PM +0100, Frederic Cambus wrote: > Hi tech@, > > Here is a diff to add wsfont.9, documenting the wsfont subsystem. > > This is wsfont.9 revision 1.18 from NetBSD with the following changes: > > - Add $Mdocdate$ marker > - Remove documentation for wsfont_matches()

Re: [macppc] BSS PLT format and ports-clang

2018-11-13 Thread Charlene Wendling
Thanks for mentioning -msecure-plt. I grep'd our current LLVM source, and the option isn't here. But it has been added since then [1], so i'll try adding patches that enables it. Charlène. [1] https://reviews.llvm.org/D44921 On Tue, 13 Nov 2018 14:42:55 -0500 Raul Miller wrote: > What

Re: /usr/share/calendar/calendar.christian - two entries for "First Sunday of Advent (4th Sunday before Christmas)"

2018-11-13 Thread Scott Cheloha
On Mon, Nov 12, 2018 at 07:00:31AM +, Jason McIntyre wrote: > On Sun, Nov 11, 2018 at 11:03:35PM +, Raf Czlonka wrote: > > It's that magical time of the year again :^) > > > > Anyone? > > > > R. > > > > morning. > > [...] unfortunately calendar doesn;t handle such dates well. This

[macppc] BSS PLT format and ports-clang

2018-11-13 Thread Charlene Wendling
Hi, bcallah@ (mostly) and i (who owns the hardware and builds) are currently trying to get llvm/clang working on macpcc. That would allow us to try unbreaking many ports on this platform, especially those that depend on webkitgtk4. It currently builds [1] and installs [2] properly. I then tried

Re: [macppc] BSS PLT format and ports-clang

2018-11-13 Thread Raul Miller
What happens if you build with -msecure-plt or -fno-plt? Thanks, -- Raul On Tue, Nov 13, 2018 at 2:39 PM Charlene Wendling wrote: > > Hi, > > bcallah@ (mostly) and i (who owns the hardware and builds) are currently > trying to get llvm/clang working on macpcc. That would allow us to try >