Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ErrnoException into android.system. | Elliott Hughes | 2014-04-28 | 1 | -65/+0 |
* | Groundwork towards making the Libcore.os functionality public. | Elliott Hughes | 2014-04-24 | 1 | -2/+2 |
* | Discourage developers from catching subclasses of SocketException. | Jesse Wilson | 2011-09-12 | 1 | -4/+1 |
* | Make ErrnoException a checked exception. | Elliott Hughes | 2011-05-27 | 1 | -2/+2 |
* | Add listen(2). | Elliott Hughes | 2011-03-24 | 1 | -3/+10 |
* | Add ftruncate(2). | Elliott Hughes | 2011-03-18 | 1 | -10/+14 |
* | Add fstat(2), lstat(2), and stat(2). | Elliott Hughes | 2011-03-17 | 1 | -1/+1 |
* | Also give errno names (like EINVAL) when we know them. | Elliott Hughes | 2011-03-17 | 1 | -2/+8 |
* | Add fsync(2) and fdatasync(2). | Elliott Hughes | 2011-03-17 | 1 | -0/+8 |
* | Add access(2), strerror(3) and access to environ. | Elliott Hughes | 2011-03-16 | 1 | -0/+43 |