Searched hist:11593 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/linux/
H A Dprocess.ccdiff 11594:0d151793b2f3 Fri Aug 05 17:15:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> sim: fix issues with pwrite(); don't enable fstatfs

this patch fixes issues with changeset 11593

use the host's pwrite() syscall for pwrite64Func(),
as opposed to pwrite64(), because pwrite64() does
not work well on all distros.

undo the enabling of fstatfs, as we will add this
in a separate pate.
diff 11593:ba45735a726a Thu Aug 04 00:32:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> x86, sim: add some syscalls to X86

this patch adds an implementation for the pwrite64 syscall and
enables it for x86_64, and enables fstatfs for x86_64.
/gem5/src/sim/
H A Dsyscall_emul.hhdiff 11594:0d151793b2f3 Fri Aug 05 17:15:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> sim: fix issues with pwrite(); don't enable fstatfs

this patch fixes issues with changeset 11593

use the host's pwrite() syscall for pwrite64Func(),
as opposed to pwrite64(), because pwrite64() does
not work well on all distros.

undo the enabling of fstatfs, as we will add this
in a separate pate.
diff 11593:ba45735a726a Thu Aug 04 00:32:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> x86, sim: add some syscalls to X86

this patch adds an implementation for the pwrite64 syscall and
enables it for x86_64, and enables fstatfs for x86_64.

Completed in 55 milliseconds