summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/android
Commit message (Expand)AuthorAgeFilesLines
* am 6ff8e03e: am ba6caa1c: Merge "Expose the SocketAddress variant to bundled ...Lorenzo Colitti2015-03-161-0/+5
|\
| * Expose the SocketAddress variant to bundled apps.Lorenzo Colitti2015-03-161-0/+5
* | am 1dacfbb4: am 7d6411b7: Merge "Support packet sockets in libcore."Lorenzo Colitti2015-03-161-0/+6
|\ \ | |/
| * Support packet sockets in libcore.Lorenzo Colitti2015-03-141-0/+6
* | am 1ab902ac: am 9322c6d2: Merge "Add a PacketSocketAddress class that represe...Lorenzo Colitti2015-03-161-0/+64
|\ \ | |/
| * Add a PacketSocketAddress class that represents sockaddr_ll.Lorenzo Colitti2015-03-141-0/+64
* | am 24c68680: am 649f614e: am 2882e512: Merge "Add support for netlink sockets...Erik Kline2015-03-103-0/+80
|\ \ | |/
| * Add support for netlink sockets and addresses.Erik Kline2015-03-093-0/+80
* | expose ST_* in OsConstantsNick Kralevich2015-02-261-9/+9
|/
* Add ST_* constants to OsConstantsNick Kralevich2015-02-261-0/+9
* Remove fcntlLong, use fcntlInt for F_SETFD instead.Narayan Kamath2015-01-191-1/+0
* Add fcntlInt.Narayan Kamath2015-01-161-2/+3
* Add various system calls needed by the zygote.Elliott Hughes2014-12-171-0/+20
* Fix poll to never return EINTR.Elliott Hughes2014-12-171-0/+4
* Add pipe2 and O_CLOEXEC to the libcore POSIX API.Elliott Hughes2014-12-122-1/+4
* Fix crash in selector.wakeup() with closed selectorNeil Fuller2014-12-021-15/+1
* OsConstants: add PR_GET_DUMPABLE / PR_SET_DUMPABLENick Kralevich2014-07-231-0/+2
* Add support for network-specific host name resolution.Paul Jensen2014-05-131-2/+2
* am bd07b48b: am dfde0674: am 5c1acb43: Merge "Add android.system.Os.link for ...Elliott Hughes2014-05-101-0/+5
|\
| * Add android.system.Os.link for link(2).Elliott Hughes2014-05-091-0/+5
* | Unhide android.system.Os.Elliott Hughes2014-05-0815-21/+0
|/
* Basic documentation for android.system.Elliott Hughes2014-05-079-36/+510
* Merge "Make sure every struct has a toString."Elliott Hughes2014-04-3012-106/+144
|\
| * Make sure every struct has a toString.Elliott Hughes2014-04-3012-106/+144
* | add prctl / PR_SET_NO_NEW_PRIVSNick Kralevich2014-04-292-0/+2
* | libcore.io.OsConstants is dead; long live android.system.OsConstants!Elliott Hughes2014-04-291-2/+762
|/
* Move ErrnoException into android.system.Elliott Hughes2014-04-281-3/+41
* Move StructStat and StructStatVfs now all the callers have switched over.Elliott Hughes2014-04-282-10/+109
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-2424-0/+1031