summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/io/ErrnoException.java
Commit message (Expand)AuthorAgeFilesLines
* Move ErrnoException into android.system.Elliott Hughes2014-04-281-65/+0
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-2/+2
* Discourage developers from catching subclasses of SocketException.Jesse Wilson2011-09-121-4/+1
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-2/+2
* Add listen(2).Elliott Hughes2011-03-241-3/+10
* Add ftruncate(2).Elliott Hughes2011-03-181-10/+14
* Add fstat(2), lstat(2), and stat(2).Elliott Hughes2011-03-171-1/+1
* Also give errno names (like EINVAL) when we know them.Elliott Hughes2011-03-171-2/+8
* Add fsync(2) and fdatasync(2).Elliott Hughes2011-03-171-0/+8
* Add access(2), strerror(3) and access to environ.Elliott Hughes2011-03-161-0/+43