summaryrefslogtreecommitdiff
path: root/src/sim/syscall_emul.hh
AgeCommit message (Expand)Author
2009-10-30SysCalls: Implement truncate64 system callVince Weaver
2009-10-30Syscalls: Make system calls access arguments like a stack, not an array.Gabe Black
2009-10-24syscall: Addition of an ioctl command code for Power.Timothy M. Jones
2009-10-24syscall: Fix conversion of the stat64 buffer during system calls.Timothy M. Jones
2009-10-24syscall: Implementation of the ftruncate64 system call.Timothy M. Jones
2009-10-24syscall: Implementation of the time system call.Timothy M. Jones
2009-10-24syscall: Implementation of the times system callTimothy M. Jones
2009-10-02SE mode: Make the direction anonymous mmaps move through memory configurable.Gabe Black
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-09-15Syscalls: Implement sysinfo() syscall.Vince Weaver
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-04-21Commit m5threads package.Daniel Sanchez
2009-02-27Processes: Make getting and setting system call arguments part of a process o...Gabe Black
2009-02-16sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...Lisa Hsu
2009-01-17Fix issue 326: glibc non-deterministic because it reads /procAli Saidi
2008-11-15syscalls: fix latent brk/obreak bug.Steve Reinhardt
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-07-24syscall: Fix TTY emulation in fstat() user-mode simulation for fd 1 (stdout).Michael Adler
2008-07-23syscalls: Add a bunch of missing system calls.Michael Adler
2007-11-29Serialization: Fix serialization of file descriptors. Make sure openRick Strong
2007-11-02SE: fix stat64 syscall on os xAli Saidi
2007-09-13Syscall Emulation: Add stat64 syscall.Ali Saidi
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