Re: /usr/bin/skeyprune owner

2016-09-11 Thread Todd C. Miller
On Sun, 11 Sep 2016 10:06:55 +0200, Martin Natano wrote: > Another ${INSTALL} invokation that doesn't mention the owner. Ok? OK millert@ - todd

Re: bin/chmod: set owner of symlinks

2016-09-11 Thread Alexander Hall
On Sat, Sep 10, 2016 at 01:46:05PM -0700, Philip Guenther wrote: > On Sat, 10 Sep 2016, Martin Natano wrote: > > When building with noperm the symlinks end up with the build user as > > owner instead of root. Ok? > ... > > --- bin/chmod/Makefile 6 Sep 2001 18:52:55 - 1.7 > > +++

Re: Fix Wacom Intuos S 2 descriptor and make wsmouse work

2016-09-11 Thread Frank Groeneveld
On Thu, Sep 08, 2016 at 07:44:33PM +0200, Ulf Brosziewski wrote: > Maybe one day I'll get it right: > s/wsmouse_input_sync()/wsmouse_input_sync(ms->sc_wsmousedev)/ Haha, you did get it right indeed. Attached my working updated patch, with your suggested API usage. Looks cleaner like this.

minor diff for vmctl.8

2016-09-11 Thread Rob Pierce
"host" is not a command argument. Rob Index: vmctl.8 === RCS file: /cvs/src/usr.sbin/vmctl/vmctl.8,v retrieving revision 1.13 diff -u -p -r1.13 vmctl.8 --- vmctl.8 18 Aug 2016 16:12:05 - 1.13 +++ vmctl.8 12 Sep 2016

Re: mg docs ownership

2016-09-11 Thread Florian Obser
On Sun, Sep 11, 2016 at 12:15:28PM +, Mark Lumsden wrote: > > Maybe we should just not install it? Mark? > > A couple of years ago when the tutorial started being installed there > were no dissenting voices, so unless there are objections, I'd carry > on doing that. And Martin's diff makes

merge usbd_open_pipe.9 & usbd_close_pipe.9 into a single manpage

2016-09-11 Thread Adam Wolk
Hi tech@, I have been going through usbdi recently and I believe that the mentioned manpages can be merged into a single one since they operate on the same abstraction in the interface. I am cross referrencing with NetBSD which recently added documentation for the usbdi interface: -

Re: reduce double caching in mfs

2016-09-11 Thread Ted Unangst
Bob Beck wrote: > I really dislike "CHEAP". > > and it almost seems like these should actually be NOCACHE.. why the heck > can't they be? So i looked at NOCACHE, but it seemed like that option may destroy the buffer too soon. Anyway, I tested it and it does go boom. With just NOCACHE in mfs,

Re: Fix Wacom Intuos S 2 descriptor and make wsmouse work

2016-09-11 Thread Mike Burns
On 2016-09-11 16.14.44 +0200, Frank Groeneveld wrote: > I've also made some progress regarding the scaling bug. It seems the > device is not properly detached from Xorg when it is unplugged, because > the log starts getting spammed with loads of messages like this: > > [ 202.482] (EE) ws:

Re: Fix sxie(4) tx

2016-09-11 Thread Marcus Glocker
On Sun, Sep 11, 2016 at 01:24:23PM +0200, Mark Kettenis wrote: > Hardware has two transmit FIFOs, and the idea is to alternate between > the two. The code that decides which FIFO to use is busted. It keeps > a count of the number of FIFOs in use. That means that if the count > is one, we don't

Re: smtpd config parsing cleanup

2016-09-11 Thread Gilles Chehade
On Fri, Sep 09, 2016 at 01:35:27PM +0200, Eric Faurot wrote: > Because of the small ad hoc changes that were made here and there over > the years, the listener config code has become a bit convoluted I think. > Here is a little cleanup to: > > - have all listener creation functions take

Fix sxie(4) tx

2016-09-11 Thread Mark Kettenis
Hardware has two transmit FIFOs, and the idea is to alternate between the two. The code that decides which FIFO to use is busted. It keeps a count of the number of FIFOs in use. That means that if the count is one, we don't actually know which if the FIFOs is currently in use. If we pick the

sqlite3 headers owner

