Concluding Reminder: The New Marketing Game Changers Have Arrived.

2012-10-28 Thread Robert Stacey
The business world just went through some revolutionary changes and the resultant domain name expansion effect is changing the internet and the marketing landscape forever. ICANN (the Internet governing body) recently released the list of 1,930 gTLD dot names from around the world. Some 1,000

Re: [PATCH] group.c: group_autogroup looks for best match

2012-10-28 Thread Okan Demirmen
On Fri 2012.10.26 at 11:25 -0500, Kent R. Spillner wrote: > Merhaba- Hi, > Below is a new diff which only sets no if class matches and name is NULL or > if class and name both match. > > Since we must explicitly check for name == NULL I decided to also go ahead > and skip setting no if any previ

Re: [PATCH] cwmrc.5: rename autogroup parameter

2012-10-28 Thread Okan Demirmen
On Sun 2012.10.28 at 02:43 -0500, Kent R. Spillner wrote: > Below is a new diff which incorporates your suggestion (plus a few > additions), and revises the rest of the description as well. Comments? A slightly altered version of your diff was applied -thanks!

Re: add support for elantech touchpads to pms(4)

2012-10-28 Thread Alexandr Shadchin
On Sun, Oct 28, 2012 at 03:47:14PM +0100, Stefan Sperling wrote: > On Mon, Oct 08, 2012 at 06:16:22PM +0200, Martin Pieuchot wrote: > > I don't have any Elantech hardware to test but I can tell you that this > > version doesn't introduce any regression with my ALPS touchpad. It could > > be nice to

Re: add support for elantech touchpads to pms(4)

2012-10-28 Thread Stefan Sperling
On Mon, Oct 08, 2012 at 06:16:22PM +0200, Martin Pieuchot wrote: > I don't have any Elantech hardware to test but I can tell you that this > version doesn't introduce any regression with my ALPS touchpad. It could > be nice to hear from other touchpad owners too ;) I haven't received test reports

Re: sndio: protocol change - diff to test

2012-10-28 Thread Alexandre Ratchov
On Sun, Oct 28, 2012 at 06:45:59PM +1100, Jonathan Gray wrote: > On Sat, Oct 27, 2012 at 03:14:07PM +0200, Alexandre Ratchov wrote: > > Hi, > > > > This diff is to use dedicated messages for flow control instead of > > abusing clock tick messages and to enable flow control for MIDI. > > There shou

Re: sndio: protocol change - diff to test

2012-10-28 Thread Alexandre Ratchov
On Sat, Oct 27, 2012 at 03:14:07PM +0200, Alexandre Ratchov wrote: > Hi, > > This diff is to use dedicated messages for flow control instead of > abusing clock tick messages and to enable flow control for MIDI. > There should be no change in behaviour, but this change is > necessary for future dev

Re: bgpd filter and reload diff

2012-10-28 Thread Claudio Jeker
On Sat, Oct 13, 2012 at 08:40:35PM +0200, Claudio Jeker wrote: > Hi, > > this is the first step in making bgpd faster and non locking on reloads. > The filters are now split into input and output chains. The input chains > are also split per RIB. This should result in faster filtering and allows >

Re: [PATCH] ln: support -L|-P options (from FreeBSD)

2012-10-28 Thread Kent R. Spillner
Bump. On Sun, Feb 19, 2012 at 10:23:41AM -0600, Kent R. Spillner wrote: > Howdy- > > This patch adds support for the -L|-P options to ln; see: > http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html > > Based on FreeBSD's code & manpage > (http://svnweb.freebsd.org/base/head/bin/ln/

Re: [PATCH] cwmrc.5: rename autogroup parameter

2012-10-28 Thread Kent R. Spillner
Hey, dude- > -Control automatic window grouping, based on the name and/or class > -properties, where > +Control automatic window grouping based on either the class property, > +or on the name and class properties, where I like your wording, and I think it is clearer. However, after this change n

Re: DNS options for sppp(4)

2012-10-28 Thread LEVAI Daniel
On cs, okt 25, 2012 at 10:47:04 +0200, Gerhard Roth wrote: [...] > > Works for me. > > Cool feature, I like it :) > > Thanks! > > > > > > Daniel > > > > So anybody out there willing to give me an ok? Sorry if I was too terse. This was tested and now is being used on two separate i386 machines

Re: sndio: protocol change - diff to test

2012-10-28 Thread Jonathan Gray
On Sat, Oct 27, 2012 at 03:14:07PM +0200, Alexandre Ratchov wrote: > Hi, > > This diff is to use dedicated messages for flow control instead of > abusing clock tick messages and to enable flow control for MIDI. > There should be no change in behaviour, but this change is > necessary for future dev