summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jb-mr1-release' of ↵Steve Kondik2012-11-18489-12275/+42184
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/bionic into mr1 Conflicts: libc/Android.mk libc/bionic/system_properties.c libc/kernel/common/linux/msm_mdp.h libc/tools/gensyscalls.py libm/Android.mk linker/linker.c Change-Id: I11944300d7fcf2fd9dc587d8c7a937bf5366bcc0
| * Upgrade to tzdata2012h.Elliott Hughes2012-10-283-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 2012h release reflects the following changes recently circulated on the tz mailing list: [Brazil] Bahia no longer has DST. (Thanks to Kelley Cook.) [Brazil] Tocantins has DST. (Thanks to Rodrigo Severo.) [Israel] Israel has new DST rules next year. (Thanks to Ephraim Silverberg.) [Jordan] Jordan stays on DST this winter. (Thanks to Steffen Thorsen.) Bug: 7429010 Change-Id: I82f19ce49f944f928b6dd8dc5a893786266e5cb9
| * Upgrade to tzdata2012g.Elliott Hughes2012-10-183-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release reflects the following changes recently circulated on the tz mailing list: Samoa fall 2012 and later. (Thanks to Nicholas Pereira and Robert Elz.) Palestine fall 2012. (Thanks to Steffen Thorsen.) This release does not reflect the possible changes discussed yesterday for Tocantins and Bahia. Change-Id: I52d9d2cd6e8e755885dc258200c014bee75527c9
| * bionic: update processed msm_mdp.hNaseer Ahmed2012-10-021-90/+107
| | | | | | | | | | | | | | | | -- Has display commit ioctl Bug: 7274951 Change-Id: If2d47edf3ada418e8c61a2acc7b79fb3422f3473 Signed-off-by: Iliyan Malchev <malchev@google.com>
| * bionic: update processed msm_vidc_enc.hAndreas Huber2012-10-021-34/+35
| | | | | | | | | | | | | | | | | | Updated kernel headers to support a video encoder ioctl to preprend each IDR frame with SPS/PPS. related-to-bug: 7245308 Change-Id: I7244c521690d69a905deb19940a04fd4f2e06935 Signed-off-by: Iliyan Malchev <malchev@google.com>
| * bionic: Update msm_mdp.h with new MSMFB_OVERLAY_COMMIT ioctlSaurabh Shah2012-09-281-88/+91
| | | | | | | | | | | | | | | | | | | | | | | | This change adds msm_mdp.h header changes to bionic. This IOCTL is a substitute for PAN on external panel. It waits for DMAE to finish before returning and avoid delays in the PAN path. Bug: 7249589 Acked-by: Arun Kumar K.R <akumarkr@codeaurora.org> Change-Id: I4b04a4538919ffcb994699a432c4322e9f94e870 Signed-off-by: Iliyan Malchev <malchev@google.com>
| * DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions ↵Elliott Hughes2012-09-242-93/+41
| | | | | | | | | | | | | | | | to bionic." This reverts commit 3a936a4980046a7eeb8d53a3296058d8f3a1f770. We don't want this in jb-mr1.
| * am ec432608: am 0c24effd: Merge "Add the libcutils localtime_tz and mktime_t ↵Elliott Hughes2012-09-242-41/+93
| |\ | | | | | | | | | | | | | | | | | | extensions to bionic." * commit 'ec4326084ed2a717b3e318f36c2675ef033c30ff': Add the libcutils localtime_tz and mktime_t extensions to bionic.
| | * Merge "Add the libcutils localtime_tz and mktime_t extensions to bionic."Elliott Hughes2012-09-242-41/+93
| | |\
| | | * Add the libcutils localtime_tz and mktime_t extensions to bionic.Elliott Hughes2012-09-112-41/+93
| | | | | | | | | | | | | | | | | | | | Bug: 7012465 Change-Id: Ib66f061e29199ba134545111dc79f9b50c8f4a21
| * | | am 2d51dddf: am 85049ead: Merge "Use hidden visibility for several ↵Elliott Hughes2012-09-241-3/+3
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | internal-use-only functions." * commit '2d51dddf1a649c73f207ecf48d419fea8a8ed4de': Use hidden visibility for several internal-use-only functions.
| | * | Use hidden visibility for several internal-use-only functions.Elliott Hughes2012-09-211-3/+3
| | | | | | | | | | | | | | | | Change-Id: Ibeea6963ff0cc06479d0a3ed7e868eeece8c55a0
| * | | am baa74eff: am 882c6af9: Merge "[MIPS] Add CONFIG_32BIT to ↵Elliott Hughes2012-09-2417-80/+170
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | kernel_default_arch_macros for MIPS. Some of the required structure definitons are defined under this macro." * commit 'baa74eff0dd56b1dbf8e8a233a82e6382828ad72': [MIPS] Add CONFIG_32BIT to kernel_default_arch_macros for MIPS. Some of the required structure definitons are defined under this macro.
| | * | [MIPS] Add CONFIG_32BIT to kernel_default_arch_macros for MIPS.Raghu Gandham2012-09-2117-80/+170
| | | | | | | | | | | | | | | | | | | | | | | | Some of the required structure definitons are defined under this macro. Change-Id: I7a9a986e371381697dcb56bd8ea362856ffa7509
| | * | Make pthread_create more forgiving of invalid sched_policy.Dave Burke2012-09-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7005326 (cherry-pick of e58303249b9e799a4fe84c5a2dfe71518441a6ec.) Change-Id: Ie81494e0f6a71caa6fd9fabbcfc47a23077554d6
| * | | bionic: Update MDP header for syncNaseer Ahmed2012-09-201-83/+92
| | | | | | | | | | | | | | | | Change-Id: I5e13cdc9132fd99b8072b2e0836b9a92bc54f9c3
| * | | Update ion header to add FLAG_CACHED_NEEDS_SYNCRebecca Schultz Zavin2012-09-201-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6854979 Change-Id: Ic94c1b7b10ab750a6b4b0db83d2fb1fa073d91b9 Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
| * | | Update headers for Adreno graphics driverJeff Boody2012-09-182-66/+125
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic66de698667c8c8607b2c19712a8626a4651da7f Signed-off-by: Iliyan Malchev <malchev@google.com>
| * | | Make pthread_create more forgiving of invalid sched_policy.Dave Burke2012-09-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 7005326 Change-Id: I4e33d8e7d70fbfcf8a1bcc0e4c33279b42092a0a
| * | | am e2a17ef4: am 77ac158e: Merge "Don\'t copy strerror(3) or strsignal(3) ↵Elliott Hughes2012-09-173-8/+31
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | strings if we can share." * commit 'e2a17ef444e1d3b3e27e649440a320139038d1d9': Don't copy strerror(3) or strsignal(3) strings if we can share.
| | * | Merge "Don't copy strerror(3) or strsignal(3) strings if we can share."Elliott Hughes2012-09-173-8/+31
| | |\ \
| | | * | Don't copy strerror(3) or strsignal(3) strings if we can share.Elliott Hughes2012-09-173-8/+31
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic405269f63b945c6fb347e7c4346cd6f104aff35
| * | | | am f8902bf7: am 047a285d: Merge "Fix <sys/klog.h> to correspond to the ↵Elliott Hughes2012-09-141-10/+18
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | kernel operations." * commit 'f8902bf7079be1a7ad51b82ebb24556ff40a1fff': Fix <sys/klog.h> to correspond to the kernel operations.
| | * | | Merge "Fix <sys/klog.h> to correspond to the kernel operations."Elliott Hughes2012-09-141-10/+18
| | |\ \ \
| | | * | | Fix <sys/klog.h> to correspond to the kernel operations.Elliott Hughes2012-09-141-10/+18
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the constants correspond to those in the Linux kernel's include/linux/syslog.h, but keeping our old badly-named constants for source compatibility. Change-Id: Ia47d1299205754cbfffd29ed48b497b53d1edaae
| * | | | am 950a3c01: am 51519521: Merge "Add tty defaults to bionic"Elliott Hughes2012-09-141-0/+115
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '950a3c010cfbb18bb5974a78040ab9946370e553': Add tty defaults to bionic
| | * | | Merge "Add tty defaults to bionic"Elliott Hughes2012-09-141-0/+115
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Add tty defaults to bionicIrina Tirdea2012-09-111-0/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ttydefaults.h bionic. Some userspace programs (e.g. perf) need the definitions from this file. This header file is copied from NetBSD (http://netbsd.org/) under the NetBSD Foundation's (TNF) license (“2 clause” Berkeley-style license). Change-Id: I9c862415b52b710f25adb1629a699627cd715775 Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
| * | | | am 66a97ea9: am 4e9d953a: Merge "libc: add ftw / nftw functions"Elliott Hughes2012-09-135-0/+296
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '66a97ea9fbc96c8ebf7f9aae8c2512ec3ffbdb80': libc: add ftw / nftw functions
| | * | | libc: add ftw / nftw functionsNick Kralevich2012-09-135-0/+296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please see "man 3 ftw" for a description of the ftw / nftw functions. This code is taken directly from netbsd unmodified. Change-Id: Ia4879ac57212b424adf5281b5e92858e216d0f14
| * | | | am 77fd7075: am e895e6de: Merge "Update libc/NOTICE and record the incantation."Elliott Hughes2012-09-132-0/+30
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '77fd70758ae579aadf153124f7c26494e4a54988': Update libc/NOTICE and record the incantation.
| | * | | Merge "Update libc/NOTICE and record the incantation."Elliott Hughes2012-09-132-0/+30
| | |\ \ \
| | | * | | Update libc/NOTICE and record the incantation.Elliott Hughes2012-09-132-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0673d6263de2c5a21cd549f18c0648d0fa4bb40f
| * | | | | am a4ea1a3d: am f7e403d6: Merge changes I06ee0b67,I914d2205Kenny Root2012-09-131-18/+31
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a4ea1a3d2e12f8b240a70d90ddf1f54af06c286c': Print out shared app gids correctly Add tests for Android-specific stubs
| | * | | | Print out shared app gids correctlyKenny Root2012-09-131-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For applications that share resources across users such as forward-locked applications, print out their group name correctly. Change-Id: I06ee0b67e4325cfa415ffd7a03e301700399a66d
| | * | | | Add tests for Android-specific stubsKenny Root2012-09-131-9/+21
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix problem with multi-user IDs that the home directory was returned as "/data" instead of "/" unlike all the other uids. Change-Id: I914d22052e5a86552989f8969b85aadbc748c65d
| * | | | am de9db8f7: am fa36875d: Merge "Make strerror(3) and strsignal(3) ↵Elliott Hughes2012-09-139-184/+259
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | thread-safe, and add psignal(3) and psiginfo(3)." * commit 'de9db8f7efb10cdab1c81f1d3164f3b55e5f08e9': Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3).
| | * | | Merge "Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and ↵Elliott Hughes2012-09-139-184/+259
| | |\ \ \ | | | | | | | | | | | | | | | | | | psiginfo(3)."
| | | * | | Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and ↵Irina Tirdea2012-09-139-184/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | psiginfo(3). Change-Id: I426109db25e907980d6cb3a7a695796e45783b78
| * | | | | am d4623e56: am b338ea30: Merge "Upgrade to tzdata2012f."Elliott Hughes2012-09-133-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit 'd4623e56fb61b38e2c436f214a1282252908b93b': Upgrade to tzdata2012f.
| | * | | | Upgrade to tzdata2012f.Elliott Hughes2012-09-133-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release reflects the following change circulated on the tz mailing list: * australasia (Pacific/Fiji): Fiji DST is October 21 through January 20 this year. (Thanks to Steffen Thorsen.) Change-Id: Ie21ea791ff5191264967aff685cbfa5c73f1fa5c
| * | | | am b2550dd4: am 4a9b7c69: Merge "Add libdl into libc_malloc_debug_leak build"Elliott Hughes2012-09-131-1/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit 'b2550dd4c85845974bf61d3e4071b2b957fbcf09': Add libdl into libc_malloc_debug_leak build
| | * | | Merge "Add libdl into libc_malloc_debug_leak build"Elliott Hughes2012-09-131-1/+1
| | |\ \ \
| | | * | | Add libdl into libc_malloc_debug_leak buildPavel Chupin2012-09-131-1/+1
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise libc_malloc_debug_leak.so is failed to load runtime in x86 case Change-Id: I8207ce06d1ec17b233f4e4fcfdd2b161673b4fa8 Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
| * | | | resolved conflicts for merge of 47bda0c2 to jb-mr1-devElliott Hughes2012-09-1223-296/+811
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: Ia1969c79111c006bde709920254a515646c20aa7
| | * | | Update the kernel headers to match external/kernel-headers.Elliott Hughes2012-09-1224-297/+811
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that the Linux kernel handed over responsibility for most of the socket constants to glibc some time ago. Someone had updated our external/kernel-headers file but not regenerated the bionic headers, so this change copies the missing stuff from the old bionic <linux/socket.h> into <sys/socket.h>. This is what glibc does. I've hacked a few of the other files to #include <sys/socket.h> for backward compatibility, but even so this requires numerous other changes to switch people over from direct inclusion of <linux/...> headers. Change-Id: I0e4af64e631d3cef911a31d90f2f806e058278a0
| * | | | am 90ae787b: am 666d06fe: Merge "Backwards and forwards compatibility for an ↵Elliott Hughes2012-09-121-0/+3
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | upcoming <sys/socket.h> change." * commit '90ae787b30890dc7d0f5d95b67ea5578d53bd61e': Backwards and forwards compatibility for an upcoming <sys/socket.h> change.
| | * | | Backwards and forwards compatibility for an upcoming <sys/socket.h> change.Elliott Hughes2012-09-121-0/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: Iba58077a1f057a968eb2283ebba259975925ff4c
| * | | | am 7f798147: am cc8668f2: Merge "[MIPS] Check error status from pipe system ↵Elliott Hughes2012-09-111-5/+16
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | call" * commit '7f798147980798718ac893229ae20dba9e3a26c7': [MIPS] Check error status from pipe system call
| | * | | [MIPS] Check error status from pipe system callKwongYuan Wong2012-09-111-5/+16
| | |/ / | | | | | | | | | | | | Change-Id: Iaaea0e826c2678aa7f6fad9d46b16302a4d3b876