minix/servers/fs
Ben Gras 86ed54ee94 FS:
. unmap device drivers from dmap when PM signals they are dead
	. new null-io function (no_dev_io) to fill in for io functions
	  of unmapped drivers
	. driver (process number) of unmapped drivers is NONE instead of
	  0 (a valid process number)

IS:
	. print mutable flag of dmap table too

FS changes require sync() to be done 'manually' (currently by
reboot/shutdown) at shutdown time; could be caught by SIGTERM in
the future.
2005-10-05 15:38:15 +00:00
..
buf.h Formatting fixes for the book 2005-08-29 16:47:18 +00:00
cache.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
cache2.c Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
cdprobe.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
const.h Formatting fixes for the book 2005-08-29 16:47:18 +00:00
device.c FS: 2005-10-05 15:38:15 +00:00
dmap.c FS: 2005-10-05 15:38:15 +00:00
file.h Started select() implementation. 2005-06-17 13:41:12 +00:00
filedes.c Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
fproc.h Updated F4 dump at IS to include send masks. 2005-07-26 12:49:35 +00:00
fs.h Miscellaneous cleanups. 2005-08-03 11:53:36 +00:00
glo.h Removed debug dumps from the PM and FS servers. The dumps are now done by the 2005-06-07 14:43:35 +00:00
inode.c Formatting fixes for the book 2005-08-29 16:47:18 +00:00
inode.h Formatting fixes for the book 2005-08-29 16:47:18 +00:00
link.c Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
lock.c Initial revision 2005-04-21 14:53:53 +00:00
lock.h Initial revision 2005-04-21 14:53:53 +00:00
main.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
Makefile Propagate EXTRA_OPTS 2005-08-29 20:00:49 +00:00
misc.c FS: 2005-10-05 15:38:15 +00:00
mount.c Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
open.c Formatting fixes for the book 2005-08-29 16:47:18 +00:00
param.h Created new devctl system call to FS. Moved dmap.h header to include/minix/. 2005-08-02 15:29:17 +00:00
path.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
pipe.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
protect.c Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
proto.h FS: 2005-10-05 15:38:15 +00:00
read.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
select.c Als select.c fixes. 2005-09-22 21:17:22 +00:00
select.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
stadir.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
super.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
super.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
table.c Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
time.c Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
timers.c Andy's formatting changes. 2005-09-11 16:45:46 +00:00
type.h Initial revision 2005-04-21 14:53:53 +00:00
utility.c FS cleanup with gcc. 2005-08-25 12:30:43 +00:00
write.c Formatting fixes for the book 2005-08-29 16:47:18 +00:00