arm64: random-order kernel

2017-06-03 Thread Patrick Wildt
Hi, with some guidance from Theo I have random-order kernels on arm64. In one instance the kernel did not boot up. This could be a real bug, or not. Please try this diff and make sure the machine still boots up. If it does not: Please send me the gap.S and the lorder file from the kernel

Re: Question on getcwd(3) behavior on OpenBSD

2017-06-03 Thread Sebastien Marie
On Sat, Jun 03, 2017 at 06:13:56PM +0200, Alexander Bochmann wrote: > Hi, > > ...on Wed, May 31, 2017 at 03:07:55PM -0400, Ted Unangst wrote: > > > Kurt Mosiejczuk wrote: > > > Just recently converted the main user machines students and faculty use > > > to OpenBSD 6.1. I've found out that

Re: Question on getcwd(3) behavior on OpenBSD

2017-06-03 Thread Alexander Bochmann
Hi, ...on Wed, May 31, 2017 at 03:07:55PM -0400, Ted Unangst wrote: > Kurt Mosiejczuk wrote: > > Just recently converted the main user machines students and faculty use > > to OpenBSD 6.1. I've found out that git will abort in one scenario > > where there is a directory in the tree where

[patch/bgpctl] Add support for extended communities (updated)

2017-06-03 Thread Denis Fondras
(forgot to add the manual bit in the previous patch) Hello, Here is a patch to allow usage of extended communities with bgpctl : bgpctl show ip bgp ext-community rt 10:10 bgpctl netw add 2001:db8:1::/64 ext soo 10:50 Denis Index: bgpctl/bgpctl.8

Re: mcast-proxy daemon

2017-06-03 Thread Paul de Weerd
On Sat, May 27, 2017 at 11:05:13PM +0200, Paul de Weerd wrote: | - lacks an rc.d init script Here's a diff that adds an rc.d script 'mcastproxy' (other daemons that have a '-' in their name also drop it in their rc.d script, so I followed that example) I stuck it in /etc/rc around the

chmod.1: Correct =X behaviour

2017-06-03 Thread Klemens Nanni
=X actually works quite fine despite the mentioned condition: $ touch f; mkdir d $ chmod =X f d $ ls -ld f d d--x--x--x 2 kle wheel 512 Jun 3 15:11 d/ -- 1 kle wheel0 Jun 3 15:11 f One of the given examples has been updated to reflect

Makefile: Use -exec not xargs(1) with find(1)

2017-06-03 Thread Klemens Nanni
-exec has been around since 2012 is cleaner and shorter, I don't see why xargs(1) should be used for such simple cases. Besides that don't walk the tree twice. Index: include/Makefile === RCS file: /cvs/src/include/Makefile,v

Re: FreeType 2.8

2017-06-03 Thread Matthieu Herrb
On Mon, May 29, 2017 at 05:10:11PM +0200, David Coppa wrote: > > Here's the update to freetype-2.8 (also attached). > > As usual, please test and/or put it in a bulk build... > Hi, This looks good to me. Note that it "fixes" the vertical spacing issue in xterm with some truetype fonts

[patch/bgpctl] Add support for extended communities

2017-06-03 Thread Denis Fondras
Hello, Here is a patch to allow usage of extended communities with bgpctl : bgpctl show ip bgp ext-community rt 10:10 bgpctl netw add 2001:db8:1::/64 ext soo 10:50 Denis Index: bgpctl/bgpctl.c === RCS file: