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

/gem5/src/sim/
H A Dsyscall_emul.ccdiff 10931:42d846318962 Fri Jul 24 03:25:00 EDT 2015 Brandon Potter <brandon.potter@amd.com> syscall_emul: standardized file descriptor name and add return checks.

The patch clarifies whether file descriptors are host file descriptors or
target file descriptors in the system call code. (Host file descriptors
are file descriptors which have been allocated through real system calls
where target file descriptors are allocated from an array in the Process
class.)
H A Dsyscall_emul.hhdiff 10931:42d846318962 Fri Jul 24 03:25:00 EDT 2015 Brandon Potter <brandon.potter@amd.com> syscall_emul: standardized file descriptor name and add return checks.

The patch clarifies whether file descriptors are host file descriptors or
target file descriptors in the system call code. (Host file descriptors
are file descriptors which have been allocated through real system calls
where target file descriptors are allocated from an array in the Process
class.)

Completed in 73 milliseconds