minix/servers/fs
Jorrit Herder 74711a3b14 Check if kernel calls is allowed (from process' call mask) added. Not yet
enforced. If a call is denied, this will be kprinted. Please report any such
errors, so that I can adjust the mask before returning errors instead of
warnings.

Wrote CMOS driver. All CMOS code from FS has been removed. Currently the
driver only supports get time calls. Set time is left out as an exercise
for the book readers ... startup scripts were updated because the CMOS driver
is needed early on. (IS got same treatment.) Don't forget to run MAKEDEV cmos
in /dev/, otherwise the driver cannot be loaded.
2005-08-04 19:23:03 +00:00
..
buf.h Fixed 'ps' utility: now get process table addresses with getsysinfo() calls. 2005-06-06 13:51:50 +00:00
cache.c Fixed nasty bug that would cause FS to loop forever in rw_scattered (while 2005-06-19 22:33:49 +00:00
cache2.c Initial revision 2005-04-21 14:53:53 +00:00
cdprobe.c Minor cdprobe message additions; usyslogd logs shorter lines 2005-07-26 13:23:13 +00:00
const.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
device.c Created new devctl system call to FS. Moved dmap.h header to include/minix/. 2005-08-02 15:29:17 +00:00
dmap.c Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
file.h Started select() implementation. 2005-06-17 13:41:12 +00:00
filedes.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +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 Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
inode.h Initial revision 2005-04-21 14:53:53 +00:00
link.c Initial revision 2005-04-21 14:53:53 +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 Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
Makefile Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
misc.c Created new devctl system call to FS. Moved dmap.h header to include/minix/. 2005-08-02 15:29:17 +00:00
mount.c Created new devctl system call to FS. Moved dmap.h header to include/minix/. 2005-08-02 15:29:17 +00:00
open.c Created new devctl system call to FS. Moved dmap.h header to include/minix/. 2005-08-02 15:29:17 +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 Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
pipe.c Created new devctl system call to FS. Moved dmap.h header to include/minix/. 2005-08-02 15:29:17 +00:00
protect.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
proto.h Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
read.c Fix by Joren l'Ami <jwlami@cs.vu.nl> to make block devices work beyond 2005-06-29 11:56:56 +00:00
select.c Created new devctl system call to FS. Moved dmap.h header to include/minix/. 2005-08-02 15:29:17 +00:00
select.h Started select() implementation. 2005-06-17 13:41:12 +00:00
stadir.c Added dup_inode to fchdir() call. Still not sure if it is correct now. 2005-07-27 16:04:26 +00:00
super.c . added cd-probe logic; tries to find the right root filesystem 2005-07-22 18:28:32 +00:00
super.h Initial revision 2005-04-21 14:53:53 +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 Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
timers.c Updated servers according to syslib interface changes. 2005-07-29 15:00:49 +00:00
type.h Initial revision 2005-04-21 14:53:53 +00:00
utility.c Renamed system library functionality. 2005-07-14 15:16:12 +00:00
write.c Initial revision 2005-04-21 14:53:53 +00:00