summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove unused cruft from MIPS <machine/signal.h>.Elliott Hughes2014-02-051-62/+1
* Kill <machine/_types.h>.Elliott Hughes2014-02-049-653/+42
* Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.Elliott Hughes2014-02-0315-5/+196
* Use __inline__ for fortify.Elliott Hughes2014-02-031-1/+1
* Merge "Regenerate binder header"Arve Hjønnevåg2014-02-031-54/+73
|\
| * Regenerate binder headerArve Hjønnevåg2014-01-281-54/+73
* | Merge "Add missing ucontext_t definition to bionic for arch-arm64."Elliott Hughes2014-01-311-2/+13
|\ \
| * | Add missing ucontext_t definition to bionic for arch-arm64.Ross McIlroy2014-01-311-2/+13
* | | [MIPS] SA_RESTORER support is not needed for MIPSChris Dearman2014-01-301-0/+4
|/ /
* | Make ARM <user.h> more glibc-compatible.Elliott Hughes2014-01-301-5/+8
* | Add mips <sys/ucontext.h>.Elliott Hughes2014-01-291-1/+46