Review Board 2.0.15


Implement getdents/getdents64 in user mode plus mmap fix

Review Request #1821 - Created April 10, 2013 and submitted

Information
Michael Adler
gem5
Reviewers
Default
Two patches for user mode (based on 20130123-gem5-stable-f75ee4849c40):

- Implement getdents/getdents64 syscalls in user mode.
- Change mmap fixed address request to return an error if the mapping is impossible due to conflict instead of what I believe used to be silent corruption.
getdents is tested for Alpha.  I implemented for other ISAs but did not compile.

mmap to fixed address is permitted to return an error if the address is unavailable, so the change appears better than before.  Workloads appear stable.
Review request changed
Updated (Oct. 20, 2014, 2:42 p.m.)

Status: Closed (submitted)