Searched hist:10929 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A Dprocess.hh10929:b2bbfec74eca Fri Jul 24 03:25:00 EDT 2015 Brandon Potter <brandon.potter@amd.com> syscall_emul: file descriptor interface changes

This patch gets rid of unused Process::dup_fd method and does minor
refactoring in the process class files. The file descriptor max has been
changed to be the number of file descriptors since this clarifies the loop
boundary condition and cleans up the code a bit. The fd_map field has been
altered to be dynamically allocated as opposed to being an array; the
intention here is to build on this is subsequent patches to allow processes
to share their file descriptors with the clone system call.
H A Dsyscall_emul.cc10929:b2bbfec74eca Fri Jul 24 03:25:00 EDT 2015 Brandon Potter <brandon.potter@amd.com> syscall_emul: file descriptor interface changes

This patch gets rid of unused Process::dup_fd method and does minor
refactoring in the process class files. The file descriptor max has been
changed to be the number of file descriptors since this clarifies the loop
boundary condition and cleans up the code a bit. The fd_map field has been
altered to be dynamically allocated as opposed to being an array; the
intention here is to build on this is subsequent patches to allow processes
to share their file descriptors with the clone system call.
H A Dprocess.cc10929:b2bbfec74eca Fri Jul 24 03:25:00 EDT 2015 Brandon Potter <brandon.potter@amd.com> syscall_emul: file descriptor interface changes

This patch gets rid of unused Process::dup_fd method and does minor
refactoring in the process class files. The file descriptor max has been
changed to be the number of file descriptors since this clarifies the loop
boundary condition and cleans up the code a bit. The fd_map field has been
altered to be dynamically allocated as opposed to being an array; the
intention here is to build on this is subsequent patches to allow processes
to share their file descriptors with the clone system call.

Completed in 46 milliseconds