Re: [uml-devel] RFC: UML: remove MODE_TT?

2006-12-12 Thread Jeff Dike
On Wed, Dec 13, 2006 at 12:35:33AM +0100, Adrian Bunk wrote: > MODE_TT is both marked as deprecated and marked as BROKEN. > > Would a patch to remove MODE_TT, always enable MODE_SKAS, and doing all > possible cleanups after this be accepted? Thanks, but not yet. I've got that queued up in my tr

[uml-devel] RFC: UML: remove MODE_TT?

2006-12-12 Thread Adrian Bunk
MODE_TT is both marked as deprecated and marked as BROKEN. Would a patch to remove MODE_TT, always enable MODE_SKAS, and doing all possible cleanups after this be accepted? cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been

[uml-devel] *Christmas Special* Get More Orders For Anything You Sell!

2006-12-12 Thread ntmail
You are receiving this message as an opt-in subscriber to I-Path.Net or one of our marketing partners. If you no longer wish to receive further offers, please send an email with discontinue to: [EMAIL PROTECTED] Your email address will be removed within 24 hours. I-Path.Net 1155 Wa

[uml-devel] Odpowiedz automatyczna

2006-12-12 Thread aapsik4
replay - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.tec

Re: [uml-devel] Regarding getpid

2006-12-12 Thread Jeff Dike
On Tue, Dec 12, 2006 at 06:12:24PM +0800, Krishnappa Abhijith-A21204 wrote: > Ok Thanks. So actually getpid() doesn't cause mode switch. Sure it does. Any system call does. > But is it mandatory to execute getpid()? If yes why That's the way ptrace traditionally works. PTRACE_SYSEMU, which ca

[uml-devel] [Pkg-uml-pkgs] Re: Bug#399328: linux-patch-skas: user-mode-linux seems to not work on 2.6.18 patched with this package]

2006-12-12 Thread Stefano Melchior
Dear all, there is a guy who submitted a bug related to the Debian linux-patch-skas package: he affirmed to encouter problem in working with the host kernel once compiled and patched SKAS. The host kernel release is reported in the subject. At the end of his analysis, he noticed this problem occurr

Re: [uml-devel] Regarding getpid

2006-12-12 Thread Krishnappa Abhijith-A21204
Ok Thanks. So actually getpid() doesn't cause mode switch. But is it mandatory to execute getpid()? If yes why Regards, Abhi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geert Uytterhoeven Sent: Tuesday, December 12, 2006 3:19 PM To: Krishnappa Abhiji

Re: [uml-devel] Regarding getpid

2006-12-12 Thread Geert Uytterhoeven
On Tue, 12 Dec 2006, Krishnappa Abhijith-A21204 wrote: > "Process system calls must be nullified in the host, and > this is done by converting them into getpid. " > How is system calls are nullified by converting them to getpid() ? Instead of calling the actual system call, it just ca