minix/servers/pm
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
..
alarm.c move timers code to libsys 2010-07-09 12:58:18 +00:00
break.c - Introduce some macros for field names, so that endpt, pendpt, 2009-09-21 14:48:19 +00:00
const.h Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
dma.c Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
exec.c ELF multiboot support 2011-05-04 18:51:43 +02:00
forkexit.c Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
getset.c Rename tell_fs to tell_vfs 2010-06-09 14:31:30 +00:00
glo.h SMP - can boot even if some cpus fail to boot 2010-09-15 14:11:21 +00:00
main.c VM and kernel support for ELF 2011-02-26 23:00:55 +00:00
Makefile boot: Add multiboot support 2011-06-24 17:21:51 +02:00
mcontext.c - Add support for the ucontext system calls (getcontext, setcontext, 2010-03-12 15:58:41 +00:00
misc.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
mproc.h PM: save process frame length 2010-09-14 21:21:54 +00:00
param.h ELF multiboot support 2011-05-04 18:51:43 +02:00
pm.h <ansi.h> -> <minix/ansi.h> 2011-01-28 11:35:02 +00:00
profile.c Split off sys_umap_remote from sys_umap 2011-06-10 14:28:20 +00:00
proto.h move timers code to libsys 2010-07-09 12:58:18 +00:00
schedule.c SMP - Changed prototype of sys_schedule() 2010-09-15 14:10:42 +00:00
signal.c pm - sys_sigsend can fail legitimately 2011-02-18 15:44:54 +00:00
table.c New stat structure. 2011-07-12 16:39:55 +02:00
time.c panic() cleanup. 2010-03-05 15:05:11 +00:00
trace.c Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c pm, vfs: don't print something for bogus calls 2011-07-05 13:21:48 +02:00