minix/servers
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
..
fs Two 'dynamic driver' features in FS: 2005-10-20 19:39:32 +00:00
inet Asynchronous connect (for non-blocking socket connect emulation) 2005-09-30 12:44:39 +00:00
init Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
is High watermark memory usage feature 2005-10-18 17:21:11 +00:00
pm High watermark memory usage feature 2005-10-18 17:21:11 +00:00
rs Newline after startup msg 2005-10-20 18:54:53 +00:00
sm *** empty log message *** 2005-08-23 11:31:32 +00:00
Makefile propagate EXTRA_OPTS 2005-08-29 20:00:39 +00:00