minix/servers/pfs
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
..
buf.h Clean up PFS 2010-05-28 09:39:18 +00:00
buffer.c Clean up PFS 2010-05-28 09:39:18 +00:00
const.h Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort 2010-07-15 13:39:57 +00:00
dev_uds.c Server/driver protocols: no longer allow third-party copies. 2011-04-11 17:35:05 +00:00
fs.h <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
glo.h Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort 2010-07-15 13:39:57 +00:00
inc.h Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
inode.c Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort 2010-07-15 13:39:57 +00:00
inode.h Clean up PFS 2010-05-28 09:39:18 +00:00
link.c Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort 2010-07-15 13:39:57 +00:00
main.c Unbreak gcc compilation for pfs. 2010-07-21 13:39:46 +00:00
Makefile boot: Add multiboot support 2011-06-24 17:21:51 +02:00
misc.c Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort 2010-07-15 13:39:57 +00:00
open.c Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort 2010-07-15 13:39:57 +00:00
proto.h - Add support for file descriptor passing to PFS. 2010-08-30 13:46:44 +00:00
read.c Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort 2010-07-15 13:39:57 +00:00
stadir.c New stat structure. 2011-07-12 16:39:55 +02:00
super.c Clean up PFS 2010-05-28 09:39:18 +00:00
table.c Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort 2010-07-15 13:39:57 +00:00
uds.c Server/driver protocols: no longer allow third-party copies. 2011-04-11 17:35:05 +00:00
uds.h - Add support for file descriptor passing to PFS. 2010-08-30 13:46:44 +00:00
utility.c Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort 2010-07-15 13:39:57 +00:00