minix/servers/fs
Jorrit Herder f2a85e58d9 Various updates.
* Removed some variants of the SYS_GETINFO calls from the kernel;
  replaced them with new PM and utils libary functionality. Fixed
  bugs in utils library that used old get_kenv() variant.
* Implemented a buffer in the kernel to gather random data.
  Memory driver periodically checks this for /dev/random.
  A better random algorithm can now be implemented in the driver.
  Removed SYS_RANDOM; the SYS_GETINFO call is used instead.
* Remove SYS_KMALLOC from the kernel. Memory allocation can now
  be done at the process manager with new 'other' library functions.
2005-06-03 13:55:06 +00:00
..
buf.h Initial revision 2005-04-21 14:53:53 +00:00
cache.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
cache2.c Initial revision 2005-04-21 14:53:53 +00:00
cmostime.c Replaced flagalrm() timers with another technique to check for timeouts. 2005-05-31 14:43:04 +00:00
const.h DONT_SWAP not used 2005-05-13 11:44:16 +00:00
device.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
dmap.c Created new findproc system call to the PM (to replace similar kernel 2005-06-02 12:43:21 +00:00
dmap.h Initial revision 2005-04-21 14:53:53 +00:00
dmp.c function key notifications became notifies fix 2005-06-01 09:40:02 +00:00
file.h Initial revision 2005-04-21 14:53:53 +00:00
filedes.c Initial revision 2005-04-21 14:53:53 +00:00
fproc.h Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +00:00
fs.h Initial revision 2005-04-21 14:53:53 +00:00
glo.h Initial revision 2005-04-21 14:53:53 +00:00
inode.c Initial revision 2005-04-21 14:53:53 +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 Various updates. 2005-06-03 13:55:06 +00:00
Makefile . FS: removed half-baked stack trace code 2005-05-03 09:02:47 +00:00
misc.c Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
mount.c Initial revision 2005-04-21 14:53:53 +00:00
open.c freed up use of name 'offset' 2005-05-20 13:27:38 +00:00
param.h Moved stime, time, times POSIX calls from FS to PM. Removed child time 2005-05-31 09:50:51 +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 Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
protect.c Initial revision 2005-04-21 14:53:53 +00:00
proto.h Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
read.c Undid usage of vector-copy function. It's a good idea but there's a bug 2005-06-02 16:49:33 +00:00
stadir.c *** empty log message *** 2005-04-29 15:36:43 +00:00
super.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
super.h Initial revision 2005-04-21 14:53:53 +00:00
table.c Created new findproc system call to the PM (to replace similar kernel 2005-06-02 12:43:21 +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
type.h Initial revision 2005-04-21 14:53:53 +00:00
utility.c Cleaned up src/lib/utils library. Renamed server_ functions to more logical 2005-06-01 14:31:00 +00:00
write.c Initial revision 2005-04-21 14:53:53 +00:00