]> Zhao Yanbai Git Server - minix.git/history - servers/vfs/misc.c
VFS: make m_in job local
[minix.git] / servers / vfs / misc.c
2012-04-13 Thomas VeermanVFS: make m_in job local
2012-03-25 Ben Grasretire PUBLIC, PRIVATE and FORWARD
2012-03-25 Ben Grasretire _PROTOTYPE
2012-02-13 Thomas VeermanVFS: replace VFS with AVFS
2011-12-11 David van MoolenbroekAdd "expected size" parameter to getsysinfo()
2011-11-23 David van MoolenbroekSplit block/character protocols and libdriver
2011-11-22 Adriana Szekeresgcore command to coredump a process
2011-11-22 Adriana SzekeresELF core files
2011-11-07 David van MoolenbroekMiscellaneous legacy cleanup
2011-09-08 Thomas VeermanCleanup servers to make GCC/Clang a little happier
2010-11-23 Dirk Vogtdecouple file system server start/termination from...
2010-09-14 David van Moolenbroekmake getsysinfo() a system-land call
2010-07-15 Erik van der KouweFix comment
2010-07-02 Thomas VeermanFix a few compile time warnings
2010-05-10 Tomas HrubyUse of all NIL_* defines converted to NULL
2010-04-26 Ben Grasvfs: start at vmnt[0] to sync mounted filesystems,...
2010-04-09 Cristiano GiuffridaDriver mapping refactory.
2010-04-08 Cristiano GiuffridaDriver refactory for live update and crash recovery.
2010-04-01 Kees van ReeuwijkFix printfs with too few or too many parms, remove...
2010-03-05 Ben Graspanic() cleanup.
2010-02-09 David van MoolenbroekFixes for truncate system calls:
2010-01-12 David van MoolenbroekMount updates:
2010-01-05 David van MoolenbroekGeneral cleanup:
2009-12-20 Thomas Veerman- Introduce support for sticky bit.
2009-09-22 Tomas HrubyRemoved dependency of vfs on NR_TASKS macro
2009-05-18 David van MoolenbroekVarious VFS and MFS fixes to improve correctness, consi...
2009-05-11 Ben Grasremove debug msg
2009-05-08 David van Moolenbroekquick cleanup of old mfs cruft from vfs
2009-05-08 Ben Gras make unpause() decrease susp_count, as it shouldn...
2009-04-29 Ben Grascleanup of vfs shutdown logic; makes clean unmounts...
2009-03-26 Ben Grassuppress more mostly-harmless messages.
2009-01-26 Ben Gras . new kernel call sysctl for generic unprivileged...
2008-11-19 Ben GrasBasic VM and other minor improvements.
2008-02-22 Philip HomburgSupport for O_REOPEN flag and pass the filp numbet...
2007-08-15 Philip HomburgReturn EIO if a filedescriptor cannot be re-opened...
2007-08-07 Philip HomburgNew VFS interface
2007-04-13 Ben Grasmore removing of warning and debug messages.
2007-01-05 Philip HomburgVFS cleanup (mostly open).
2006-11-27 Philip HomburgFirst cut at 64-bit file offsets in block devices for...
2006-10-25 Ben GrasMerge of VFS by Balasz Gerofi with Minix trunk.