summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/io/OsTest.java
Commit message (Expand)AuthorAgeFilesLines
* Add getxattr/setxattr/removexattr syscalls.Jeff Sharkey2015-07-021-0/+56
* Remove a superfluous cast.Lorenzo Colitti2015-03-171-2/+2
* Also support IPv4 fallback in the SocketAddress version of sendto.Lorenzo Colitti2015-03-141-5/+13
* Support packet sockets in libcore.Lorenzo Colitti2015-03-141-0/+22
* Add a version of sendto that takes a SocketAddress.Lorenzo Colitti2015-03-141-0/+19
* Make it possible to use AF_INET sockets created by libcore.Lorenzo Colitti2015-03-141-4/+90
* Add support for netlink sockets and addresses.Erik Kline2015-03-091-0/+16
* Add fcntlInt.Narayan Kamath2015-01-161-0/+14
* Update ByteBuffer positions in Posix.* functions.Narayan Kamath2014-12-151-1/+120
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-2/+2
* If libcore wants ASCII casing, it needs to ask for it like everyone else.Elliott Hughes2013-08-021-2/+3
* Add strsignal(3) to Libcore.os.Elliott Hughes2013-03-281-0/+5
* Add support for Unix domain sockets.Elliott Hughes2013-03-201-9/+104
* Use Libcore.os.fstat to recognize socket FileDescriptors in BlockGuard.Elliott Hughes2011-08-111-0/+37