Searched hist:11594 (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.
/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.

Completed in 53 milliseconds