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
2017-05-19
base, sim, arch: Fix clang 5.0 warnings
Andreas Sandberg
2017-05-12
syscall_emul: Fix undefined macro behavior
Andreas Sandberg
2017-03-09
style: change NULL to nullptr in syscall files
Brandon Potter
2017-03-09
syscall-emul: Rewrite system call exit code
Brandon Potter
2017-03-09
syscall-emul: Add the tgkill system call
Brandon Potter
2017-03-09
syscall-emul: Add or extend dup, dup2, and pipe
Brandon Potter
2017-03-09
syscall-emul: Add functionality to open syscalls
Brandon Potter
2017-03-09
style: Correct some style issues
Brandon Potter
2017-03-09
syscall-emul: Move memState into its own file
Brandon Potter
2017-02-27
syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s...
Brandon Potter
2017-02-27
syscall_emul: [patch 14/22] adds identifier system calls
Brandon Potter
2015-07-20
syscall_emul: [patch 11/22] extend functionality of fcntl
Brandon Potter
2016-11-09
syscall_emul: [patch 10/22] refactor fdentry and add fdarray class
Brandon Potter
2016-11-09
syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead
Brandon Potter
2017-02-09
sim: Patch to fix the statfs build
Bjoern A. Zeeb
2016-11-09
style: [patch 3/22] reduce include dependencies in some headers
Brandon Potter
2017-01-20
syscall_emul: #ifdef new system calls to allow builds on OSX and BSD
Brandon Potter
2016-11-09
syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc
Brandon Potter
2016-12-15
syscall_emul: implement fallocate
Brandon Potter
2016-12-15
syscall_emul: add support for x86 statfs system calls
Brandon Potter
2016-12-15
syscall_emul: extend sysinfo system call to include mem_unit
Brandon Potter
2016-09-13
sim, syscall_emul: Add mmap to EmulatedDriver
Michael LeBeane
2016-08-05
sim: fix issues with pwrite(); don't enable fstatfs
Tony Gutierrez
2016-08-04
x86, sim: add some syscalls to X86
Tony Gutierrez
2016-03-17
base: add symbol support for dynamic libraries
Brandon Potter
2016-03-17
syscall_emul: move mmapGrowsDown() to LiveProcess
Steve Reinhardt
2016-03-17
syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls
Brandon Potter
2016-03-17
syscall_emul: extend mmap system call to support file backed mmaps
Brandon Potter
2016-03-17
syscall_emul: add extra debug support for syscalls
Alexandru Dutu
2016-03-08
syscall_emul: Fix erroneous use of delete
Andreas Hansson
2016-02-13
syscall_emul: Implement clock_getres() system call
Michael LeBeane
2016-02-06
style: fix missing spaces in control statements
Steve Reinhardt
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
[next]