summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
...
| * | Hide various debug malloc implementation details.Elliott Hughes2014-05-161-6/+6
* | | Merge "Remove dead code."Elliott Hughes2014-05-161-13/+0
|\ \ \
| * | | Remove dead code.Elliott Hughes2014-05-161-13/+0
| |/ /
* | | Hide __signalfd4, used to implement signalfd(3).Elliott Hughes2014-05-161-2/+2
|/ /
* | Merge "Move libstdc++ into libc."Elliott Hughes2014-05-164-0/+238
|\ \
| * | Move libstdc++ into libc.Elliott Hughes2014-05-144-0/+238
* | | Register _cleanup function with atexitDmitriy Ivanov2014-05-152-10/+0
| |/ |/|
* | Remove the unused __system_property_wait.Elliott Hughes2014-05-141-17/+0
|/
* Merge "Mark sockets on accept()."Sreeram Ramachandran2014-05-143-1/+26
|\
| * Mark sockets on accept().Sreeram Ramachandran2014-05-143-1/+26
* | Remove the broken pthread deadlock prediction.Elliott Hughes2014-05-143-782/+16
* | Fix a typo in the big g_ search/replace.Elliott Hughes2014-05-141-2/+2
|/
* Switch to g_ for globals.Elliott Hughes2014-05-1416-182/+183
* Fix build (take two).Sreeram Ramachandran2014-05-132-18/+33
* Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-133-0/+94
* Add getmntent_r to our collection of <mntent.h> compatibility stubs.Elliott Hughes2014-05-132-15/+48
* Merge "Reduce stack usage of tmpfile(3)."Elliott Hughes2014-05-131-5/+6
|\
| * Reduce stack usage of tmpfile(3).Elliott Hughes2014-05-131-5/+6
* | Support mb sequences across calls to mb*to*wcs* functionsCalin Juravle2014-05-131-47/+140
|/
* Merge "Align struct passwd definition with other variations of libc"Calin Juravle2014-05-121-2/+4
|\
| * Align struct passwd definition with other variations of libcCalin Juravle2014-05-091-2/+4
* | Bring in google3-style DISALLOW_* macros.Elliott Hughes2014-05-093-15/+8
* | Align the child stack in clone(2).Elliott Hughes2014-05-092-15/+19
* | Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-1/+1
* | Send bionic's fatal logging to the crash log.Elliott Hughes2014-05-071-1/+1
* | Change the interface for fatal logging.Elliott Hughes2014-05-061-23/+26
* | Fix iswctype.Elliott Hughes2014-05-021-13/+13
* | Use the OpenBSD wcsftime.Elliott Hughes2014-05-021-5/+0
|/
* Fix wchar_t signedness problems found on x86-64.Elliott Hughes2014-05-011-11/+10
* Fix wchar.cpp signed/unsigned comparison build failure.Elliott Hughes2014-05-011-2/+2
* Switch to a working UTF-8 mb/wc implementation.Elliott Hughes2014-05-013-170/+355
* Make SIGRTMIN hide the real-time signals we use internally.Elliott Hughes2014-04-303-1/+71
* Merge "Fix cpu_set_t"Calin Juravle2014-04-301-7/+8
|\
| * Fix cpu_set_tCalin Juravle2014-04-301-7/+8
* | Switch to OpenBSD stdio wide printf functions.Elliott Hughes2014-04-291-38/+0
* | Switch to OpenBSD stdio wide get/put functions.Elliott Hughes2014-04-291-32/+0
* | Switch to the OpenBSD implementations of the wide scanf functions.Elliott Hughes2014-04-292-27/+1
* | Fix build (signed char issue).Elliott Hughes2014-04-291-1/+1
* | Switch to the OpenBSD wcsto* functions.Elliott Hughes2014-04-291-45/+41
* | Add mbtowc and fix mbrtowc.Elliott Hughes2014-04-281-7/+3
* | Replace our broken wcswcs with the working upstream one.Elliott Hughes2014-04-281-6/+0
|/
* Fix brk/sbrk error checking.Elliott Hughes2014-04-252-60/+38
* Merge "Allow liblog to pass failure reasons to debuggerd."Elliott Hughes2014-04-241-4/+13
|\
| * Allow liblog to pass failure reasons to debuggerd.Elliott Hughes2014-04-231-4/+13
* | Merge "Clean-up _fpmath and fake_long_doubles"Calin Juravle2014-04-241-0/+35
|\ \ | |/ |/|
| * Clean-up _fpmath and fake_long_doublesCalin Juravle2014-04-231-0/+35
* | Remove two dead files.Elliott Hughes2014-04-232-129/+0
* | Merge "Switch to the upstream OpenBSD getenv/putenv/setenv implementation."Elliott Hughes2014-04-231-11/+9
|\ \
| * | Switch to the upstream OpenBSD getenv/putenv/setenv implementation.Elliott Hughes2014-04-221-11/+9
* | | Remove strntoimax and strntoumax from the future.Elliott Hughes2014-04-221-0/+68
|/ /