summaryrefslogtreecommitdiff
path: root/src/sim/syscall_emul.hh
AgeCommit message (Expand)Author
2007-03-09Use the TheISA namespace in case we're coming from a file that doesn't do tha...Gabe Black
2007-03-04Don't use the exact same name as a system header #defineNathan Binkert
2007-03-03Implement the _llseek syscall. It's Linux only, so we'll actually use the lse...Gabe Black
2007-02-14Force the st_blksize field of a stat call to be 8k.Gabe Black
2006-11-16implement RUSAGE_CHILDREN for getrusage since it's trivialNathan Binkert
2006-11-16Implement current working directory for LiveProcessesNathan Binkert
2006-10-15Added in missing portions of the stat structure copying function.Gabe Black
2006-09-17Finished changing how stat structures are translated, fixed the handling of v...Gabe Black
2006-09-15Changes to correct stat behaviorGabe Black
2006-08-28Add dup() support (from Antti Miettinen).Steve Reinhardt
2006-07-07Fix so that O3CPU doesnt segfault on exit.Korey Sewell
2006-06-17Fixes to compile under Cygwin.Steve Reinhardt
2006-06-09Authorship stuffKorey Sewell
2006-06-09add fcntl64FuncKorey Sewell
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt