History log of /libcore/luni/src/main/native/Portability.h
Revision Date Author Comments
efe42934a8523f2b051a351e5eceebf6216454ae 06-Aug-2015 Elliott Hughes <enh@google.com> Clean up some dead code.

...so it's harder for it to rise from the dead.

This removes a lot of __APPLE__ cruft and also some unused/untested
big-endian support.

Change-Id: I3296923f96250b6fde60761e9f19e28ad7b847d8
8702d65450d23f8d624782dfe7f98d920c4add8f 29-Jan-2015 Narayan Kamath <narayan@google.com> Work around 32 bit glibc bug.

Don't allow glibc's TEMP_FAILURE_RETRY on 32 bit hosts, it will
truncate 64 bit return types such as from lsee64, sendfile etc.

Change-Id: I009510a69ec80d42a17192bf960b056456bd88f5
c544b580a1a5535c2d653b58f3843ef61c21d646 11-Dec-2014 Elliott Hughes <enh@google.com> Don't include private bionic headers.

Change-Id: I25691f095e1b6b2009c01b6e990fffb84b12f7f2
05b8ecaaf828f1657720f8a1b5ae10e22dff6fd7 12-Jun-2014 Ying Wang <wangying@google.com> Fix Mac build.

Change-Id: Id2d480e76e6fae403a5b1dd1c7572ff97b5f066f
3deabd220cf7b1ca0824987e90b8ecc07087f05a 24-May-2014 Ian Rogers <irogers@google.com> Remove deprecated WITH_HOST_DALVIK.

Bug: 13751317
Fix the Mac host build:
- conditionally define constants using pre-existing pattern,
- make Posix calls that the Mac doesn't support throw
UnsupportedOperationException.

Change-Id: Ib68887cbe36ab167d042eb96c7834bce0651b078
3e58734d651080009c9190c7062837fca5c7cf4e 13-May-2014 Paul Jensen <pauljensen@google.com> Add support for network-specific host name resolution.

For now all such support is hidden.

Change-Id: I932f73158a8f6e3ccc36c319d138180dff2aa070
d0432cdf9f1ee54efc7f8a8248cc27ac687f9647 06-Feb-2014 Elliott Hughes <enh@google.com> Only offer the CAP_* constants on bionic.

It's too hard and insufficiently worthwhile to bother with glibc.

Change-Id: Ic2d1c5242c20a197b713becbcdce09993abe0f5c
d87d88312ba187a71ee02f18eb1c48a434ebcd15 26-Sep-2013 Michael Wright <michaelwr@google.com> Add CAP_BLOCK_SUSPEND to OS constants

Bug: 10901016
Change-Id: I162bde82bce9fca8eabc7168a172d3d8365e1578
721ceca2a52a3c27aa751476c8562e1e68088e15 09-Jul-2013 Elliott Hughes <enh@google.com> Switch libcore from statfs to statvfs.

Change-Id: I5115b9203ce6b11c37c0eb41fbc84fa5962ce196
6c1e5f4ad36c1f51687aa2b059e998a7c2db2e36 26-Jan-2013 Elliott Hughes <enh@google.com> Manually update the libcore native code.

Cherry-picking all the individual tiny cleanups from the internal branch was
too hard.

Change-Id: Ib97643d3502295685390854c9edd97c93c4c2ecf