one button only tapping

2019-03-01 Thread Ted Unangst
I used to use synclient to configure taps for only a single button. I find two and three button taps problematic, resulting in crazy highlighting and pasting. New computer uses wstpad, however, so there's no more synclient. Patch below changes wstpad to only report button clicks for single taps.

Re: install.sub: less aggressive library relink cleanup

2019-03-01 Thread Theo de Raadt
Makes sense. Sorry for getting it wrong. Theo Buehler wrote: > During upgrades all library link kits are now removed early on - right > after mounting the file systems. This leaves a number of questions where > the user can choose to abort the upgrade, or possibilities for things to > go

Re: Patch: relayd support for HTTP 101 Switching Protocols

2019-03-01 Thread Sebastian Benoit
Sebastian Benoit(be...@openbsd.org) on 2019.03.02 00:13:20 +0100: > Hi, > > Alexander Bluhm(alexander.bl...@gmx.net) on 2019.03.01 11:40:05 +0100: > > On Fri, Mar 01, 2019 at 09:37:42AM +0100, Sebastian Benoit wrote: > > > i think its ok to add this, and i would like to commit. Maybe we would >

Re: Patch: relayd support for HTTP 101 Switching Protocols

2019-03-01 Thread Sebastian Benoit
Hi, Alexander Bluhm(alexander.bl...@gmx.net) on 2019.03.01 11:40:05 +0100: > On Fri, Mar 01, 2019 at 09:37:42AM +0100, Sebastian Benoit wrote: > > i think its ok to add this, and i would like to commit. Maybe we would want > > some filter option to disallow this? > > I am not sure whether

Demo POS System

2019-03-01 Thread Frank FREE POS System
  Dear  Olde Fort Inn I noticed that you recently visited our https://possystemsfree.com/hbr I wanted to quickly check in and make sure that you were able to find the resource you were looking for. I actually also took a minute to look at your  Olde Fort Inn  and seems like a perfect fit for

install.sub: less aggressive library relink cleanup

2019-03-01 Thread Theo Buehler
During upgrades all library link kits are now removed early on - right after mounting the file systems. This leaves a number of questions where the user can choose to abort the upgrade, or possibilities for things to go wrong. In such cases, or if the user makes any choice of sets not including

Re: vmctl: usage on extra arguments

2019-03-01 Thread Mike Larkin
On Fri, Mar 01, 2019 at 01:37:58PM +0100, Antoine Jacoutot wrote: > On Fri, Mar 01, 2019 at 01:28:58PM +0100, Klemens Nanni wrote: > > I blatantly missed the argc/argv adjustments after getopt(3), resulting > > in valid commands like `vmctl create a -s 1G' to fail. > > > > Noticed by ajacoutot

OpenBSD 6.4 - Simple multicast routing

2019-03-01 Thread Luthing
Hello there, I have a testing lab with : 1 OpenBSD router which have 2 vlan interfaces (PF is not enabled) 1 Switch with 2 vlan configured I can ping from one host on vlan A to another host on vlan B. I try to broadcast with VLC a sample song with a multicast address from host on vlan A. >From

Re: xenocara: update to libfontenc 1.1.4

2019-03-01 Thread Jeremie Courreges-Anglas
On Tue, Feb 26 2019, Matthieu Herrb wrote: > minor bug fix update... > > ok ? One bugfix, one minor API change ("make FontEncDirectory return a const string"), no port directly uses this. ok jca@ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: net80211 hostap HT protection fixes

2019-03-01 Thread Stefan Sperling
On Fri, Mar 01, 2019 at 02:25:26PM +0200, Lauri Tirkkonen wrote: > On Wed, Feb 27 2019 15:06:49 +0100, Stefan Sperling wrote: > > Otherwise this diff affects 11n access points only, i.e. athn(4). > > It makes my athn(4) AP run circles (up to 15 Mbps) on a 2 GHz channel > > with overlapping

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

2019-03-01 Thread Stuart Henderson
On 2019/03/01 16:10, Jeremie Courreges-Anglas wrote: > On Mon, Feb 25 2019, Jeremie Courreges-Anglas wrote: > > +cc sthen since ports/textproc/mupdf is affected by the bug: > > > > > > http://build-failures.rhaalovely.net//sparc64/2019-02-03/textproc/mupdf.log > > > > On Sun, Feb 24 2019,

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

2019-03-01 Thread Theo Buehler
On Fri, Mar 01, 2019 at 04:10:17PM +0100, Jeremie Courreges-Anglas wrote: > On Mon, Feb 25 2019, Jeremie Courreges-Anglas wrote: > > +cc sthen since ports/textproc/mupdf is affected by the bug: > > > > > > http://build-failures.rhaalovely.net//sparc64/2019-02-03/textproc/mupdf.log > > > > On

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

2019-03-01 Thread Jeremie Courreges-Anglas
On Mon, Feb 25 2019, Jeremie Courreges-Anglas wrote: > +cc sthen since ports/textproc/mupdf is affected by the bug: > > http://build-failures.rhaalovely.net//sparc64/2019-02-03/textproc/mupdf.log > > On Sun, Feb 24 2019, Jeremie Courreges-Anglas wrote: >> On Sat, Feb 23 2019, Aaron Miller

mail(1): whitespace fixes

2019-03-01 Thread Lauri Tirkkonen
spotted by git diff --check. bin/mail/aux.c:115: trailing whitespace. + ; bin/mail/head.c:258: space before tab in indent. + while ((c = (unsigned char)*wp++) && c != '"') bin/mail/head.c:259: space before tab in indent. +

mail(1): use "sendmail" as argv[0] for sendmail

2019-03-01 Thread Lauri Tirkkonen
For some reason mail(1) is using "send-mail" as argv[0] for sendmail. /etc/mailer.conf and smtpctl handle this identically to "sendmail", so it seems a bit redundant. This diff makes mail(1) use "sendmail" as argv[0], possibly allowing that duplication to be removed later from mailer.conf and

Re: vmctl: usage on extra arguments

2019-03-01 Thread Antoine Jacoutot
On Fri, Mar 01, 2019 at 01:28:58PM +0100, Klemens Nanni wrote: > I blatantly missed the argc/argv adjustments after getopt(3), resulting > in valid commands like `vmctl create a -s 1G' to fail. > > Noticed by ajacoutot the hard way. > > OK? Works for me (tm). ok :-) > > Index:

