From: Jeff D. <jd...@ka...> - 2000-03-13 20:49:38
|
I've checked in a few fixes, namely: adding a request for the input thread to forget about a file descriptor when it's closed. This fixes the hang when shutting down the umn device by hand - it wasn't really a kernel hang; the input thread was hung in a read, which meant that any input source that depended on the input thread was useless. The serial line still uses its own input thread, so you could log in there. hooked up chroot and creat. mkrootfs doesn't contain the init files as here documents any more. Jeff |