|
|
dae884d572
|
add syscall number constants in syscall.h
|
2013-07-10 13:11:19 +09:00 |
|
|
|
4214441ac3
|
Make clone system-call create a new thread on the next available physical core
and skip the physical core with a system process so that
programs using Intel OpenMP bind threads to cores in that manner.
|
2013-07-05 18:55:03 +09:00 |
|
|
|
cbc37b62a9
|
return syscall_table[] to the arch-independent part
|
2013-07-01 12:44:12 +09:00 |
|
|
|
4695b332e2
|
move syscall_table[] to the architecture-depended part
|
2013-06-19 16:52:46 +09:00 |
|
|
|
d8034eeb13
|
propagate error code for prepare image
|
2013-06-05 17:38:23 +09:00 |
|
|
|
54798253c5
|
add error handling for prepare_process
|
2013-06-02 13:49:10 +09:00 |
|
|
|
bb4caccf98
|
add memory allocation check
|
2013-05-28 12:06:41 +09:00 |
|
|
|
e09160cce7
|
add generic system call forwarding
|
2013-04-17 20:32:33 +09:00 |
|
|
|
4693789608
|
change function names
|
2012-12-17 16:15:05 +09:00 |
|
|
|
0a808057eb
|
modify include lines and Makefiles
|
2012-12-17 16:10:56 +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 |
|
|
|
7c85ac93e8
|
passing argc, argv and envp to main()
|
2012-05-10 22:07:23 +09:00 |
|
|
|
c3226018b9
|
first step towards clone() and futex() (shimada-san)
|
2012-05-03 13:07:46 +09:00 |
|
|
|
a63b4a7369
|
System call delegation supports DMA alignment
|
2012-02-24 18:08:05 +09:00 |
|
|
|
e42395e42a
|
valid flag is added
|
2011-12-02 13:19:44 +09:00 |
|
|
|
7999653a00
|
a commit
|
2011-12-02 12:35:38 +09:00 |
|
|
|
480e1b12ef
|
big commit
|
2011-11-28 13:00:13 +09:00 |
|