misc: Rename misc.(hh|cc) to logging.(hh|cc)
[gem5.git] / src / sim / syscall_emul.hh
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
2015-04-22 Brandon Pottersyscall_emul: fix warning with wrong syscall name
2015-01-03 mike uptonarm: Add unlinkat syscall implementation
2014-12-27 Joel Hestnesssyscall_emul: Return correct writev value
2014-10-30 Ali Saidiautomated merge
2014-10-22 Steve Reinhardtsyscall_emul: Put BufferArg classes in a separate header.
2014-10-22 Steve Reinhardtsyscall_emul: add EmulatedDriver object
2014-10-22 Nilay Vaishsim: revert 6709bbcf564d
2014-10-20 Tom Jablinsim: invalid alignment checks in mmap and mremap
2014-10-20 Michael Adlersim: mmap: correct behavior for fixed address
2014-10-20 Michael Adlersim: implement getdents/getdents64 in user mode
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-04-17 Ali Saidisim, arm: implement more of the at variety syscalls
2014-01-24 Chris Adeniyi-Jonessim: Add openat/fstatat syscalls and fix mremap
2013-01-08 Mitch Hayengaarm: add access syscall for ARM SE mode
2012-09-21 Lluc AlvarezSE: Ignore FUTEX_PRIVATE_FLAG of sys_futex
2012-09-10 Palle LyckegaardNetBSD: Build on NetBSD
2012-08-06 Steve Reinhardtsyscall_emul: clean up open() code a bit.
2012-08-06 Steve Reinhardtstr: add an overloaded startswith() utility method
2012-08-06 Marc Orrsyscall emulation: Clean up ioctl handling, and impleme...
2012-07-11 Marc Orrsyscall emulation: Add the futex system call.
2012-05-19 Gabe BlackSyscalls: warn when the length argument to mmap is...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-10-30 Gabe BlackSE/FS: Build the base process class in FS.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-05-23 Steve Reinhardtsyscall emul: fix Power Linux mmap constant, plus other...
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 BlackFaults: Pass the StaticInst involved, if any, to a...
2010-05-06 Gabe BlackMerge.
2010-05-06 Nathan Binkertcompile: don't #include unnecessary stuff
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-01-19 Derek Howermerge
2009-11-14 Ali SaidiSE: Fix SE mode OS X compilation.
2009-10-30 Vince WeaverSysCalls: Implement truncate64 system call
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-24 Timothy M. Jonessyscall: Addition of an ioctl command code for Power.
2009-10-24 Timothy M. Jonessyscall: Fix conversion of the stat64 buffer during...
2009-10-24 Timothy M. Jonessyscall: Implementation of the ftruncate64 system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the time system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the times system call
2009-10-02 Gabe BlackSE mode: Make the direction anonymous mmaps move throug...
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
next