sosend() and mbuf

Dag-Erling Smørgrav des at des.no
Tue Aug 4 17:00:27 UTC 2009


Julian Elischer <julian at 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
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-hackers mailing list