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
/
sim
/
syscall_emul.hh
Age
Commit message (
Expand
)
Author
2006-02-16
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
Gabe Black
2006-02-16
Changed the fault enum into a class, and fixed everything up to work with it....
Gabe Black
2006-02-15
Merge zizzer:/bk/m5
Ali Saidi
2006-02-15
endian fixes and compiles on mac os x
Ali Saidi
2006-02-12
Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...
Gabe Black
2006-02-10
confused an ifdef with an if
Ali Saidi
2006-02-10
fix problems on darwin/*BSD for syscall emulation mode
Ali Saidi
2005-12-23
Fix roundUp function template so explicit arg is not
Steve Reinhardt
2005-12-23
Change base/intmath.{cc,hh} to follow m5 style.
Steve Reinhardt
2005-11-22
Apply patch for syscall emulation provided by Antti Miettinen (apm@brigitte.d...
Kevin Lim
2005-11-10
Actually free Process fd_map entries when a file is closed...
Steve Reinhardt
2005-11-10
Syscall DPRINTF and warning cleanup.
Steve Reinhardt
2005-06-30
Fixes for cygwin compile.
Steve Reinhardt
2005-06-04
shuffle files around for new directory structure
Nathan Binkert
2005-06-03
Additions/fixes for Tru64 syscall emulation.
Steve Reinhardt
2005-03-29
expose variables for number of global events per simulated second,
Nathan Binkert
2005-03-16
Fix the bad addr check to check for allowable addresses in the nxm address space
Ron Dreslinski
2005-03-10
Removed unecessary constructor call at each return.
Ali Saidi
2005-03-09
Changed all syscalls to use syscall return object.
Ali Saidi
2005-02-23
Added mmap start and end so detailed CPU can know if an access is
Ali Saidi
2005-01-14
Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...
Kevin Lim
2004-06-08
Updated Copyright with information in bitkeeper changelogs
Ali Saidi
2004-02-05
Modify the emulated system calls to support running the SPEC Int
David Oehmke
2004-02-02
Change "Foo& foo" declarations to "Foo &foo".
Steve Reinhardt
2003-12-01
Formatting & doxygen docs for new syscall emulation code.
Steve Reinhardt
2003-12-01
Restructuring of LiveProcess etc. to support multiple emulated OS syscall
Steve Reinhardt