aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix arm64 clone stack handling.Elliott Hughes2014-12-101-8/+8
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-091-0/+15
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+15
* | Simplify our endian.h implementation.Elliott Hughes2014-12-081-48/+0
* | Use 64-bit units in the aarch64 setjmp implementation.Elliott Hughes2014-12-081-50/+39
* | Switch arm and arm64 over to the x86 style of jmpbuf.Elliott Hughes2014-12-081-25/+15
* | Fix signal mask save/restore for arm64.Elliott Hughes2014-12-061-24/+20
* | Clean up the arm64 setjmp.Elliott Hughes2014-12-055-297/+144
* | Switch aarch64 to __builtin_bswap16.Elliott Hughes2014-12-021-6/+1
* | Kill <machine/exec.h>.Elliott Hughes2014-12-021-50/+0
|/
* Bring our <machine/endian.h> files back in sync.Elliott Hughes2014-11-211-7/+2
* Add sethostname(2).Elliott Hughes2014-11-071-0/+14
* Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-131-2/+3
* Add __memcpy_chk assembly for 64 bit.Christopher Ferris2014-09-265-370/+484
* Remove the unnecessary generic-neon code.Christopher Ferris2014-09-233-193/+1
* Merge "Use the kernel's sa_restorer for aarch64."Elliott Hughes2014-09-172-36/+0
|\
| * Use the kernel's sa_restorer for aarch64.Elliott Hughes2014-09-162-36/+0
* | Clean up the architecture-specific makefiles.Elliott Hughes2014-09-161-11/+18
|/
* Fix signal trampolines.Elliott Hughes2014-09-152-5/+6
* Merge "Add IFUNC support for arm64 and IRELATIVE reloc"Dmitriy Ivanov2014-09-111-0/+1
|\
| * Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov2014-09-111-0/+1
* | Add posix_fadvise(3).Elliott Hughes2014-09-111-0/+15
|/
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-08192-570/+192
* Revert "Fix arm64 build"Dmitriy Ivanov2014-09-041-0/+5
* Fix arm64 buildDmitriy Ivanov2014-09-031-5/+0
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-35/+0
* Simplify _ALIGN_TEXT.Elliott Hughes2014-08-201-3/+1
* Make __set_errno hidden in asm.Dan Albert2014-08-08189-0/+378
* Remove misleading arm/arm64 PIC_SYM.Elliott Hughes2014-08-074-15/+9
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-052-0/+49
* Merge "Fix memchr with a zero length."Christopher Ferris2014-07-301-0/+5
|\
| * Fix memchr with a zero length.Christopher Ferris2014-07-301-0/+5
* | Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+28
|/
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-162-4/+6
* Add optimized memchr implementation from newlibBernhard Rosenkränzer2014-07-105-1/+163
* Regenerate the bionic NOTICE files.Elliott Hughes2014-07-072-2/+5
* Add optimized stpcpy.Christopher Ferris2014-06-307-167/+277
* Merge "Add optimized 64 bit strcpy."Christopher Ferris2014-06-265-1/+196
|\
| * Add optimized 64 bit strcpy.Christopher Ferris2014-06-265-1/+196
* | Add optimized neon strchr implementation based on newlibBernhard Rosenkränzer2014-06-275-1/+156
|/
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-243-0/+42
* Cache getpid.Elliott Hughes2014-06-201-2/+3
* Merge "add 64-bit bionic implementation for denver arch"Christopher Ferris2014-06-174-1/+487
|\
| * add 64-bit bionic implementation for denver archShu Zhang2014-06-124-1/+487
* | Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."Dan Albert2014-06-112-28/+0
|\ \
| * | Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-122-28/+0
| |/
* / Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-1/+0
|/
* Merge "Replaces vfork() implementation with fork()"Dan Albert2014-06-102-49/+0
|\
| * Replaces vfork() implementation with fork()Dan Albert2014-06-102-49/+0
* | AArch64: Remove Frame Record from ARM64 syscallsSerban Constantinescu2014-06-09188-2069/+0