2016-09-11 Thread Martin Natano
The sqlite3 headers are installed with the build user as owner, but should be owned by root. Ok? natano Index: Makefile === RCS file: /cvs/src/lib/libsqlite3/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile ---

/etc/ssl/* owner

2016-09-11 Thread Martin Natano
Following diff installs the files in /etc/ssl with the correct owner. Ok? natano Index: lib/libcrypto/Makefile === RCS file: /cvs/src/lib/libcrypto/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile ---

texinfo ownership fix

2016-09-11 Thread Martin Natano
Similar to guenther's fix for gnu/binutils*. Ok? natano Index: gnu/usr.bin/texinfo/Makefile.bsd-wrapper === RCS file: /cvs/src/gnu/usr.bin/texinfo/Makefile.bsd-wrapper,v retrieving revision 1.42 diff -u -p -r1.42

Re: mg docs ownership

2016-09-11 Thread Mark Lumsden
> Maybe we should just not install it? Mark? A couple of years ago when the tutorial started being installed there were no dissenting voices, so unless there are objections, I'd carry on doing that. And Martin's diff makes sense I think. Mark

/usr/bin/skeyprune owner

2016-09-11 Thread Martin Natano
Another ${INSTALL} invokation that doesn't mention the owner. Ok? natano Index: Makefile === RCS file: /cvs/src/usr.bin/skey/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile30 Mar 2016 06:38:46 -

Re: libm: make sqrtl() use fe*() instead of fp*()

2016-09-11 Thread Theo Buehler
On Sat, Sep 10, 2016 at 09:47:55PM -0700, Philip Guenther wrote: > > On systems that don't have a native version, we use an implementation of > sqrtl() (square-root of long double) that -- to do its job -- pokes at the > floating-point exception state and rounding mode. In particular, at a key

Re: libm: don't use deprecated classification macros

2016-09-11 Thread Theo Buehler
On Sat, Sep 10, 2016 at 01:33:26PM -0700, Philip Guenther wrote: > > fpclassify(3) says: > > The symbols isinff(), and isnanf() are provided as compatibility aliases > to isinf(), and isnan(), respectively, and their uses are deprecated. > Similarly, finite() and finitef() are

missing includes in games/

2016-09-11 Thread Theo Buehler
These all call time(3), so should include directly. ok? Index: arithmetic/arithmetic.c === RCS file: /var/cvs/src/games/arithmetic/arithmetic.c,v retrieving revision 1.26 diff -u -p -r1.26 arithmetic.c --- arithmetic/arithmetic.c

Re: missing includes in games/

2016-09-11 Thread Theo Buehler
On Sun, Sep 11, 2016 at 11:23:13AM +0200, Landry Breuil wrote: > On Sun, Sep 11, 2016 at 11:17:25AM +0200, Theo Buehler wrote: > > These all call time(3), so should include directly. > > > > ok? > > > > Index: bcd/bcd.c > > === > >

Re: missing includes in games/

2016-09-11 Thread Landry Breuil
On Sun, Sep 11, 2016 at 11:17:25AM +0200, Theo Buehler wrote: > These all call time(3), so should include directly. > > ok? > > Index: bcd/bcd.c > === > RCS file: /var/cvs/src/games/bcd/bcd.c,v > retrieving revision 1.25 > diff -u

Re: binutils-2.17 ownership fixes

2016-09-11 Thread Martin Natano
> Index: gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper > === > RCS file: > /data/src/openbsd/src/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper,v > retrieving revision 1.8 > diff -u -p -r1.8 Makefile.bsd-wrapper > ---

sdmmc i/o reset fix

2016-09-11 Thread Marcus Glocker
This gets the sdmmc i/o reset working. Now on my allwinner,sun5i-r8 the wifi device also attaches again after a reboot (currently just works on cold boot). ok? Index: sdmmc_io.c === RCS file: /cvs/src/sys/dev/sdmmc/sdmmc_io.c,v

Re: sdmmc i/o reset fix

2016-09-11 Thread Mark Kettenis
> Date: Sun, 11 Sep 2016 09:45:59 +0200 > From: Marcus Glocker > > This gets the sdmmc i/o reset working. > > Now on my allwinner,sun5i-r8 the wifi device also attaches again > after a reboot (currently just works on cold boot). > > ok? Had something very similar in one of