remove `my $_` from usr.bin/libtool

2014-03-16 Thread Andrew Fresh
Lexical $_ (my $_) has been made experimental in perl 5.18 which causes warnings where used. This makes usr.bin/libtool stop using them. http://perldoc.perl.org/perldiag.html#Use-of-my-$_-is-experimental Also standardizes on using parenthesis for push in the subs where it was common. Even thoug

Re: Claim all reportIDs of one uhidev(4) device

2014-03-16 Thread Andre de Oliveira
On Sun, Mar 16, 2014 at 12:53:21PM +0100, Martin Pieuchot wrote: > Diff below adds a hack to uhidev(4) to be able to have a subdriver claim > *all* the reportIDs of a device. > > I'd like to commit it to be able to put upd(4) in tree soon in this > release cycle and to allow me to progressively co

Re: Remove userland agp interfaces

2014-03-16 Thread Mark Kettenis
> Date: Sun, 16 Mar 2014 16:52:09 +0100 > From: Jan Stary > > On Mar 12 16:44:10, mark.kette...@xs4all.nl wrote: > > Now that we have KMS, giving userland access to AGP through /dev/agp0 > > is no longer necessary. As far as I can tell none of the drivers we > > ship in xenocara still use this.

Re: Use SCRIPT_FILENAME in slowcgi

2014-03-16 Thread James Turner
On Sun, Mar 16, 2014 at 04:01:04PM +, Florian Obser wrote: > On Fri, Mar 07, 2014 at 10:35:37PM -0500, James Turner wrote: > > On Fri, Mar 07, 2014 at 11:20:53PM +, Stuart Henderson wrote: > > > I've been umming and ahhing about this diff, the thing I don't like is > > > that SCRIPT_FILENAM

Re: Use SCRIPT_FILENAME in slowcgi

2014-03-16 Thread Florian Obser
On Fri, Mar 07, 2014 at 10:35:37PM -0500, James Turner wrote: > On Fri, Mar 07, 2014 at 11:20:53PM +, Stuart Henderson wrote: > > I've been umming and ahhing about this diff, the thing I don't like is > > that SCRIPT_FILENAME is an Apache extension rather than part of the > > standard CGI varia

Re: Remove userland agp interfaces

2014-03-16 Thread Jan Stary
On Mar 12 16:44:10, mark.kette...@xs4all.nl wrote: > Now that we have KMS, giving userland access to AGP through /dev/agp0 > is no longer necessary. As far as I can tell none of the drivers we > ship in xenocara still use this. Back when we had appleagp, my PowerBook6,1 and MacMini were happier.

Claim all reportIDs of one uhidev(4) device

2014-03-16 Thread Martin Pieuchot
Diff below adds a hack to uhidev(4) to be able to have a subdriver claim *all* the reportIDs of a device. I'd like to commit it to be able to put upd(4) in tree soon in this release cycle and to allow me to progressively convert every driver. I did consider the idea of having a way to let a drive