summaryrefslogtreecommitdiffstats
path: root/libc/bionic/stubs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in app_id_from_name in stubs.cpp.Yabin Cui2015-04-181-0/+1
* Merge "stubs missing include for string.h"Mark Salyzyn2015-04-011-0/+1
|\
| * stubs missing include for string.hMark Salyzyn2015-03-311-0/+1
* | Make ThreadLocalBuffer a class rather than a macro.Elliott Hughes2015-03-311-18/+12
|/
* Move endpwent to ndk_cruft.cpp.Yabin Cui2015-02-251-12/+0
* Move getusershell/endusershell/setusershell to ndk_cruft.cpp.Yabin Cui2015-02-241-13/+0
* Use a more specific return type for app_id_from_name.Elliott Hughes2015-01-221-2/+2
* Turn on -Wold-style-cast and fix the errors.Elliott Hughes2015-01-211-13/+17
* Split the shared group data from the shared passwd data.Elliott Hughes2014-12-181-35/+47
* fix shared gid support in getpwnam/getgrnamYabin Cui2014-11-181-61/+59
* Fix linkage of grantpt(3).Elliott Hughes2014-07-251-10/+0
* Slim down static binaries by avoiding stdio.Elliott Hughes2014-07-101-1/+2
* Add getmntent_r to our collection of <mntent.h> compatibility stubs.Elliott Hughes2014-05-131-15/+0
* Align struct passwd definition with other variations of libcCalin Juravle2014-05-091-2/+4
* Remove <asm/page.h>.Elliott Hughes2014-02-241-2/+2
* Add extra libc stubs for mntent related functions.JP Abgrall2014-01-101-0/+10
* Start moving 32-bit cruft somewhere it won't pollute 64-bit.Elliott Hughes2013-10-241-7/+0
* Declare __page_shift and __page_size with C linkage.Bernhard Rosenkraenzer2013-09-191-0/+12
* Clean up internal libc logging.Elliott Hughes2013-03-151-2/+1
* Revert "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-11/+8
* Revert "More pthreads cleanup."Elliott Hughes2013-02-121-8/+11
* More pthreads cleanup.Elliott Hughes2013-02-111-11/+8
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-1/+2
* Clean up warnings in stubs.cpp.Elliott Hughes2012-10-221-22/+23
* Print out shared app gids correctlyKenny Root2012-09-131-9/+10
* Add tests for Android-specific stubsKenny Root2012-09-131-9/+21
* Clean up warnings in the malloc_debug_* files.Elliott Hughes2012-08-291-4/+3
* Clean up warnings in stubs.cpp.Elliott Hughes2012-08-131-0/+461