summaryrefslogtreecommitdiff
path: root/src/arch/x86/linux/process.cc
AgeCommit message (Expand)Author
2016-03-17syscall_emul: fix bugs for mmap2 system call and x86-32 syscallsBrandon Potter
2016-02-13syscall_emul: Implement clock_getres() system callMichael LeBeane
2015-07-20syscall: Add readlink to x86 with special case /proc/self/exeDavid Hashe
2015-05-05syscall_emul: fix warn_once behaviorSteve Reinhardt
2015-04-22syscall_emul: implement clock_gettime system callBrandon Potter
2015-04-22syscall_emul: update x86 syscall tableMonir Mozumder
2014-10-22sim: revert 6709bbcf564dNilay Vaish
2014-10-20x86: Fixes to avoid LTO warningsAndreas Hansson
2011-04-15includes: sort all includesNathan Binkert
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-04-19SE mode: Make keeping track of the number of syscalls less hacky.Gabe Black
2009-02-27X86: Distinguish the width of values on the stack between 32 and 64 bit proce...Gabe Black
2009-02-27X86: Add a class to support 32 bit x86 linux process.Gabe Black
2007-10-16Make the process objects use the Params structs in their constructors, and us...Gabe Black
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black