gem5/src/arch/sparc/linux
Brandon Potter 2367198921 syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations
Modifies the clone system call and adds execve system call. Requires allowing
processes to steal thread contexts from other processes in the same system
object and the ability to detach pieces of process state (such as MemState)
to allow dynamic sharing.
2017-02-27 14:10:15 -05:00
..
linux.cc syscall_emul: factor out flag tables into common file 2016-04-01 16:38:15 -07:00
linux.hh syscall_emul: remove mmapFlagTable 2016-04-01 16:38:16 -07:00
process.cc syscall_emul: [patch 13/22] add system call retry capability 2015-07-20 09:15:21 -05:00
process.hh syscall_emul: [patch 13/22] add system call retry capability 2015-07-20 09:15:21 -05:00
syscalls.cc syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations 2017-02-27 14:10:15 -05:00