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
/
sim
/
syscall_emul.hh
Age
Commit message (
Expand
)
Author
2010-05-06
compile: don't #include unnecessary stuff
Nathan Binkert
2010-04-15
tick: rename Clock namespace to SimClock
Nathan Binkert
2009-11-14
SE: Fix SE mode OS X compilation.
Ali Saidi
2009-10-30
SysCalls: Implement truncate64 system call
Vince Weaver
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-10-24
syscall: Addition of an ioctl command code for Power.
Timothy M. Jones
2009-10-24
syscall: Fix conversion of the stat64 buffer during system calls.
Timothy M. Jones
2009-10-24
syscall: Implementation of the ftruncate64 system call.
Timothy M. Jones
2009-10-24
syscall: Implementation of the time system call.
Timothy M. Jones
2009-10-24
syscall: Implementation of the times system call
Timothy M. Jones
2009-10-02
SE mode: Make the direction anonymous mmaps move through memory configurable.
Gabe Black
2009-09-23
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
Nathan Binkert
2009-09-15
Syscalls: Implement sysinfo() syscall.
Vince Weaver
2009-06-04
types: clean up types, especially signed vs unsigned
Nathan Binkert
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-04-21
Commit m5threads package.
Daniel Sanchez
2009-02-27
Processes: Make getting and setting system call arguments part of a process o...
Gabe Black
2009-02-16
sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...
Lisa Hsu
2009-01-17
Fix issue 326: glibc non-deterministic because it reads /proc
Ali Saidi
2008-11-15
syscalls: fix latent brk/obreak bug.
Steve Reinhardt
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-07-24
syscall: Fix TTY emulation in fstat() user-mode simulation for fd 1 (stdout).
Michael Adler
2008-07-23
syscalls: Add a bunch of missing system calls.
Michael Adler
2007-11-29
Serialization: Fix serialization of file descriptors. Make sure open
Rick Strong
2007-11-02
SE: fix stat64 syscall on os x
Ali Saidi
2007-09-13
Syscall Emulation: Add stat64 syscall.
Ali Saidi
2007-03-09
Use the TheISA namespace in case we're coming from a file that doesn't do tha...
Gabe Black
2007-03-04
Don't use the exact same name as a system header #define
Nathan Binkert
2007-03-03
Implement the _llseek syscall. It's Linux only, so we'll actually use the lse...
Gabe Black
2007-02-14
Force the st_blksize field of a stat call to be 8k.
Gabe Black
2006-11-16
implement RUSAGE_CHILDREN for getrusage since it's trivial
Nathan Binkert
2006-11-16
Implement current working directory for LiveProcesses
Nathan Binkert
2006-10-15
Added in missing portions of the stat structure copying function.
Gabe Black
2006-09-17
Finished changing how stat structures are translated, fixed the handling of v...
Gabe Black
2006-09-15
Changes to correct stat behavior
Gabe Black
2006-08-28
Add dup() support (from Antti Miettinen).
Steve Reinhardt
2006-07-07
Fix so that O3CPU doesnt segfault on exit.
Korey Sewell
2006-06-17
Fixes to compile under Cygwin.
Steve Reinhardt
2006-06-09
Authorship stuff
Korey Sewell
2006-06-09
add fcntl64Func
Korey Sewell
2006-06-06
Change ExecContext to ThreadContext. This is being renamed to differentiate ...
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt