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
2015-07-24
style: change Process function calls to use camelCase
Brandon Potter
2015-07-24
syscall_emul: standardized file descriptor name and add return checks.
Brandon Potter
2015-07-24
base: refactor process class (specifically FdMap and friends)
Brandon Potter
2015-05-26
arm: Implement some missing syscalls (SE mode)
Giacomo Gabrielli
2015-05-05
syscall_emul: fix warn_once behavior
Steve Reinhardt
2015-04-22
syscall_emul: implement clock_gettime system call
Brandon Potter
2015-04-22
syscall_emul: update getrlimit to use warn
Brandon Potter
2015-04-22
syscall_emul: fix warning with wrong syscall name
Brandon Potter
2015-01-03
arm: Add unlinkat syscall implementation
mike upton
2014-12-27
syscall_emul: Return correct writev value
Joel Hestness
2014-10-22
syscall_emul: Put BufferArg classes in a separate header.
Steve Reinhardt
2014-10-22
syscall_emul: add EmulatedDriver object
Steve Reinhardt
2014-10-22
sim: revert 6709bbcf564d
Nilay Vaish
2014-10-20
sim: invalid alignment checks in mmap and mremap
Tom Jablin
2014-10-20
sim: mmap: correct behavior for fixed address
Michael Adler
2014-10-20
sim: implement getdents/getdents64 in user mode
Michael Adler
2014-09-03
arch: Cleanup unused ISA traits constants
Andreas Hansson
2014-04-17
sim, arm: implement more of the at variety syscalls
Ali Saidi
2014-01-24
sim: Add openat/fstatat syscalls and fix mremap
Chris Adeniyi-Jones
2013-01-08
arm: add access syscall for ARM SE mode
Mitch Hayenga
2012-09-21
SE: Ignore FUTEX_PRIVATE_FLAG of sys_futex
Lluc Alvarez
2012-09-10
NetBSD: Build on NetBSD
Palle Lyckegaard
2012-08-06
syscall_emul: clean up open() code a bit.
Steve Reinhardt
2012-08-06
str: add an overloaded startswith() utility method
Steve Reinhardt
2012-08-06
syscall emulation: Clean up ioctl handling, and implement for x86.
Marc Orr
2012-07-10
syscall emulation: Add the futex system call.
Marc Orr
2012-05-19
Syscalls: warn when the length argument to mmap is excessive.
Gabe Black
2012-02-24
MEM: Make port proxies use references rather than pointers
Andreas Hansson
2012-01-31
Merge with head, hopefully the last time for this batch.
Gabe Black
2012-01-31
clang: Enable compiling gem5 using clang 2.9 and 3.0
Koan-Sin Tan
2012-01-28
Merge with the main repo.
Gabe Black
2012-01-17
MEM: Add port proxies instead of non-structural ports
Andreas Hansson
2012-01-07
Merge with main repository.
Gabe Black
2011-10-30
SE/FS: Build the base process class in FS.
Gabe Black
2011-10-22
SE: move page allocation from PageTable to Process
Steve Reinhardt
2011-10-22
syscall_emul: implement MAP_FIXED option to mmap()
Steve Reinhardt
2011-05-23
syscall emul: fix Power Linux mmap constant, plus other cleanup
Steve Reinhardt
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2011-03-17
ARM: Add minimal ARM_SE support for m5threads.
Chris Emmons
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
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
[next]