Julian Elischer <[email protected]> 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 - [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

