minix/lib/libvtreefs
Evgeniy Ivanov ef0a265086 New stat structure.
* VFS and installed MFSes must be in sync before and after this change *

Use struct stat from NetBSD. It requires adding new STAT, FSTAT and LSTAT
syscalls. Libc modification is both backward and forward compatible.

Also new struct stat uses modern field sizes to avoid ABI
incompatibility, when we update uid_t, gid_t and company.
Exceptions are ino_t and off_t in old libc (though paddings added).
2011-07-12 16:39:55 +02:00
..
glo.h VTreeFS library 2010-08-10 20:05:51 +00:00
inc.h Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
inode.c VTreeFS library 2010-08-10 20:05:51 +00:00
inode.h VTreeFS library 2010-08-10 20:05:51 +00:00
link.c VTreeFS library 2010-08-10 20:05:51 +00:00
Makefile VTreeFS library 2010-08-10 20:05:51 +00:00
mount.c VTreeFS library 2010-08-10 20:05:51 +00:00
path.c VTreeFS library 2010-08-10 20:05:51 +00:00
proto.h VTreeFS library 2010-08-10 20:05:51 +00:00
read.c VTreeFS library 2010-08-10 20:05:51 +00:00
sdbm.c VTreeFS library 2010-08-10 20:05:51 +00:00
stadir.c New stat structure. 2011-07-12 16:39:55 +02:00
table.c libvtreefs: return OK from REQ_INHIBREAD (this unbreaks grep on /proc) 2011-03-31 16:23:00 +00:00
utility.c VTreeFS library 2010-08-10 20:05:51 +00:00
vtreefs.c decouple file system server start/termination from mount/umount 2010-11-23 19:34:56 +00:00