minix/servers/hgfs
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
..
const.h HGFS: statvfs support 2010-06-27 17:19:50 +00:00
dentry.c Reorganize some directories 2010-05-26 22:49:57 +00:00
glo.h Reorganize some directories 2010-05-26 22:49:57 +00:00
handle.c Reorganize some directories 2010-05-26 22:49:57 +00:00
inc.h Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
inode.c Reorganize some directories 2010-05-26 22:49:57 +00:00
inode.h HGFS: statvfs support 2010-06-27 17:19:50 +00:00
link.c Reorganize some directories 2010-05-26 22:49:57 +00:00
lookup.c Reorganize some directories 2010-05-26 22:49:57 +00:00
main.c fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
Makefile Fix GCC image building 2011-07-09 15:04:42 +02:00
misc.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
mount.c Reorganize some directories 2010-05-26 22:49:57 +00:00
name.c Reorganize some directories 2010-05-26 22:49:57 +00:00
optset.c Reorganize some directories 2010-05-26 22:49:57 +00:00
optset.h Reorganize some directories 2010-05-26 22:49:57 +00:00
path.c Reorganize some directories 2010-05-26 22:49:57 +00:00
proto.h HGFS: statvfs support 2010-06-27 17:19:50 +00:00
read.c Reorganize some directories 2010-05-26 22:49:57 +00:00
stat.c New stat structure. 2011-07-12 16:39:55 +02:00
table.c HGFS: statvfs support 2010-06-27 17:19:50 +00:00
type.h Reorganize some directories 2010-05-26 22:49:57 +00:00
util.c Reorganize some directories 2010-05-26 22:49:57 +00:00
verify.c Reorganize some directories 2010-05-26 22:49:57 +00:00
write.c Reorganize some directories 2010-05-26 22:49:57 +00:00