Re: cvs commit: src/sys/i386/i386 trap.c

2000-12-14 Thread Andrea Campi
Modified files: sys/i386/i386trap.c Log: If we fail to emulate a vm86 trap in kernel mode, then we use vm86_trap() to return to the calling program directly. vm86_trap() doesn't return, thus it was never returning to trap() to release Giant. Thus,

Re: cvs commit: src/sys/i386/i386 trap.c

2000-12-14 Thread John Baldwin
On 14-Dec-00 Andrea Campi wrote: Modified files: sys/i386/i386trap.c Log: If we fail to emulate a vm86 trap in kernel mode, then we use vm86_trap() to return to the calling program directly. vm86_trap() doesn't return, thus it was never returning to trap()

Re: cvs commit: src/sys/i386/i386 trap.c

2000-12-14 Thread Bernd Walter
On Thu, Dec 14, 2000 at 03:47:24PM +0100, Andrea Campi wrote: Of course I could have abandoned logo_saver, but I love the little devil ;-) Which devil? -- B.Walter COSMO-Project http://www.cosmo-project.de [EMAIL PROTECTED] Usergroup [EMAIL PROTECTED]

Re: cvs commit: src/sys/i386/i386 trap.c

2000-12-14 Thread Rogier R. Mulhuijzen
At 22:14 14-12-00 +0100, you wrote: On Thu, Dec 14, 2000 at 03:47:24PM +0100, Andrea Campi wrote: Of course I could have abandoned logo_saver, but I love the little devil ;-) Which devil? Hmmm, I've never seen any devil where BSD is involved. Lots of daemons though =) DocWilco

RE: cvs commit: src/sys/i386/i386 trap.c

2000-12-13 Thread John Baldwin
On 13-Dec-00 John Baldwin wrote: jhb 2000/12/13 10:57:15 PST Modified files: sys/i386/i386trap.c Log: If we fail to emulate a vm86 trap in kernel mode, then we use vm86_trap() to return to the calling program directly. vm86_trap() doesn't return, thus it