summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Merge "Added ftw64, nftw64"Calin Juravle2014-02-252-0/+18
|\
| * Added ftw64, nftw64Calin Juravle2014-02-242-0/+18
* | Merge "Added mkstemp64"Calin Juravle2014-02-253-0/+26
|\ \ | |/
| * Added mkstemp64Calin Juravle2014-02-243-0/+26
* | Remove <asm/page.h>.Elliott Hughes2014-02-247-46/+30
* | Fix 64-bit build.Narayan Kamath2014-02-241-1/+1
* | Move system_properties over to C++.Narayan Kamath2014-02-243-319/+376
* | Merge "Clean up our OpenBSD usage."Elliott Hughes2014-02-2189-1288/+1209
|\ \
| * | Clean up our OpenBSD usage.Elliott Hughes2014-02-2189-1288/+1209
* | | Merge "Fixed int fast types for LP64"Calin Juravle2014-02-211-11/+17
|\ \ \ | |/ / |/| / | |/
| * Fixed int fast types for LP64Calin Juravle2014-02-211-11/+17
* | Stop asking GCC to cause trouble.Elliott Hughes2014-02-202-7/+1
* | Move the upstream-netbsd libc files into the correct directory.Elliott Hughes2014-02-2054-43/+43
* | Merge "Remove two DNS files that weren't being built."Elliott Hughes2014-02-203-397/+1
|\ \
| * | Remove two DNS files that weren't being built.Elliott Hughes2014-02-203-397/+1
* | | Unify our assembler macros.Elliott Hughes2014-02-2091-960/+295
|/ /
* | Fix mips64 crt build.Elliott Hughes2014-02-201-2/+2
* | Remove useless _C_LABEL from our assembler source.Elliott Hughes2014-02-2011-36/+36
* | Merge "Stop advertising an arm32-specific hack like it's a build system featu...Elliott Hughes2014-02-206-44/+3
|\ \
| * | Stop advertising an arm32-specific hack like it's a build system feature.Elliott Hughes2014-02-206-44/+3
* | | Merge "Added script generating additions to libgcc_compat.c from linker errors"Dmitriy Ivanov2014-02-202-166/+224
|\ \ \ | |/ / |/| |
| * | Added script generating additions to libgcc_compat.c from linker errorsDmitriy Ivanov2014-02-202-166/+224
| |/
* | Don't explicitly list the tzcode files.Elliott Hughes2014-02-201-7/+1
* | Remove the useless _C_LABEL from generated system calls.Elliott Hughes2014-02-1983-83/+83
* | Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-19392-3572/+1228
* | Make mips generated assembler more like the mips64 stuff.Elliott Hughes2014-02-19197-1379/+1773
|/
* Merge "Use uid_t and gid_t for st_uid and st_gid in struct stat."Elliott Hughes2014-02-191-8/+8
|\
| * Use uid_t and gid_t for st_uid and st_gid in struct stat.Elliott Hughes2014-02-181-8/+8
* | Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-1852-104/+104
|/
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-1834-297/+331
* Merge "bionic: fix __set_errno for arm64 syscalls that return a 64-bit value"Elliott Hughes2014-02-181-2/+13
|\
| * bionic: fix __set_errno for arm64 syscalls that return a 64-bit valueColin Cross2014-02-181-2/+13
* | Clean up various warnings in bionic.Elliott Hughes2014-02-186-25/+30
|/
* Remove duplicate definitions of MIN and MAX.Elliott Hughes2014-02-172-3/+0
* Restore sys_signame for LP64.Elliott Hughes2014-02-122-7/+1
* Clean up sys_signame and sys_siglist a little.Elliott Hughes2014-02-126-131/+113
* Fix missing args.Ying Wang2014-02-121-128/+128
* Merge "Reconfig libc's Android.mk to build for multilib"Ying Wang2014-02-1212-495/+730
|\
| * Reconfig libc's Android.mk to build for multilibYing Wang2014-02-1212-495/+730
* | Fix NSIG.Elliott Hughes2014-02-118-19/+25
|/
* [MIPS64] Dynamic linkerChris Dearman2014-02-111-0/+4
* Build syscall stubs in their own library.Elliott Hughes2014-02-118-1191/+15
* Clean up cacheflush.Elliott Hughes2014-02-116-198/+30
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-1015-1402/+134
* Fix <link.h>.Elliott Hughes2014-02-101-3/+29
* Fix socklen_t (on LP64 only).Elliott Hughes2014-02-071-0/+6
* Merge "Remove <sys/_types.h>."Elliott Hughes2014-02-086-140/+69
|\
| * Remove <sys/_types.h>.Elliott Hughes2014-02-076-140/+69
* | [MIPS64] libc/libm supportChris Dearman2014-02-0636-34/+3866
* | [MIPS64] Add syscall related filesChris Dearman2014-02-06196-51/+6310
|/