Re: [RFD] 'nice' attribute for executable files

2005-03-30 Thread Måns Rullgård
a negative nice value. This can be easily accomplished with a simple wrapper, only for the shell. -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger

Re: [RFD] 'nice' attribute for executable files

2005-03-30 Thread Måns Rullgård
be easily accomplished with a simple wrapper, only for the shell. -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [RFD] 'nice' attribute for executable files

2005-03-30 Thread Måns Rullgård
Wiktor [EMAIL PROTECTED] writes: Måns Rullgård wrote: It can be done entirely in userspace, if you want it. Just hack your shell to examine some extended attribute of your choice, and adjust the nice value before executing files. Then arrange to have the shell run with a negative nice

Re: [RFD] 'nice' attribute for executable files

2005-03-30 Thread Måns Rullgård
Wiktor [EMAIL PROTECTED] writes: Måns Rullgård wrote: You could wrap /lib/ld-linux.so, and get all dynamically linked programs done in one sweep. That's mad idea - Sure, but it's possible. keep similar things in one place! starting programs is done in kernel and nice-value-support

Re: [PATCH] embarassing typo

2005-03-29 Thread Måns Rullgård
Vicente Feito <[EMAIL PROTECTED]> writes: > On Tuesday 29 March 2005 09:58 pm, you wrote: >> Måns Rullgård wrote: >> > "Ronald S. Bultje" <[EMAIL PROTECTED]> writes: >> >>--- linux-2.6.5/drivers/media/video/zr36050.c.old 16 Sep 2004 22:53:27

Re: [PATCH] embarassing typo

2005-03-29 Thread Måns Rullgård
Michael Tokarev <[EMAIL PROTECTED]> writes: > Måns Rullgård wrote: >> "Ronald S. Bultje" <[EMAIL PROTECTED]> writes: >> >>>--- linux-2.6.5/drivers/media/video/zr36050.c.old16 Sep 2004 22:53:27 >>>- 1.2 >>>+++ linux

Re: [PATCH] embarassing typo

2005-03-29 Thread Måns Rullgård
y at all? I can't see that it should make a difference. Am I missing something subtle? -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] embarassing typo

2005-03-29 Thread Måns Rullgård
subtle? -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] embarassing typo

2005-03-29 Thread Måns Rullgård
Michael Tokarev [EMAIL PROTECTED] writes: Måns Rullgård wrote: Ronald S. Bultje [EMAIL PROTECTED] writes: --- linux-2.6.5/drivers/media/video/zr36050.c.old16 Sep 2004 22:53:27 - 1.2 +++ linux-2.6.5/drivers/media/video/zr36050.c29 Mar 2005 20:30:23 - @@ -419,7 +419,7

Re: [PATCH] embarassing typo

2005-03-29 Thread Måns Rullgård
Vicente Feito [EMAIL PROTECTED] writes: On Tuesday 29 March 2005 09:58 pm, you wrote: Måns Rullgård wrote: Ronald S. Bultje [EMAIL PROTECTED] writes: --- linux-2.6.5/drivers/media/video/zr36050.c.old 16 Sep 2004 22:53:27 - 1.2 +++ linux-2.6.5/drivers/media/video/zr36050.c 29 Mar 2005

Re: forkbombing Linux distributions

2005-03-23 Thread Måns Rullgård
ete halt from a fork bomb. -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: forkbombing Linux distributions

2005-03-23 Thread Måns Rullgård
Natanael Copa [EMAIL PROTECTED] writes: well, the problem here has that stupid fork bombs like: :() { :|: };: brings down almost all linux distro's while other *nixes survives. I have seen a SunFire machine with 4GB RAM running Solaris grind to a complete halt from a fork bomb. -- Måns

Re: [Fwd: United States Patent: 6,862,609]

2005-03-03 Thread Måns Rullgård
eb links don't have mime types. The HTTP headers from that page say content-type is text/html, so where's the problem? -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [Fwd: United States Patent: 6,862,609]

2005-03-03 Thread Måns Rullgård
is text/html, so where's the problem? -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: Multichannel audio ?

2005-02-28 Thread Måns Rullgård
front speakers. >> Off topic. Please switch to ALSA (OSS is deprecated) then ask this >> question on the ALSA lists. > > What "the ALSA list" is that? Go to http://alsa-project.org/mailing-lists.php and pick one that seems appropriate. -- Måns Rullgård [EMAIL PROTECTED]

Re: Multichannel audio ?

2005-02-28 Thread Måns Rullgård
this question on the ALSA lists. What the ALSA list is that? Go to http://alsa-project.org/mailing-lists.php and pick one that seems appropriate. -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: How to examine physical address content in Linux

2005-01-22 Thread Måns Rullgård
Be careful though, even reading certain addresses will crash your computer. If you want the virtual to physical mapping for your process, there is no simple way. -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: How to examine physical address content in Linux

2005-01-22 Thread Måns Rullgård
certain addresses will crash your computer. If you want the virtual to physical mapping for your process, there is no simple way. -- Måns Rullgård [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

<    4   5   6   7   8   9