Re: vmctl: usage on extra arguments

2019-03-01 Thread Jeremie Courreges-Anglas
On Fri, Mar 01 2019, Klemens Nanni wrote: > I blatantly missed the argc/argv adjustments after getopt(3), resulting > in valid commands like `vmctl create a -s 1G' to fail. > > Noticed by ajacoutot the hard way. > > OK? ok jca@ > Index: usr.sbin/vmctl/main.c >

Re: vmctl: usage on extra arguments

2019-03-01 Thread Klemens Nanni
I blatantly missed the argc/argv adjustments after getopt(3), resulting in valid commands like `vmctl create a -s 1G' to fail. Noticed by ajacoutot the hard way. OK? Index: usr.sbin/vmctl/main.c === RCS file:

Re: net80211 hostap HT protection fixes

2019-03-01 Thread Lauri Tirkkonen
On Wed, Feb 27 2019 15:06:49 +0100, Stefan Sperling wrote: > Otherwise this diff affects 11n access points only, i.e. athn(4). > It makes my athn(4) AP run circles (up to 15 Mbps) on a 2 GHz channel > with overlapping networks. > > Any more testers? Based on cursory testing, seems to work fine

bgpd, better cleanup and handling of config

2019-03-01 Thread Claudio Jeker
While looking into the memory leak reported by florian@ I found a few other troubles when it comes to properly cleanup on exit. Doing that helps a lot when looking for leaks :) This diff is doing general more cleanup in the shutdown paths (removing config bits and other data structures that have

Re: Patch: relayd support for HTTP 101 Switching Protocols

2019-03-01 Thread Alexander Bluhm
On Fri, Mar 01, 2019 at 09:37:42AM +0100, Sebastian Benoit wrote: > i think its ok to add this, and i would like to commit. Maybe we would want > some filter option to disallow this? I am not sure whether enabling websocket by default is a good idea. Our commercial firewall removes the upgrade

Re: Patch: relayd support for HTTP 101 Switching Protocols

2019-03-01 Thread Claudio Jeker
On Fri, Mar 01, 2019 at 09:37:42AM +0100, Sebastian Benoit wrote: > Hi, > > i think its ok to add this, and i would like to commit. Maybe we would want > some filter option to disallow this? I agree to both. OK claudio@ if the relayd regress suite still passes with it. > Daniel

Re: Patch: relayd support for HTTP 101 Switching Protocols

2019-03-01 Thread Sebastian Benoit
Hi, i think its ok to add this, and i would like to commit. Maybe we would want some filter option to disallow this? /Benno Daniel Lamando(d...@danopia.net) on 2019.02.28 21:09:35 -0800: > Hi all, > > I noticed that relayd doesn't support Websocket connections. > When a Websocket request is