remove date from signify zsig

2019-02-23 Thread Ted Unangst
signify -z adds a date= line to the header, but nothing reads it. It's also not very useful, since it's outside the signature. It would still not be useful, because nothing about the signify design cares about when something was signed. It does cause trouble, however, because signing the same thing

move variable in signify/zsig.c

2019-02-23 Thread Ted Unangst
There's exactly one global variable in signify, but it could be local. We do write to this variable, but not to move data between functions. Index: zsig.c === RCS file: /cvs/src/usr.bin/signify/zsig.c,v retrieving revision 1.15 diff

Re: ld patch that greatly speeds up linking large programs with debug symbols

2019-02-23 Thread Aaron Miller
On February 23, 2019 2:50:46 AM PST, Jeremie Courreges-Anglas wrote: >On Sat, May 07 2016, Stefan Kempf wrote: >> Aaron Miller wrote: >>> Hi All, >>> >>> I was experiencing ~8 minute linking times for a large C++ >application >>> I have been working on when running -current on amd64. It turn

Re: archaic quotes in calendar

2019-02-23 Thread Jason McIntyre
On Sat, Feb 23, 2019 at 04:51:19PM +, Jason McIntyre wrote: > On Sat, Feb 23, 2019 at 05:29:31PM +0100, Ingo Schwarze wrote: > > Hi, > > > > Anthony J. Bentley wrote on Wed, Jan 30, 2019 at 04:01:30AM -0700: > > > Jason McIntyre writes: > > > > >> in the man page you have used Sq. that will m

Re: archaic quotes in calendar

2019-02-23 Thread Jason McIntyre
On Sat, Feb 23, 2019 at 05:29:31PM +0100, Ingo Schwarze wrote: > Hi, > > Anthony J. Bentley wrote on Wed, Jan 30, 2019 at 04:01:30AM -0700: > > Jason McIntyre writes: > > >> in the man page you have used Sq. that will make it mark up the same as > >> it already does: > >> > >>(`*') > > > The

Re: archaic quotes in calendar

2019-02-23 Thread Ingo Schwarze
Hi, Anthony J. Bentley wrote on Wed, Jan 30, 2019 at 04:01:30AM -0700: > Jason McIntyre writes: >> in the man page you have used Sq. that will make it mark up the same as >> it already does: >> >> (`*') > There's a difference: Ted uses a UTF-8 locale where Sq shows up as > pretty Unicode qu

Re: start cleaning up UTF-8 processing in less(1)

2019-02-23 Thread Stefan Sperling
On Sat, Feb 23, 2019 at 03:45:28PM +0100, Ingo Schwarze wrote: > * charset.c, control_char(), calls iscntrl((unsigned char)c) >on an LWCHAR value - which is absurd to the point of not even being >funny any longer, rather making you cry. I got a good chuckle out of this :) Your diff looks

start cleaning up UTF-8 processing in less(1)

2019-02-23 Thread Ingo Schwarze
Hi, Evan Silberman, by posting a well-founded bug report to bugs@, just drew my attention to the pigsty of having a hand-rolled re-implemention of Unicode character property handling within less(1). The root of the evil is the existence of the custom definition typedef unsigned long LWCHAR; i

Re: ld patch that greatly speeds up linking large programs with debug symbols

2019-02-23 Thread Jeremie Courreges-Anglas
On Sat, May 07 2016, Stefan Kempf wrote: > Aaron Miller wrote: >> Hi All, >> >> I was experiencing ~8 minute linking times for a large C++ application >> I have been working on when running -current on amd64. It turns out >> that the decade-old version of ld in the OpenBSD source tree has a bug >

Re: bypass interface input queues for vlan(4)

2019-02-23 Thread David Gwynne
On Fri, Feb 22, 2019 at 09:56:58AM -0300, Martin Pieuchot wrote: > On 22/02/19(Fri) 15:01, David Gwynne wrote: > > On Thu, Feb 21, 2019 at 04:29:27PM -0300, Martin Pieuchot wrote: > > > On 21/02/19(Thu) 14:19, David Gwynne wrote: > > > > right now we add vlan_input as a possible input handler on th