arch,sim: Convert clone to GuestABI and define a cloneBackwardsFunc.
[gem5.git] / src / sim / syscall_emul.hh
2020-03-12 Gabe Blackarch,sim: Convert clone to GuestABI and define a cloneB...
2020-03-12 Gabe Blacksim: Use variadic GuestABI arguments in a few additiona...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blacksim: Delete authors lists from files in sim.
2020-02-13 Gabe Blacksim: Remove mention of alpha.
2020-02-08 Gabe Blackarch,sim: Replace setuidFunc with ignoreFunc.
2020-02-08 Gabe Blacksim: Convert most of the common syscalls to use the...
2020-02-08 Gabe Blacksim: Use the Guest ABI mechanism in writeFunc.
2020-01-23 Gabe Blacksim: Move findFreeContext to System.
2019-12-10 Gabe Blacksim: Reintroduce the ignoreWarnOnceFunc syscall handler.
2019-12-10 Gabe Blacksim: Make the syscalls use the SyscallReturn suppressio...
2019-12-03 Giacomo Travaglinisim-se: Avoid function overloading for syscall implemen...
2019-11-27 Giacomo Travaglinisim-se: Check Path redirection when mmapping
2019-10-30 Gabe Blacksim: Use the system and OS to get endianness.
2019-10-24 Ciro Santillisim-se: fix futexFunc TGT_FUTEX_WAIT always selects...
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-03 Jason Lowe-Powersim-se: Fix invalid delete of params on clone
2019-08-06 Brandon Pottersim-se: add new getpgrp system call
2019-08-06 Matthew Sinclairsim-se: adding pipe2 syscall
2019-08-01 Brandon Pottersim-se: fstat64 bugfix
2019-08-01 Brandon Pottersim-se: add new option to getrlimit syscall
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-30 Gabe Blackarch, base, sim: Demote (SE|FS)TranslatingPortProxy...
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-05-21 Brandon Pottersim-se: change syscall function signature
2019-05-21 Tony Gutierrezsim-se: remove /sys from special paths
2019-05-06 Andrea Mondellisim-se: correct statfs inclusion on !linux host
2019-05-03 Brandon Pottersim-se: add eventfd system call
2019-04-30 Alexandru Dutusim-se: use DPRINTF_SYSCALL for ioctl/wait4
2019-04-30 Brandon Pottersim-se: add socket ioctls
2019-04-25 David Hashesim-se: add a faux-filesystem
2019-04-22 Alexandru Dutusim-se: Enhance clone for X86KvmCPU
2019-02-08 Moyang Wangkern,sim: implement FUTEX_WAKE_OP
2019-02-08 Moyang Wangsim, kern: support FUTEX_CMP_REQUEUE
2019-02-08 Tuan Tasim: handle the case when there're not enough HW thread...
2019-02-08 Tuan Tasim,kern: support FUTEX_WAIT_BITSET and FUTEX_WAKE_BITS...
2019-02-06 Andrea Mondellisim: added missed macro definition on MacOS
2019-01-22 Brandon Pottersim-se add readv and modifies writev
2019-01-22 Brandon Pottersim-se: add ability to get/set sock metadata
2019-01-22 Brandon Pottersim-se: add syscalls related to polling
2019-01-22 Brandon Pottersim-se: add calls for network transmissions
2019-01-22 Brandon Pottersim-se: add socket-based functionality
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2019-01-10 Javier Setoainsim-se, arch-arm: Add support for getdents64
2019-01-10 Andreas Sandbergsim-se: Refactor clone to avoid most ifdefs
2019-01-10 Andreas Sandbergsim-se: Correctly calculate next PC in clone
2019-01-10 Andreas Sandbergsim-se: Use CONFIG_CLONE_BACKWARDS for Arm
2018-11-27 Ciro Santillisim-se: only implement getdentsFunc on supported hosts
2018-10-30 Ciro Santillisyscall_emul: fix openat when directory does not end...
2018-09-19 Brandon Pottersyscall_emul: implement dir-related syscalls
2018-06-25 Matt Sinclairsyscall_emul: adding symlink system call
2018-06-25 Matt Sinclairsyscall_emul: adding link system call
2018-03-15 Jason Lowe-Powersim-se: Fix fallthrough in prlimit
2018-01-23 Gabe Blacktarch, mem: Abstract the data stored in the SE page...
2018-01-10 Tuan Taarch-riscv,sim: Support clone syscall in RISC-V
2018-01-05 Tuan Tasim: Fix a bug in prlimit syscall in SE mode
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-06 Alec Roelkesim-se: Add prlimit system call
2017-09-28 Rico Amslingersim-se: Fix mremap for downward growing mmap regions
2017-05-19 Andreas Sandbergbase, sim, arch: Fix clang 5.0 warnings
2017-05-12 Andreas Sandbergsyscall_emul: Fix undefined macro behavior
2017-03-09 Brandon Potterstyle: change NULL to nullptr in syscall files
2017-03-09 Brandon Pottersyscall-emul: Rewrite system call exit code
2017-03-09 Brandon Pottersyscall-emul: Add the tgkill system call
2017-03-09 Brandon Pottersyscall-emul: Add or extend dup, dup2, and pipe
2017-03-09 Brandon Pottersyscall-emul: Add functionality to open syscalls
2017-03-09 Brandon Potterstyle: Correct some style issues
2017-03-09 Brandon Pottersyscall-emul: Move memState into its own file
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2017-02-27 Brandon Pottersyscall_emul: [patch 14/22] adds identifier system...
2015-07-20 Brandon Pottersyscall_emul: [patch 11/22] extend functionality of...
2016-11-09 Brandon Pottersyscall_emul: [patch 10/22] refactor fdentry and add...
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2017-02-10 Bjoern A. Zeebsim: Patch to fix the statfs build
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2017-01-20 Brandon Pottersyscall_emul: #ifdef new system calls to allow builds...
2016-11-09 Brandon Pottersyscall_emul: [patch 2/22] move SyscallDesc into its...
2016-12-15 Brandon Pottersyscall_emul: implement fallocate
2016-12-15 Brandon Pottersyscall_emul: add support for x86 statfs system calls
2016-12-15 Brandon Pottersyscall_emul: extend sysinfo system call to include...
2016-09-14 Michael LeBeanesim, syscall_emul: Add mmap to EmulatedDriver
2016-08-05 Tony Gutierrezsim: fix issues with pwrite(); don't enable fstatfs
2016-08-04 Tony Gutierrezx86, sim: add some syscalls to X86
2016-03-17 Brandon Potterbase: add symbol support for dynamic libraries
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-17 Brandon Pottersyscall_emul: fix bugs for mmap2 system call and x86...
2016-03-17 Brandon Pottersyscall_emul: extend mmap system call to support file...
2016-03-17 Alexandru Dutusyscall_emul: add extra debug support for syscalls
2016-03-08 Andreas Hanssonsyscall_emul: Fix erroneous use of delete
2016-02-13 Michael LeBeanesyscall_emul: Implement clock_getres() system call
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2015-07-24 Brandon Potterstyle: change Process function calls to use camelCase
2015-07-24 Brandon Pottersyscall_emul: standardized file descriptor name and...
2015-07-24 Brandon Potterbase: refactor process class (specifically FdMap and...
2015-05-26 Giacomo Gabrielliarm: Implement some missing syscalls (SE mode)
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2015-04-22 Brandon Pottersyscall_emul: update getrlimit to use warn
next