Re: taskset for smp

2012-06-07 Thread Theo de Raadt
> > Would it be nice if there was a program like taskset which enables you > > to move processes to other cores? > > No. Let me be more clear on what Philip is saying by asking some questions. Can only root move programs to different processors via this program? Or can any user move their own o

omaggio E-BOOK Linee guida per una sana alimentazione Italiana (Istituto Nazionale di Ricerca per gli Alimenti e la Nutrizione).

2012-06-07 Thread MEDICINA OLISTICA
Mese della prevenzione del sovrappeso e dell'obesità. dimagrire -10Kg in soli 21gg. per non ingrassare mai più! richiedi l'e-book gratuito Linee Guida per una sana alimentazione Italiana (Istituto Nazionale di Ricerca per gli Alimenti e la Nutrizione). cliccando QUI Hai anche l'opportunità di a

Re: taskset for smp

2012-06-07 Thread Philip Guenther
On Thu, Jun 7, 2012 at 12:59 PM, Han Boetes wrote: > I just ran a script converting a bunch of files to mp3 and since I have > a 8 core machine now I'd like to make my little script multi-threaded. > So each resulting lame process will go to another core. All released versions of OpenBSD use user

taskset for smp

2012-06-07 Thread Han Boetes
Hi, I just ran a script converting a bunch of files to mp3 and since I have a 8 core machine now I'd like to make my little script multi-threaded. So each resulting lame process will go to another core. When I ran the script I noticed that all processes ended up being run on the same processor. T

mg - save backup files to homedir (diff v2)

2012-06-07 Thread Mark Lumsden
[note: I've modifed this diff from the first version with comments from eric@ and Sunil Nimmagadda.] I find the backup files mg creates scattered around a pain but then again I don't want to switch backups off since they can be useful. Also, I don't feel the need to implement something in mg as f

Re: ramdisk overflow during make release with -stable on amd64

2012-06-07 Thread Peter Bisroev
On Wed, Jun 6, 2012 at 5:29 PM, Peter Bisroev wrote: > Thanks Stuart. I'll try running 'make release' again, and if that does not > work > I'll modify the Makefile. But before I do that, is there anything I > can do to help > troubleshoot this issue? I have tried re-running 'make release' again

Re: mg - corner-case backward scrolling

2012-06-07 Thread Mark Lumsden
> There is a corner case when the screen buffer is only 1 line long > where the loop that looks for the current dot line goes through the > whole buffer until it finds the correct line. This means the line > number decrement is way over what it should be. This diff accounts > for that corner case.