Commit Graph

371 Commits

Author SHA1 Message Date
320b8e9851 large page aligned ANONYMOUS mapping length fix 2012-11-26 17:02:52 +09:00
a21fe11b00 use large page PTEs for allocations bigger than large page size, enforce alignment (USE_LARGE_PAGES) 2012-11-26 17:00:53 +09:00
337fe4b20d timer sleep and wakeup functions by Balazs-san 2012-11-26 16:23:01 +09:00
a1490da112 Revert "make munmap free physical pages, and one correction for aligned mmap in syscall.c (extend_process_region is called with memory-region start-address which is aligned (map_end_aligned), instead of tail-address of current-region (region->map_end)) for aligned mmap (in syscall.c)"
This reverts commit e7317cca98.
2012-11-26 13:38:07 +09:00
3d71edd55c initialize lock variables, increase stack size 2012-10-30 21:40:03 +09:00
e7317cca98 make munmap free physical pages, and one correction for aligned mmap in syscall.c (extend_process_region is called with memory-region start-address which is aligned (map_end_aligned), instead of tail-address of current-region (region->map_end)) for aligned mmap (in syscall.c) 2012-10-30 21:32:49 +09:00
57c48dea90 __host_update_process_range in add_process_memory_range is disabled (in process.c), futex with FUTEX_WAIT_BITSET and time-out is implemented by using pause() (in syscall.c). 2012-10-16 20:17:57 +09:00
dd596a2a78 lock when changing process memory region (in syscall.c) and page-table (in process.c) 2012-10-09 11:40:49 +09:00
9a8449df2b populate ELF header information on the initial stack so that glibc can set up TLS properly 2012-10-09 00:51:50 +09:00
38a0bde75e add_process_large_range and (towards) atomic context switch 2012-05-19 16:11:38 +09:00
7c85ac93e8 passing argc, argv and envp to main() 2012-05-10 22:07:23 +09:00
97d4c85195 user/kernel stack size, clear content of ANONYMOUS mmap, changes to scheduler (CPU idle state) 2012-05-10 14:20:52 +09:00
a7c0225423 futex and rlimit 2012-05-08 18:32:43 +09:00
c3463e7393 kitten LWK waitqueue adoptation 2012-05-06 12:39:39 +09:00
8c34463dd4 runqueues and schedule() 2012-05-03 18:38:08 +09:00
033d64a7ae TLS and thread_child_tid (Shimada-san) 2012-05-01 16:43:51 +09:00
cd08c2e399 process related debug messages 2012-04-25 14:29:10 +09:00
d2591c6d25 temp 2012-01-06 17:06:42 +09:00
00107164b3 valid flag is added 2011-12-02 14:00:12 +09:00
7999653a00 a commit 2011-12-02 12:35:38 +09:00
480e1b12ef big commit 2011-11-28 13:00:13 +09:00