index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
linux
/
process.cc
Age
Commit message (
Expand
)
Author
2018-05-02
arch-x86: Enable the umask system call
Tony Gutierrez
2018-03-15
arch-x86,sim-se: Enable prlimit syscall
Jason Lowe-Power
2018-03-15
arch-x86,sim-se: Bump kernel version to 3.2
Jason Lowe-Power
2017-03-09
syscall-emul: Ignore unimplemented system calls
Brandon Potter
2017-03-09
syscall-emul: Add the tgkill system call
Brandon Potter
2017-03-09
syscall-emul: Add or extend dup, dup2, and pipe
Brandon Potter
2017-03-09
syscall-emul: Add functionality to open syscalls
Brandon Potter
2017-03-09
style: Correct some style issues
Brandon Potter
2017-02-27
syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s...
Brandon Potter
2017-02-27
syscall_emul: [patch 14/22] adds identifier system calls
Brandon Potter
2015-07-20
syscall_emul: [patch 11/22] extend functionality of fcntl
Brandon Potter
2016-11-09
syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead
Brandon Potter
2016-11-09
syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc
Brandon Potter
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2016-12-15
syscall_emul: implement fallocate
Brandon Potter
2016-12-15
syscall_emul: add support for x86 statfs system calls
Brandon Potter
2016-08-05
sim: fix issues with pwrite(); don't enable fstatfs
Tony Gutierrez
2016-08-04
x86, sim: add some syscalls to X86
Tony Gutierrez
2016-03-17
syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls
Brandon Potter
2016-02-13
syscall_emul: Implement clock_getres() system call
Michael LeBeane
2015-07-20
syscall: Add readlink to x86 with special case /proc/self/exe
David Hashe
2015-05-05
syscall_emul: fix warn_once behavior
Steve Reinhardt
2015-04-22
syscall_emul: implement clock_gettime system call
Brandon Potter
2015-04-22
syscall_emul: update x86 syscall table
Monir Mozumder
2014-10-22
sim: revert 6709bbcf564d
Nilay Vaish
2014-10-20
x86: Fixes to avoid LTO warnings
Andreas Hansson
2011-04-15
includes: sort all includes
Nathan Binkert
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-04-19
SE mode: Make keeping track of the number of syscalls less hacky.
Gabe Black
2009-02-27
X86: Distinguish the width of values on the stack between 32 and 64 bit proce...
Gabe Black
2009-02-27
X86: Add a class to support 32 bit x86 linux process.
Gabe Black
2007-10-16
Make the process objects use the Params structs in their constructors, and us...
Gabe Black
2007-03-06
Get X86 to load an elf and start a process for it.
Gabe Black