index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
luni
/
src
/
main
/
java
/
libcore
/
io
/
OsConstants.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcore.io.OsConstants is dead; long live android.system.OsConstants!
Elliott Hughes
2014-04-29
1
-782
/
+0
*
Groundwork towards making the Libcore.os functionality public.
Elliott Hughes
2014-04-24
1
-2
/
+3
*
Implementation of MulticastChannel.
Neil Fuller
2014-02-28
1
-0
/
+4
*
Add RT_SCOPE_* to OsConstants.
Lorenzo Colitti
2013-11-28
1
-0
/
+5
*
Add IFA_F_* constants for use in LinkAddress
Lorenzo Colitti
2013-11-16
1
-0
/
+9
*
Add CAP_BLOCK_SUSPEND to OS constants
Michael Wright
2013-09-26
1
-0
/
+1
*
Add a definition for IPPROTO_ICMPV6.
Lorenzo Colitti
2013-07-03
1
-0
/
+1
*
Add kernel CAP_ constants to libcore.io.OsConstants.
Alex Klyubin
2013-04-19
1
-0
/
+37
*
Remove EWOULDBLOCK from libcore.
Elliott Hughes
2013-03-21
1
-4
/
+1
*
Add support for Unix domain sockets.
Elliott Hughes
2013-03-20
1
-0
/
+2
*
OsConstants: add O_NOFOLLOW
Kenny Root
2012-09-17
1
-0
/
+1
*
Expose poll(2) and reimplement java.nio.channels.Selector.
Elliott Hughes
2011-05-11
1
-0
/
+10
*
Add getaddrinfo(2).
Elliott Hughes
2011-05-04
1
-0
/
+7
*
Add kill(2) to Libcore.os.
Elliott Hughes
2011-04-28
1
-0
/
+33
*
Rewrite NetworkInterface.
Elliott Hughes
2011-04-21
1
-0
/
+20
*
Add getnameinfo(3) (and gai_strerror(3)).
Elliott Hughes
2011-04-19
1
-0
/
+53
*
Finish setsockopt(2).
Elliott Hughes
2011-04-06
1
-0
/
+1
*
Add getsockname(2) and getsockopt(2).
Elliott Hughes
2011-03-30
1
-0
/
+3
*
Add socket(2) and start adding setsockopt(2).
Elliott Hughes
2011-03-29
1
-0
/
+34
*
Add ioctl(2) for int*.
Elliott Hughes
2011-03-28
1
-0
/
+1
*
Add fcntl(2).
Elliott Hughes
2011-03-24
1
-0
/
+3
*
Add sysconf(3).
Elliott Hughes
2011-03-18
1
-78
/
+246
*
Also give errno names (like EINVAL) when we know them.
Elliott Hughes
2011-03-17
1
-0
/
+163
*
Simplify the constant initialization.
Elliott Hughes
2011-03-17
1
-362
/
+190
*
More POSIX constants.
Elliott Hughes
2011-03-16
1
-2
/
+309
*
Expose POSIX constants.
Elliott Hughes
2011-03-15
1
-0
/
+93