cfb61712c4367c2943f1b4fb7838d5e125020bef |
|
20-Apr-2017 |
Josh Gao <jmgao@google.com> |
The future is now. __INTRODUCED_IN_FUTURE -> __INTRODUCED_IN(26) Bug: http://b/37437368 Test: treehugger Change-Id: I601a23da83b65a0cd582cc840ed3856a9031b673 (cherry picked from commit cb302f932a3532f1484e1e70894e9b1199384283) (Cherry picked a DO N*T MERGE commit that should have been merged) (cherry picked from commit 2e8e5e60b6ecbcfe2110242e41b9ec5340b11cf5)
|
2e8e5e60b6ecbcfe2110242e41b9ec5340b11cf5 |
|
20-Apr-2017 |
Josh Gao <jmgao@google.com> |
DO NOT MERGE: The future is now. __INTRODUCED_IN_FUTURE -> __INTRODUCED_IN(26) Bug: http://b/37437368 Test: treehugger Change-Id: I601a23da83b65a0cd582cc840ed3856a9031b673 (cherry picked from commit cb302f932a3532f1484e1e70894e9b1199384283)
|
cb302f932a3532f1484e1e70894e9b1199384283 |
|
20-Apr-2017 |
Josh Gao <jmgao@google.com> |
The future is now. __INTRODUCED_IN_FUTURE -> __INTRODUCED_IN(26) Bug: http://b/37437368 Test: treehugger Change-Id: I601a23da83b65a0cd582cc840ed3856a9031b673
|
5470c183611737af5ec954984e4bdb5da8c99b73 |
|
22-Jul-2016 |
Elliott Hughes <enh@google.com> |
Make it possible to build bionic with -I instead of -isystem. Various things: * work around -Wnullability-completeness. * use C++ casts in C++ and C casts in C. * stop using attributes clang doesn't support (such as `warning`). * remove duplicate definitions of XATTR_CREATE and XATTR_REPLACE. Change-Id: I07649e46275b28a23ca477deea119fe843999533
|
3ba55f8022f3d5c5ca94a3df46fa658eda791987 |
|
09-Jun-2016 |
Elliott Hughes <enh@google.com> |
Rationalize visibility. If it's C or POSIX, it's in. If it's BSD or GNU, it's guarded by __USE_BSD or __USE_GNU. Bug: https://code.google.com/p/android/issues/detail?id=194631 Change-Id: Ife51a21c2b37b060db56780d29c929805b199cb6
|
882b8afedcd458129eaeb37124ebf25ceef73587 |
|
17-May-2016 |
Elliott Hughes <enh@google.com> |
Regenerate NOTICE files. Also clean up some near-miss copyright headers in libm, and remove some cruft in <grp.h>/<pwd.h> that the script can't automatically ignore since we stripped all the tabs in those files. Change-Id: I10796c54dda1ceba87822ae0de26b5d71b54972b
|
34c599a8b0b04f66b065c4d84b809f74dd44382d |
|
29-Apr-2016 |
Josh Gao <jmgao@google.com> |
Add __INTRODUCED_IN_FUTURE for unreleased APIs. Future API levels aren't known (e.g. 25 could be a maintenance release of N that doesn't contain any bionic updates), so use a placeholder macro that we can find and replace with the actual API level before each release. Bug: http://b/28178111 Change-Id: I667fe53ea1ac49b64135170fc30d5dbe9df94e29
|
14adff1cfa06a3d4d3281a9bf7848b556d84c20d |
|
29-Apr-2016 |
Josh Gao <jmgao@google.com> |
Add versioning information to symbols. Bug: http://b/28178111 Change-Id: I46bf95accd819f4521afb1173d8badcc5e9df31c
|
722ab05b255070e6c8add450c94eeb790618c98e |
|
06-Apr-2016 |
Mark Salyzyn <salyzyn@google.com> |
bionic: Implement getpwent and getgrent Not efficient to iterate through given the large number of Android ids (AID). Compile warning will result if you use these functions, telling you as much. Not for general consumption, however for example, some filesystem tests would like to see these to perform all corners. About 1/4 second for getpwent, and 1/8 second for getgrent to iterate through all reserved Android aids. Bug: 27999086 Change-Id: I7784273b7875c38e4954ae21d314f35e4bf8c2fc
|
b8b5a72f41830eadbb4753a74845cf5fcba86334 |
|
26-Feb-2015 |
Yabin Cui <yabinc@google.com> |
Make getgrent deprecated. Bug: 19340053 Change-Id: Ie8b97f840d9e87555e6a3d591fc87bc08c2d6820
|
62533de98e6dded91aba701d8b6339e77fbc8121 |
|
17-Feb-2015 |
Yabin Cui <yabinc@google.com> |
Change getgrent error declaration message to proper style. Bug: 19340053 Change-Id: I9c47a2016f356d171a5f2082acb8391d81e019b2
|
c9d09431b982b44ebec5b1ca0913e80f13aba809 |
|
13-Feb-2015 |
Yabin Cui <yabinc@google.com> |
Declare getgrent/setgrent/endgrent as missing. Bug: 19340053 Change-Id: I42bfeda95e6f262e2e74ab47336ea346c2de7e4a
|
1242f7eb67c678922b55e2077d9cf2d5cdc85b15 |
|
30-Jul-2014 |
Elliott Hughes <enh@google.com> |
Remove declarations for things that don't exist. The <grp.h> ones prevent gdb from building out of the box. (cherry picked from commit f4c1a36a4500bc7f12e3065be3da4e8669ee011d) Change-Id: I6958f2f1731de8c03df20b383decd414b78100aa
|
f4c1a36a4500bc7f12e3065be3da4e8669ee011d |
|
30-Jul-2014 |
Elliott Hughes <enh@google.com> |
Remove declarations for things that don't exist. The <grp.h> ones prevent gdb from building out of the box. Change-Id: I0efbffad2215cfcd75b4d442dfc972444b51d97c
|
1dc9e472e19acfe6dc7f41e429236e7eef7ceda1 |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
|
1767f908af327fa388b1c66883760ad851267013 |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
|
4e468ed2eb86a2406e14f1eca82072ee501d05fd |
|
18-Dec-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Code drop from //branches/cupcake/...@124589
|
a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349 |
|
21-Oct-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Initial Contribution
|