summaryrefslogtreecommitdiff
path: root/src/arch/x86/linux/linux.hh
AgeCommit message (Expand)Author
2019-01-10sim-se: Refactor clone to avoid most ifdefsAndreas Sandberg
2016-12-15syscall_emul: add support for x86 statfs system callsBrandon Potter
2016-04-01syscall_emul: remove mmapFlagTableSteve Reinhardt
2016-03-17syscall_emul: move mmapGrowsDown() to LiveProcessSteve Reinhardt
2016-03-17syscall_emul: extend mmap system call to support file backed mmapsBrandon Potter
2016-03-17syscall_emul: add many Linux kernel flagsBrandon Potter
2016-03-17syscall_emul: rename OpenFlagTransTable structBrandon Potter
2012-04-29X86: Fix up the open system call's flags.Vince Weaver
2012-02-12X86: open flags: Another patch from Vince WeaverGabe Black
2011-10-22syscall_emul: implement MAP_FIXED option to mmap()Steve Reinhardt
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-10-20Fix stat64 structure on 32-bit X86_SEVince Weaver
2009-10-02X86: Make successive anonymous mmaps move down in 32 bit SE mode Linux.Gabe Black
2009-09-15Syscalls: Implement sysinfo() syscall.Vince Weaver
2009-02-27X86: Add a structure to allow mapping between the host and guest fstat formats.Gabe Black
2009-02-27X86: Add a 32 bit mmap2 system call.Gabe Black
2009-02-27X86: Install some 32 bit system calls.Gabe Black
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-06-11X86: Fix building on *BSD hostsAli Saidi
2007-08-04X86: Make the open flags correct.Gabe Black
2007-07-30X86: __pad0 should be a 4 byte pad, not a 4 long array of 4 byte pads.Gabe Black
2007-07-30X86: Fix up the stat structure. This probably still isn't right.Gabe Black
2007-07-24Add a tgt_iovec structure to support writev, change the name of X86Linux to X...Gabe Black
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black