Searched hist:10932 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/sim/
H A Dprocess.hhdiff 10932:cafae9abd4e4 Fri Jul 24 03:25:00 EDT 2015 Brandon Potter <brandon.potter@amd.com> style: change Process function calls to use camelCase

The Process class methods were using an improper style and this subsequently
bled into the system call code. The following regular expressions should be
helpful if someone transitions private system call patches on top of these
changesets:

s/alloc_fd/allocFD/
s/sim_fd(/simFD(/
s/sim_fd_obj/getFDEntry/
s/fix_file_offsets/fixFileOffsets/
s/find_file_offsets/findFileOffsets/
H A Dsyscall_emul.ccdiff 10932:cafae9abd4e4 Fri Jul 24 03:25:00 EDT 2015 Brandon Potter <brandon.potter@amd.com> style: change Process function calls to use camelCase

The Process class methods were using an improper style and this subsequently
bled into the system call code. The following regular expressions should be
helpful if someone transitions private system call patches on top of these
changesets:

s/alloc_fd/allocFD/
s/sim_fd(/simFD(/
s/sim_fd_obj/getFDEntry/
s/fix_file_offsets/fixFileOffsets/
s/find_file_offsets/findFileOffsets/
H A Dsyscall_emul.hhdiff 10932:cafae9abd4e4 Fri Jul 24 03:25:00 EDT 2015 Brandon Potter <brandon.potter@amd.com> style: change Process function calls to use camelCase

The Process class methods were using an improper style and this subsequently
bled into the system call code. The following regular expressions should be
helpful if someone transitions private system call patches on top of these
changesets:

s/alloc_fd/allocFD/
s/sim_fd(/simFD(/
s/sim_fd_obj/getFDEntry/
s/fix_file_offsets/fixFileOffsets/
s/find_file_offsets/findFileOffsets/
H A Dprocess.ccdiff 10932:cafae9abd4e4 Fri Jul 24 03:25:00 EDT 2015 Brandon Potter <brandon.potter@amd.com> style: change Process function calls to use camelCase

The Process class methods were using an improper style and this subsequently
bled into the system call code. The following regular expressions should be
helpful if someone transitions private system call patches on top of these
changesets:

s/alloc_fd/allocFD/
s/sim_fd(/simFD(/
s/sim_fd_obj/getFDEntry/
s/fix_file_offsets/fixFileOffsets/
s/find_file_offsets/findFileOffsets/

Completed in 76 milliseconds