Re: Thread creation and stack allocation

2001-07-01 Thread Igor Khavkine
On Sun, Jul 01, 2001 at 08:27:17PM -0400, Igor Khavkine wrote: > > In this case, should the creation of the "red zone" be the programmer's > responsibility, or is there a way to create it with the library? > > It is also possible that I'm misinterpreting the standard, if so, please > let me know.

Re: failure notice (bad subject)

2001-07-01 Thread Igor Khavkine
The above is a misnamed subject, ignore it. It should read Subject: Thread creation and stack allocation ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

failure notice

2001-07-01 Thread Igor Khavkine
Hi, I've started fixing up the thread creation stuff in pthreads, and I've come upon a dilema. According to SUSv2, the programmer is allowed to create a thread with specified stack location and size. If that information is not provided, then a stack of some default size is allocated with an extra

Re: error compilimg hurd cvs source

2001-07-01 Thread Mark Kettenis
From: Moritz Schulte <[EMAIL PROTECTED]> Date: 02 Jul 2001 00:27:20 +0200 > make[1]: Entering directory `/root/src/hurd/libdiskfs' > gcc -O -Wall -g -O3 -I. -I.. -I../include -D_GNU_SOURCE-c -o file-syncfs.o file-syncfs.c > file-syncfs.c: In function `helper': > file-syn

Re: error compilimg hurd cvs source

2001-07-01 Thread Moritz Schulte
Fabian Sturm <[EMAIL PROTECTED]> writes: Hi, > Therefore i did an automake; configure; make You've to compile in a build direcotry, otherwise you'll hit another bug later.. (mkdir build; cd build; ../configure; make ...) > make[1]: Entering directory `/root/src/hurd/libdiskfs' > gcc -O -Wall -

error compilimg hurd cvs source

2001-07-01 Thread Fabian Sturm
Hello i just did a cvs checkout on the :pserver:[EMAIL PROTECTED]:/cvs repository and tried to compile the hurd module within hurd itself (installed from the F2 CDs). Therefore i did an automake; configure; make After some time i got this error message: make -C libdiskfs all make[1]: Entering d

Serial console and gnumach/oskit-mach

2001-07-01 Thread Igor Khavkine
Hi, I've been trying setup hurd on my second PC (which is not easy because it doen't have a separate monitor, keyboard or a network card that works with gnumach). I've worked out all the problems with the serial connection. But when I tried to look for documentation on how to set up gnumach/oskit