minix/servers
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
..
devman Fix GCC image building 2011-07-09 15:04:42 +02:00
ds boot: Add multiboot support 2011-06-24 17:21:51 +02:00
ext2 New stat structure. 2011-07-12 16:39:55 +02:00
hgfs New stat structure. 2011-07-12 16:39:55 +02:00
inet Fix GCC image building 2011-07-09 15:04:42 +02:00
init Fix GCC image building 2011-07-09 15:04:42 +02:00
ipc Fix GCC image building 2011-07-09 15:04:42 +02:00
is Fix GCC image building 2011-07-09 15:04:42 +02:00
iso9660fs New stat structure. 2011-07-12 16:39:55 +02:00
lwip Fix GCC image building 2011-07-09 15:04:42 +02:00
mfs New stat structure. 2011-07-12 16:39:55 +02:00
pfs New stat structure. 2011-07-12 16:39:55 +02:00
pm New stat structure. 2011-07-12 16:39:55 +02:00
procfs Fix GCC image building 2011-07-09 15:04:42 +02:00
rs New stat structure. 2011-07-12 16:39:55 +02:00
sched boot: Add multiboot support 2011-06-24 17:21:51 +02:00
vfs New stat structure. 2011-07-12 16:39:55 +02:00
vm New stat structure. 2011-07-12 16:39:55 +02:00
Makefile Added Device Manager (USB hotplug support) 2011-02-23 13:48:03 +00:00
Makefile.inc Fix GCC image building 2011-07-09 15:04:42 +02:00