summaryrefslogtreecommitdiff
path: root/src/kern/linux/linux.hh
AgeCommit message (Expand)Author
2019-01-22sim-se: add syscalls related to pollingBrandon Potter
2018-03-15sim-se: Add /sys/devices/system/cpu/online fileJason Lowe-Power
2017-03-09syscall-emul: Add functionality to open syscallsBrandon Potter
2016-11-09syscall_emul: [patch 5/22] remove LiveProcess class and use Process insteadBrandon Potter
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2016-03-17syscall_emul: add many Linux kernel flagsBrandon Potter
2015-04-22syscall_emul: implement clock_gettime system callBrandon Potter
2014-01-24sim: Add openat/fstatat syscalls and fix mremapChris Adeniyi-Jones
2012-09-21SE: Ignore FUTEX_PRIVATE_FLAG of sys_futexLluc Alvarez
2012-08-06syscall emulation: Enabled getrlimit and getrusage for x86.Marc Orr
2012-08-06syscall emulation: Clean up ioctl handling, and implement for x86.Marc Orr
2012-07-10syscall emulation: Add the futex system call.Marc Orr
2011-11-18SE/FS: Get rid of includes of config/full_system.hh.Gabe Black
2011-10-30SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs.Gabe Black
2009-11-14SE: Fix SE mode OS X compilation.Ali Saidi
2009-10-24syscall: Implementation of the time system call.Timothy M. Jones
2009-10-24syscall: Implementation of the times system callTimothy M. Jones
2009-05-17includes: use base/types.hh not inttypes.h or stdint.hNathan Binkert
2009-01-17Fix issue 326: glibc non-deterministic because it reads /procAli Saidi
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2006-09-30Some code cleanup.Gabe Black
2006-09-15Changes to correct stat behaviorGabe Black
2006-06-17Fixes to compile under Cygwin.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt