summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/io
Commit message (Expand)AuthorAgeFilesLines
* Add getxattr/setxattr/removexattr syscalls.Jeff Sharkey2015-07-023-0/+9
* Add a version of sendto that takes a SocketAddress.Lorenzo Colitti2015-03-143-0/+6
* Add support for netlink sockets and addresses.Erik Kline2015-03-093-0/+6
* Remove fcntlLong, use fcntlInt for F_SETFD instead.Narayan Kamath2015-01-194-4/+1
* Add fcntlInt.Narayan Kamath2015-01-163-6/+9
* More FileDescriptor.isSocket cleanup.Elliott Hughes2015-01-081-1/+1
* Add various system calls needed by the zygote.Elliott Hughes2014-12-173-0/+12
* Fix poll to never return EINTR.Elliott Hughes2014-12-171-5/+1
* Update ByteBuffer positions in Posix.* functions.Narayan Kamath2014-12-151-12/+53
* Add pipe2 and O_CLOEXEC to the libcore POSIX API.Elliott Hughes2014-12-123-3/+3
* Fix crash in selector.wakeup() with closed selectorNeil Fuller2014-12-023-3/+3
* Set random seeds post fork.Narayan Kamath2014-11-171-3/+1
* Keep qtaguid quiet by not trying to untag non-sockets.Elliott Hughes2014-09-021-4/+5
* Avoid triggering StrictMode when closing a socket.Elliott Hughes2014-08-151-2/+5
* Add support for network-specific host name resolution.Paul Jensen2014-05-133-3/+3
* Add android.system.Os.link for link(2).Elliott Hughes2014-05-094-0/+8
* add prctl / PR_SET_NO_NEW_PRIVSNick Kralevich2014-04-293-0/+3
* libcore.io.OsConstants is dead; long live android.system.OsConstants!Elliott Hughes2014-04-291-782/+0
* Move ErrnoException into android.system.Elliott Hughes2014-04-283-65/+2
* Move StructStat and StructStatVfs now all the callers have switched over.Elliott Hughes2014-04-283-161/+1
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-2422-519/+73
* libcore changes to support asynchronous close interruptionNeil Fuller2014-04-225-47/+65
* Implementation of MulticastChannel.Neil Fuller2014-02-286-10/+98
* All our structs should have a public constructor.Elliott Hughes2014-02-054-4/+4
* Add posix_fallocate to Libcore.os.Elliott Hughes2014-02-034-0/+8
* Move the hidden File.readlink into Libcore.os.Elliott Hughes2014-01-314-0/+8
* Refactoring in preparation for NIO2 changes.Neil Fuller2014-01-291-8/+7
* Move DeleteOnExit to libcore.io.Narayan Kamath2013-12-201-0/+82
* Remove blockguard check for getaddrinfo.Narayan Kamath2013-12-111-5/+0
* Catch more system calls that result in disk I/O.Jeff Sharkey2013-12-091-0/+91
* Add RT_SCOPE_* to OsConstants.Lorenzo Colitti2013-11-281-0/+5
* am 4bb8f69f: am dbdee7a8: Merge "Add IFA_F_* constants for use in LinkAddress"Lorenzo Colitti2013-11-151-0/+9
|\
| * Add IFA_F_* constants for use in LinkAddressLorenzo Colitti2013-11-161-0/+9
* | Rewrite Memory peek/poke to swap bytes in Java.Vladimir Marko2013-11-071-6/+51
|/
* Merge "Fix javadoc mistruths."Narayan Kamath2013-11-041-2/+3
|\
| * Fix javadoc mistruths.Narayan Kamath2013-11-041-2/+3
* | Remove UnsafeByteSequence.Narayan Kamath2013-11-011-23/+102
* | Remove unnecessary FileDescriptor#valid check.Narayan Kamath2013-10-311-6/+4
|/
* Add CAP_BLOCK_SUSPEND to OS constantsMichael Wright2013-09-261-0/+1
* Add gettid.Elliott Hughes2013-07-303-0/+3
* Switch libcore from statfs to statvfs.Elliott Hughes2013-07-095-68/+77
* Add a definition for IPPROTO_ICMPV6.Lorenzo Colitti2013-07-031-0/+1
* Add java.nio.charsets.StandardCharsets.Elliott Hughes2013-06-283-9/+8
* Fix @deprecated javadoc orthography.Elliott Hughes2013-06-061-1/+1
* Fix getLocalAddress on closed sockets.Elliott Hughes2013-04-241-4/+4
* Add kernel CAP_ constants to libcore.io.OsConstants.Alex Klyubin2013-04-191-0/+37
* Revert "Revert "Clean up some code that's dead now we're using OkHttp.""Elliott Hughes2013-04-082-871/+33
* Revert "Clean up some code that's dead now we're using OkHttp."Elliott Hughes2013-04-082-5/+880
* Clean up some code that's dead now we're using OkHttp.Elliott Hughes2013-04-082-880/+5
* Use longs instead of ints to store pointers in NIO buffers.Joel Dice2013-03-293-29/+29