Re: kthread_create()

2000-10-01 Thread Warner Losh

In message [EMAIL PROTECTED] Alan Cox writes:
: Does anyone know if it's by design or by accident that kthread_create
: specifies RFFDG to fork1?  It seems odd to ask for the file descriptor
: table to be copied and not shared.

I think that I did that, or Peter didn't change it.  I copied it from
NetBSD of the time.  I think it made sense to me since I wanted stdout
to be the console.

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



kthread_create()

2000-09-30 Thread Alan Cox

Does anyone know if it's by design or by accident that kthread_create
specifies RFFDG to fork1?  It seems odd to ask for the file descriptor
table to be copied and not shared.

Alan


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message