minix/servers/pm
Ben Gras 33a7ac7557 vfs: mmap support
. libc: add vfs_mmap, a way for vfs to initiate mmap()s.
	  This is a good special case to have as vfs is a slightly
	  different client from regular user processes. It doesn't do it
	  for itself, and has the dev & inode info already so the callback
	  to VFS for the lookup isn't necessary. So it has different info
	  to have to give to VM.
	. libc: also add minix_mmap64() that accepts a 64-bit offset, even
	  though our off_t is still 32 bit now.
	. On exec() time, try to mmap() in the executable if available.
	  (It is not yet available in this commit.)
	. To support mmap(), add do_vm_call that allows VM to lookup
	  (to ino+dev), do i/o from and close FD's on behalf of other
	  processes.

Change-Id: I831551e45a6781c74313c450eb9c967a68505932
2013-05-31 15:42:00 +00:00
..
alarm.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
break.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
const.h Fix a few compile time warnings 2010-07-02 12:41:19 +00:00
exec.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
forkexit.c vm: fix a null dereference on out-of-memory 2012-11-09 18:36:51 +01:00
getset.c servers/pm: Fix EFAULT check for SETGROUPS 2013-05-28 21:07:04 +02:00
glo.h No more intel/minix segments. 2012-07-15 22:30:15 +02:00
main.c Restore poweroff to some of it's former glory (on QEMU, at least) 2012-11-21 20:28:37 +01:00
Makefile Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
mcontext.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
misc.c Move MINIX reboot definitions into minix/reboot.h 2013-03-20 16:50:01 +00:00
mproc.h Implement issetugid syscall 2011-11-28 10:03:43 +00:00
param.h libc: add adjtime() system call. 2013-04-04 15:04:54 +02:00
pm.h Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
profile.c profiling related cleanup 2012-07-15 21:56:55 +02:00
proto.h libc: add clock_settime() system call. 2013-04-04 15:04:54 +02:00
schedule.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
signal.c PM: do not panic if sys_sigsend returns ENOMEM 2012-11-09 16:11:02 +00:00
table.c vfs: mmap support 2013-05-31 15:42:00 +00:00
time.c libc: add adjtime() system call. 2013-04-04 15:04:54 +02:00
trace.c drop from segments physcopy/vircopy invocations 2012-06-18 12:28:40 +00:00
type.h Removed 'system process' magic from PM and FS. 2005-05-13 08:57:08 +00:00
utility.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00