sim: Use the system and OS to get endianness.
[gem5.git] / src / sim / syscall_emul.cc
2019-10-30 Gabe Blacksim: Use the system and OS to get endianness.
2019-08-12 Brandon Pottersim-se: rename Process::setpgid member
2019-08-06 Brandon Pottersim-se: add new getpgrp system call
2019-08-06 Matthew Sinclairsim-se: adding pipe2 syscall
2019-08-02 Brandon Pottersim-se: small refactor on pipe 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-21 Brandon Pottersim-se: change syscall function signature
2019-05-06 Andrea Mondellisim-se: correct statfs inclusion on !linux host
2019-05-03 Joe Grosssim-se: fix a few bugs/warns from GCC 6
2019-05-03 Brandon Pottersim-se: add eventfd system call
2019-04-25 David Hashesim-se: add a faux-filesystem
2019-02-08 Tuan Tasim,cpu: make exit_group halt all threads in a group
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-10 Javier Setoainsim-se, arch-arm: Add support for getdents64
2018-12-05 Tony Gutierrezarch-x86: Add sys/syscall.h to x86 process.cc/syscall_e...
2018-11-27 Ciro Santillisim-se: only implement getdentsFunc on supported hosts
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-05-30 Michael LeBeanedev: Exit correctly in dist-gem5 for SE mode
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 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...
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-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-12-15 Brandon Pottersyscall_emul: implement fallocate
2016-10-15 Nicolas Derumignysyscall: read() should not write anything if reading...
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-17 Brandon Pottersyscall_emul, style: refactor lseek
2015-09-29 Joel Hestnesssyscall_emul: Bandage readlink /proc/self/exe
2015-07-20 David Hashesyscall: Add readlink to x86 with special case /proc...
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-07-24 Brandon Pottersyscall_emul: file descriptor interface changes
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-04-13 Nilay Vaishsim: fix function for emulating dup()
2015-01-03 mike uptonarm: Add unlinkat syscall implementation
2014-11-24 Andreas Hanssonmisc: Another round of static analysis fixups
2014-10-30 Ali Saidiautomated merge
2014-09-02 Steve Reinhardtsyscall_emul: add retry flag to SyscallReturn
2014-10-22 Nilay Vaishsim: revert 6709bbcf564d
2014-10-20 Michael Adlersim: implement getdents/getdents64 in user mode
2014-10-20 Severin Wischmann... x86: syscall: implementation of exit_group
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-07-19 Steve Reinhardtsyscall emulation: fix fast build issue
2014-07-19 Steve Reinhardtsyscall emulation: fix DPRINTF arg ordering bug
2014-05-12 Steve Reinhardtsyscall emulation: clean up & comment SyscallReturn
2014-04-17 Ali Saidisim, arm: implement more of the at variety syscalls
2013-01-08 Mitch Hayengaarm: add access syscall for ARM SE mode
2013-01-05 Gabe BlackSPARC: Keep a copy of the current ASI in the decoder.
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-07 Gabe BlackMerge with main repository.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Chris EmmonsARM: Add minimal ARM_SE support for m5threads.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-07-22 Timothy M. JonesSyscall: Don't close the simulator's standard file...
2010-01-19 Derek Howermerge
2009-11-14 Ali SaidiSE: Fix SE mode OS X compilation.
2009-11-11 Gabe BlackMerge with the head.
2009-11-09 Vince Weaversyscall: missing initializer in getcwd call
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-10-30 Vince WeaverSysCalls: Implement truncate64 system call
2009-10-31 Gabe BlackSyscalls: Fix a warning turned error about an unused...
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-24 Timothy M. Jonessyscall: Zero out memory that already exists during...
2009-10-24 Timothy M. Jonessyscall: Implementation of the ftruncate64 system call.
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackSPARC: Set up a lookup table for integer register flatt...
2009-04-25 Gabe BlackSPARC: Tighten up the clone system call and SPARCs...
2009-04-21 Steve Reinhardtsyscall_emul: style fixes (mostly wrapping overly long...
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-21 Daniel SanchezCommit m5threads package.
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
next