Commit Graph
72 Commits
Author SHA1 Message Date
NAKAMURA Gou 480f6d4c2f rewrite page_fault_handler() 2013-08-08 12:43:00 +09:00
NAKAMURA Gou 78d9d3fcd2 Revert "trial implementation of private file mapping"
This reverts commit abe57218c4.
2013-07-26 16:44:39 +09:00
NAKAMURA Gou abe57218c4 trial implementation of private file mapping
for review only.  will soon be reverted.
2013-07-26 14:40:12 +09:00
Tomoki Shirasawa 221f2c0517 support SIGSEGV(page fault) and SIGILL(general protection error) 2013-07-26 11:53:00 +09:00
NAKAMURA Gou 334662b7fe implement sys_mprotect() 2013-07-18 09:25:58 +09:00
Tomoki Shirasawa 3749696d3e simple signal handler and kill(2) support. 2013-07-18 08:53:28 +09:00
NAKAMURA Gou 630170fb6a add ihk_mc_allocate_aligned_pages() 2013-07-10 13:11:18 +09:00
NAKAMURA Gou 63d97642d5 add intptr_t, uintptr_t, off_t type definition 2013-07-10 13:11:18 +09:00
NAKAMURA Gou 99a228930f correct syscall name 2013-07-10 13:11:18 +09:00
NAKAMURA Gou 75b51ec0c1 delete SYSCALL_DECLARE(process_data_section) 2013-07-01 12:44:12 +09:00
NAKAMURA Gou cbc37b62a9 return syscall_table[] to the arch-independent part 2013-07-01 12:44:12 +09:00
simin de5137e18b Delete DCFA_KMOD flag in syscall_list.h.
Because DCFA_KMOD is undefined in this file,
even if we set -DDCFA_KMOD in Makefile
2013-06-20 11:33:14 -05:00
NAKAMURA Gou 4695b332e2 move syscall_table[] to the architecture-depended part 2013-06-19 16:52:46 +09:00
NAKAMURA Gou 96f02a1d08 delete the access restrictions of whole page table.
access restrictions will be set on individual pages.
2013-06-19 12:07:40 +09:00
Balazs Gerofi bgerofi@riken.jp 4a27a65cb0 resolved merge conflicts with futex code 2013-06-02 16:42:08 +09:00
Tomoki Shirasawa 2627d4df55 add PTATTR_FOR_USER flag to enum ihk_mc_ap_flag 2013-06-02 13:57:44 +09:00
NAKAMURA Gou fa1be382c7 release the resources of the process at exit(2)/exit_group(2). 2013-05-28 11:31:23 +09:00
Balazs Gerofi bgerofi@riken.jp cf0ea31805 atomic __xchg() port from Linux 2013-05-10 12:43:44 +09:00
Balazs Gerofi bgerofi@riken.jp bdebcf4b48 ihk_mc_spinlock_lock_noirq() / ihk_mc_spinlock_unlock_noirq() implementation 2013-05-10 12:43:13 +09:00
Tomoki Shirasawa 4693789608 change function names 2012-12-17 16:15:05 +09:00
Tomoki Shirasawa 0a808057eb modify include lines and Makefiles 2012-12-17 16:10:56 +09:00
Tomoki Shirasawa 158903c7b6 modify file names and create directories 2012-12-17 15:39:24 +09:00