Hola -tech- No Te Lo Pierdas

2012-10-05 Thread tHE bEATLES BOX Set 2012 Una Reliquia
Hola tech, si no podes visualizar este correo, podes hacerlo clickeando en este enlace. The Beatles BOX-SET de ORO | 5 DVDs | Calidad 100% Digital HD The Beatles BOX-SET de ORO UNICA OPORTUNIDAD A PRECIO PROMOCIONAL Para visitar la web y ver mas detalles haga CLIC ACA Este email tiene como unico

Re: Scheduler improvements

2012-10-05 Thread Mark Kettenis
> Date: Thu, 4 Oct 2012 23:42:45 +0200 > From: Gregor Best > Index: kern/kern_sched.c > === > RCS file: /cvs/src/sys/kern/kern_sched.c,v > retrieving revision 1.27 > diff -u -r1.27 kern_sched.c > --- kern/kern_sched.c 10 Jul 2012 18:2

Re: Scheduler improvements

2012-10-05 Thread Norman Golisz
On Fri Oct 5 2012 14:24, Antoine Jacoutot wrote: > On Thu, Oct 04, 2012 at 11:42:45PM +0200, Gregor Best wrote: > > As before, I'm looking forward to anything you have to comment, especially > > cool > > benchmark ideas or the like. > > I know my report is not a benchmark of any kind but I do se

one more

2012-10-05 Thread Chris Cappuccio
proper ring size check when runt segment is added Index: if_vr.c === RCS file: /cvs/src/sys/dev/pci/if_vr.c,v retrieving revision 1.115 diff -u -r1.115 if_vr.c --- if_vr.c 18 Sep 2012 14:49:44 - 1.115 +++ if_vr.c 5 Oc

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

2012-10-05 Thread Stefan Sperling
On Fri, Oct 05, 2012 at 01:52:08PM +0200, Martin Pieuchot wrote: > My first impression at looking the code is that the v2 and v3 use > totally different packet formats and I don't see a real benefit of > having only one entry in the protocol table if you need to check > for the hardware version in

Re: Scheduler improvements

2012-10-05 Thread Kevin Chadwick
> It appears to have sped up porn. movies on the machine seem a bit better. > > I will try this in a few other places Just not at the mother in laws or in public places no matter how impressed you are at the difference? -- ___

Re: Scheduler improvements

2012-10-05 Thread Alexandre Ratchov
On Thu, Oct 04, 2012 at 11:42:45PM +0200, Gregor Best wrote: > @@ -222,14 +230,13 @@ > setrunqueue(struct proc *p) > { > struct schedstate_percpu *spc; > - int queue = p->p_priority >> 2; > > SCHED_ASSERT_LOCKED(); > spc = &p->p_cpu->ci_schedstate; > spc->spc_nrun++;

if_vr tx dma segs with zero pad

2012-10-05 Thread Chris Cappuccio
same as last diff, plus zero pad small frames with an extra, zeroed dma segment instead of a copy (a la myx) Index: if_vr.c === RCS file: /cvs/src/sys/dev/pci/if_vr.c,v retrieving revision 1.115 diff -u -r1.115 if_vr.c --- if_vr.c

Re: Scheduler improvements

2012-10-05 Thread Bob Beck
> As before, I'm looking forward to anything you have to comment, especially > cool > benchmark ideas or the like. Ok, so as a first cut, I tried it out on my X300 lenovo, cpu0: Intel(R) Core(TM)2 Duo CPU L7100 @ 1.20GHz, 1197.22 MHz timing My kernel builds did not slow down, they may have sped

Re: Scheduler improvements

2012-10-05 Thread Juan Francisco Cantero Hurtado
On Thu, Oct 04, 2012 at 11:42:45PM +0200, Gregor Best wrote: > Hi people, > > after a (very) long time of silence on this, here's another go at it. This > time, > I basically started from scratch and used a bit of code by Christiano > Haesberth > which had been posted to tech@ a while ago to det

Re: Scheduler improvements

2012-10-05 Thread Antoine Jacoutot
On Thu, Oct 04, 2012 at 11:42:45PM +0200, Gregor Best wrote: > As before, I'm looking forward to anything you have to comment, especially > cool > benchmark ideas or the like. I know my report is not a benchmark of any kind but I do see a slight improvements when running a full GNOME 3 installat

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

2012-10-05 Thread Martin Pieuchot
On 04/10/12(Thu) 15:24, Stefan Sperling wrote: > This diff adds support for Elantech touchpads to pms(4), so that > synpatics(4) will attach and allow configuration of edge-scrolling, > 2-finger scrolling, toggle tap-to-click on/off, etc. Wow, nice to see more touchpad models supported. > Current

DNS options for sppp(4)

2012-10-05 Thread Gerhard Roth
Hi, I trying to revive part of an old patch that was submitted by mpf in 2007. If adds support for DNS server negotiation to the IPCP part of sppp(4). If the PPP server provides IP addresses for DNS servers, they will appear in the ifconfig(8) output. A simple ifstated(8) script could then be use