Go to file
Ben Gras b5e3e6d18c Two 'dynamic driver' features in FS:
.  When drivers disappear that have pending select()s, wake up
   those user processes with EAGAIN so that they can retry their
   select() and won't hang forever on it.
.  When drivers re-appear and are mapped into the dmap, run through
   the list of mounted filesystems and re-dev_open() every one (for
   partition tables and such). This can't happen before the driver
   has exec()ced itself, so processes that have fork()ed but not
   exec()ced yet are marked as DMAP_BABY in the dmap table if they
   are dmapped before they are execced. If that happens, the above
   procedure happens after the exec(). If the exec() happens before
   the dmapping, it (the dev_open()ing) happens right away.
2005-10-20 19:39:32 +00:00
boot No backquotes. 2005-09-07 18:24:38 +00:00
commands Don't beep (print bell characters) on rebooting 2005-10-19 10:36:10 +00:00
drivers Don't print KMESSages, they are sent to tty separately. 2005-10-20 09:29:18 +00:00
etc bugs in trunk 2005-10-18 21:06:46 +00:00
include gcc includes fixup 2005-10-18 17:21:24 +00:00
kernel Turn IPC warning messages off by default 2005-10-18 16:13:12 +00:00
lib Included Makefiles for ack and gcc 2005-10-18 17:37:58 +00:00
man thisevent 2005-10-20 12:25:33 +00:00
servers Two 'dynamic driver' features in FS: 2005-10-20 19:39:32 +00:00
test Fixed problem in subtest 1; Part of test is now in #if DEAD_CODE ... #endif, 2005-10-05 11:28:12 +00:00
tools add arg to make releases from tags/branches 2005-09-29 13:02:41 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile commands make all does all 2005-09-19 14:48:31 +00:00