Gratis por TIEMPO LIMITADO

2010-09-10 Thread Curso Gratuito
9/10/2010 20:07:16 Todo propietario de un sitio web sabe que conseguir visitantes para el mismo es una tarea dura, y difmcil, pero importantmsima. El estar bien ubicado en los buscadores es una parte fundamental de la promocisn de cualquier sitio web. Debido a que pensamos que el tema puede se

Re: PF misbehaving counters + code reuse

2010-09-10 Thread Martin Pelikan
Hello tech@, please test this; I sent it to some folks but it looks like they were busy... On Thu, Sep 02, 2010 at 06:07:57PM +0200, Henning Brauer wrote: > this diff I like. get 2 or 3 ppl to test and I'll commit it :) -- Martin Pelikan Index: net/pf.c ===

Re: revised kernel perf control

2010-09-10 Thread Alexander Hall
On 09/10/10 18:39, Ted Unangst wrote: >> Ok while I'm at it, does this diff cope well while suspending? The c2k10 >> diff had issues with that, and I see nothing in this diff that seems to >> check for that. > > I wasn't aware of any problems with suspend. My laptop doesn't resume > reliably any

Soluzioni finanziarie

2010-09-10 Thread Proposte economiche
Finworld Visita le nuove proposte finanziarie Prestiti per privati Finanziamenti alle aziende Hai ricevuto questa e-mail perchi sei iscritto alla news Remove

Re: revised kernel perf control

2010-09-10 Thread Ted Unangst
On Fri, Sep 10, 2010 at 10:41 AM, Alexander Hall wrote: >> + if (!totalticks) >> + if (!(totalticks = malloc(sizeof(*totalticks) * ncpusfound, >> + M_DEVBUF, M_NOWAIT | M_ZERO))) { >> + free(idleticks, M_DEVBUF); >> + return;

You've received a private message from a friend!

2010-09-10 Thread carlicbufriends
I read your profile today, I thought I would drop you a line and hope to become your friend! Check my personal page here: http://flossm.zoomshare.com/files/photos.htm

Re: revised kernel perf control

2010-09-10 Thread Alexander Hall
On 09/10/10 04:16, Ted Unangst wrote: > Now with more off! Yes, that's right, now you can turn it off. > > sysctl hw.setperf values 0 to 100 work just as before. The magic value -1 > turns on auto adjust. Manualy setting the value turns off auto mode. > > Index: init_main.c >