minix/servers
Thomas Veerman 13ef7f1f38 Prepare VFS to support back calls from PFS. For security reasons and to support
file descriptor passing, PFS does some back calls to VFS. For example, to
verify the validity of a path provided by a process and to tell VFS it must
copy file descriptors from one process to another.
2010-08-30 13:44:07 +00:00
..
ds Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
ext2 Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
hgfs Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
inet inet: a little more resilience against misbehaving drivers 2010-07-21 13:47:50 +00:00
init Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
ipc Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
is Shorter reporting of contiguous identical blocks for the IS VM dump (F8) to avoid MFS frrom filling many screens 2010-07-27 18:46:08 +00:00
iso9660fs Avoid duplicate type definitions, especially wchar_t which was inconsstent and caused trouble in libarchive 2010-08-23 17:00:04 +00:00
mfs Increase NR_INODES in the FS servers to match NR_VNODES in VFS 2010-08-05 11:37:37 +00:00
pfs Unbreak gcc compilation for pfs. 2010-07-21 13:39:46 +00:00
pm gcov support, based on work contributed by Anton Kuijsten. 2010-08-25 13:06:43 +00:00
rs RS: use PM's API instead of its internals 2010-08-24 07:20:41 +00:00
sched Fixed comments in sched 2010-07-16 09:40:12 +00:00
vfs Prepare VFS to support back calls from PFS. For security reasons and to support 2010-08-30 13:44:07 +00:00
vm Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
Makefile Add support for the ext2 file system. Contributed by Evgeniy Ivanov. 2010-08-02 11:44:45 +00:00
Makefile.inc Makefile updates: 2010-06-11 16:05:36 +00:00