Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2009 19:00:26 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Julian Elischer <julian@elischer.org>
Cc:        Maslan <maslanbsd@gmail.com>, FreeBSD Hackers <freebsd-hackers@freebsd.org>, Ed Schouten <ed@80386.nl>
Subject:   Re: sosend() and mbuf
Message-ID:  <8663d3345x.fsf@ds4.des.no>
In-Reply-To: <4A7863D5.3000701@elischer.org> (Julian Elischer's message of "Tue, 04 Aug 2009 09:37:41 -0700")
References:  <319cceca0908030119i3432a495ya60aa431dab0e1b1@mail.gmail.com> <86k51k4kvl.fsf@ds4.des.no> <86fxc84ksj.fsf@ds4.des.no> <200908040138.14743.max@love2party.net> <319cceca0908040227hf9a0f92jbf05b11e9f974994@mail.gmail.com> <20090804093036.GN1292@hoeg.nl> <319cceca0908040239k2accd7fen402db4c91687a267@mail.gmail.com> <20090804094142.GO1292@hoeg.nl> <319cceca0908040252w105d3dfdge9dec3c8b6d28607@mail.gmail.com> <4A7863D5.3000701@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer <julian@elischer.org> writes:
> and kernel threads have not file descriptors (I think) so....  it
> would crash...

Threads don't have filedesc tables.  Processes have filedesc tables.  In
theory, his thread is associated with proc0, which *does* have a
properly initialized filedesc table.

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8663d3345x.fsf>