cleanup FBSDID

2019-03-12 Thread Kevin Lo
ok? Index: lib/libc/arch/amd64/sys/tfork_thread.S === RCS file: /cvs/src/lib/libc/arch/amd64/sys/tfork_thread.S,v retrieving revision 1.6 diff -u -p -u -p -r1.6 tfork_thread.S --- lib/libc/arch/amd64/sys/tfork_thread.S 7 May 2016

Re: libcrypto: INTEGER_cmp vs. STRING_cmp

2019-03-12 Thread Theo Buehler
On Wed, Mar 06, 2019 at 11:16:07PM +0100, Holger Mikolon wrote: > > > Date: Wed, 6 Mar 2019 06:31:17 > > From: Theo Buehler > > (snip) > > > If you're up for it, it would probably be a good idea to look at the > > changes introduced by the commit you mentioned and see what else looks > > suspic

wscons: precision scrolling

2019-03-12 Thread Ulf Brosziewski
The standard method of scrolling in X is tailored to mouse wheels and proceeds in coarse steps. Wheel events are mapped to button events, and on receiving such an event, an application moves the view of its data by some fixed distance - usually the height of a line of text, or of a couple of lines

Re: Update openchrome to 0.6.182 in Xenocara

2019-03-12 Thread Matthieu Herrb
On Tue, Mar 12, 2019 at 11:28:30AM +0100, Frederic Cambus wrote: > Hi tech@, > > Here is a diff to update openchrome to 0.6.182 in Xenocara. > > Tested on my VX900 system. > > Comments? OK? Looks ok, but I can't test it, as I don't have via hardware anymore. One small nit: please remove $Id$ f

Re: relayd websocket

2019-03-12 Thread Rivo Nurges
Hi! Bump... Rivo On 3/6/19 10:57 PM, Rivo Nurges wrote: > Hi! > > > On 3/6/19 10:20 PM, Rivo Nurges wrote: >> On 3/6/19 6:36 PM, Sebastian Benoit wrote: Does something like this make sense? >>> >>> i think the seperator list needs to include '\t' >>> because https://tools.ietf.org/html/rf

relayd: virtual not used

2019-03-12 Thread Sebastian Benoit
Am i not seeing something? ok? diff --git usr.sbin/relayd/parse.y usr.sbin/relayd/parse.y index 5be605302ab..6dbed2f282f 100644 --- usr.sbin/relayd/parse.y +++ usr.sbin/relayd/parse.y @@ -173,7 +173,7 @@ typedef struct { %token PREFORK PRIORITY PROTO QUERYSTR REAL REDIRECT RELAY REMOVE REQUEST

Re: less(1) UTF-8 cleanup: do_append()

2019-03-12 Thread Todd C . Miller
On Tue, 12 Mar 2019 15:55:59 +0100, Ingo Schwarze wrote: > Four bad function calls have to be replaced here: > > 1. The call to the bad function get_wchar() is used to find the > character already present at the current position. Replacing > it with mbtowc(3) also eliminates LWCHAR. In

less(1) UTF-8 cleanup: do_append()

2019-03-12 Thread Ingo Schwarze
Hi Nicholas, Nicholas Marriott wrote on Tue, Mar 12, 2019 at 11:05:07AM +: > Sorry, ok nicm if you haven't committed this already. No i hadn't, but now i have, thank you very much for checking the patch. Here is the next step, cleaning up most parts of the crucial function do_append() which

Re: [patch] Re: Possible sasyncd memory leak ?

2019-03-12 Thread Otto Moerbeek
On Tue, Mar 12, 2019 at 02:02:15PM +0100, Otto Moerbeek wrote: > On Mon, Mar 11, 2019 at 05:11:56PM +0100, Otto Moerbeek wrote: > > > > > I was going to test your diff but it does not apply. Your mailer seems > > to convert spaces and or tabs to funny char sequences. Please fix > > (test by mail

Re: [patch] Re: Possible sasyncd memory leak ?

2019-03-12 Thread Otto Moerbeek
On Mon, Mar 11, 2019 at 05:11:56PM +0100, Otto Moerbeek wrote: > > I was going to test your diff but it does not apply. Your mailer seems > to convert spaces and or tabs to funny char sequences. Please fix > (test by mailing to yourself and applying with patch(1)) and resend, > > -Otto >

Re: bgpd cleanup configuration handling

2019-03-12 Thread Claudio Jeker
On Mon, Mar 11, 2019 at 03:27:44PM +0100, Sebastian Benoit wrote: > Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.03.11 09:11:39 +0100: > > This diff is cleaning up a few minor things. It removes the init_conf() > > function in session.c and moves it to init_config() where all defaults > > should

Update openchrome to 0.6.182 in Xenocara

2019-03-12 Thread Frederic Cambus
Hi tech@, Here is a diff to update openchrome to 0.6.182 in Xenocara. Tested on my VX900 system. Comments? OK? Index: driver/xf86-video-openchrome/Makefile.in === RCS file: /cvs/xenocara/driver/xf86-video-openchrome/Makefile.in,v r