summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/io/OsConstants.java
Commit message (Expand)AuthorAgeFilesLines
* libcore.io.OsConstants is dead; long live android.system.OsConstants!Elliott Hughes2014-04-291-782/+0
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-2/+3
* Implementation of MulticastChannel.Neil Fuller2014-02-281-0/+4
* Add RT_SCOPE_* to OsConstants.Lorenzo Colitti2013-11-281-0/+5
* Add IFA_F_* constants for use in LinkAddressLorenzo Colitti2013-11-161-0/+9
* Add CAP_BLOCK_SUSPEND to OS constantsMichael Wright2013-09-261-0/+1
* Add a definition for IPPROTO_ICMPV6.Lorenzo Colitti2013-07-031-0/+1
* Add kernel CAP_ constants to libcore.io.OsConstants.Alex Klyubin2013-04-191-0/+37
* Remove EWOULDBLOCK from libcore.Elliott Hughes2013-03-211-4/+1
* Add support for Unix domain sockets.Elliott Hughes2013-03-201-0/+2
* OsConstants: add O_NOFOLLOWKenny Root2012-09-171-0/+1
* Expose poll(2) and reimplement java.nio.channels.Selector.Elliott Hughes2011-05-111-0/+10
* Add getaddrinfo(2).Elliott Hughes2011-05-041-0/+7
* Add kill(2) to Libcore.os.Elliott Hughes2011-04-281-0/+33
* Rewrite NetworkInterface.Elliott Hughes2011-04-211-0/+20
* Add getnameinfo(3) (and gai_strerror(3)).Elliott Hughes2011-04-191-0/+53
* Finish setsockopt(2).Elliott Hughes2011-04-061-0/+1
* Add getsockname(2) and getsockopt(2).Elliott Hughes2011-03-301-0/+3
* Add socket(2) and start adding setsockopt(2).Elliott Hughes2011-03-291-0/+34
* Add ioctl(2) for int*.Elliott Hughes2011-03-281-0/+1
* Add fcntl(2).Elliott Hughes2011-03-241-0/+3
* Add sysconf(3).Elliott Hughes2011-03-181-78/+246
* Also give errno names (like EINVAL) when we know them.Elliott Hughes2011-03-171-0/+163
* Simplify the constant initialization.Elliott Hughes2011-03-171-362/+190
* More POSIX constants.Elliott Hughes2011-03-161-2/+309
* Expose POSIX constants.Elliott Hughes2011-03-151-0/+93