Re: the big term patch

2002-02-07 Thread Marcus Brinkmann
On Thu, Feb 07, 2002 at 03:16:52PM +0100, Marcus Brinkmann wrote: > The next step will be to test it with a fifo, there > seems to be a problem in draining the output for that. Groan, so much stupidity hurts. Of course it can't work, as a fifo shortcuts input and output of terms bottom handler.

Earn Extra Money from home in your spare time.

2002-02-07 Thread fastfreddy113
Dear Friend, You are about to discover how you can start your very own Home Based Business working in two of the fastest growing industries in America. But first, please let me introduce myself... My name is Philip. I'd like for you to know up front that I'm not an Internet Guru..Not A

Wouldn't Flexible Investment Terms be nice?

2002-02-07 Thread [EMAIL PROTECTED]
Title: Government Secured WEALTH WITHOUT RISK! Government "Secured" tax certificates PAY YOU between 16%-50%! Receive your free copy of "INSIDER SECRETS OF IVESTING IN SECURED GOVERNMENT TAX CERTIFICATES," just for filling out this form! (A $39.95 Value)YOURS FR

the big term patch

2002-02-07 Thread Marcus Brinkmann
Hi, this is my current version of the error handling patch plus my new hurdio.c bottom handler. I can provide (and apply) both patches seperately, but there is not much overlap anyway, and it's time for me to not only talk about the hurdio bottom handler but also to show it to you. It seems to

Re: mapping thread_t <-> cthread_t

2002-02-07 Thread Marcus Brinkmann
On Thu, Feb 07, 2002 at 03:10:24AM +0100, Marcus Brinkmann wrote: > I started testing with a normal file, but echoing and the > limited size of the input buffer (which leads to echoed bells!) made this > unworkable. Another reason is that reading EOF will drop the carrier. Anyway, stacking term

Re: libthread fresh findings

2002-02-07 Thread Neal H Walfield
> I tried to run the Hello-World Translator Multi-threaded version. (hello-mt.c). > I got the pgm from cvs. How did you compile it? ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: libthread fresh findings

2002-02-07 Thread Marcus Brinkmann
On Thu, Feb 07, 2002 at 02:13:41AM -0800, Justin Langer wrote: > hurd~# settrans -ac test hello-mt > > But the program is crashing when a file system request comes (cat or > ls -l)in. The error caught with gdb is: > > Program Received Signal > EXC_BAD_INSTRUCTION > Illegal Instruction/Operand i

Re: libthread fresh findings

2002-02-07 Thread Justin Langer
hai, I tried to run the Hello-World Translator Multi-threaded version. (hello-mt.c). I got the pgm from cvs. hurd~# settrans -ac test hello-mt But the program is crashing when a file system request comes (cat or ls -l)in. The error caught with gdb is: Program Received Signal EXC_BAD_INSTRUCTIO