summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64
Commit message (Expand)AuthorAgeFilesLines
* libc: remove bcopy from memmove on 64-bit architecturesJake Weinstein2015-11-071-3/+0
* Hide accidentally-exposed __clock_nanosleep.Elliott Hughes2015-06-161-3/+3
* Add process_vm_readv and process_vm_writev.Elliott Hughes2015-06-102-0/+32
* libc: Add O_PATH support for fgetxattr / fsetxattrNick Kralevich2015-06-022-4/+6
* Hide rt_sigqueueinfo.Yabin Cui2015-05-181-3/+3
* Fix opcode to compile with both gcc and llvm.Chih-Hung Hsieh2015-05-151-2/+2
* Simplify close(2) EINTR handling.Elliott Hughes2015-04-231-2/+3
* Use ALIAS_SYMBOL for assembler aliasing.Christopher Ferris2015-03-251-4/+2
* Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-2414-28/+14
* Hide statfs/fstatfs' ST_VALID flag from userspace.Elliott Hughes2015-03-182-10/+6
* Fix "faccessat ignores flags"Nick Kralevich2015-02-241-3/+3
* Fix memchr overflow.Elliott Hughes2015-02-141-2/+4
* Ensure raw fchmod/fchmodat syscalls are hidden.Nick Kralevich2015-02-032-6/+6
* Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH supportNick Kralevich2015-02-022-5/+6
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-091-0/+16
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+16
* | Simplify our endian.h implementation.Elliott Hughes2014-12-081-42/+0
* | Fix signal mask save/restore for x86-64.Elliott Hughes2014-12-081-10/+14
* | Clean up the x86-64 and x86 setjmp families.Elliott Hughes2014-12-055-258/+90
* | Switch x86 and x86-64 to __builtin_bswap*.Elliott Hughes2014-12-021-24/+4
* | Kill <machine/exec.h>.Elliott Hughes2014-12-021-20/+0
* | Move a private x86-64 header file out of the limelight.Elliott Hughes2014-11-261-65/+0
|/
* Bring our <machine/endian.h> files back in sync.Elliott Hughes2014-11-211-0/+1
* Add 64-bit slm optimized strlcpy and srlcat.Varvara Rainchik2014-11-123-4/+1101
* Add sethostname(2).Elliott Hughes2014-11-071-0/+15
* [x86,x86_64] Fix libgcc unwinding through signalPavel Chupin2014-10-271-3/+110
* Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-131-2/+3
* Clean up the architecture-specific makefiles.Elliott Hughes2014-09-161-17/+27
* Fix signal trampolines.Elliott Hughes2014-09-152-4/+6
* Merge "Add IFUNC support for arm64 and IRELATIVE reloc"Dmitriy Ivanov2014-09-121-0/+2
|\
| * Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov2014-09-111-0/+2
* | Add posix_fadvise(3).Elliott Hughes2014-09-111-0/+17
|/
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-08193-573/+193
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-35/+0
* Simplify _ALIGN_TEXT.Elliott Hughes2014-08-201-8/+1
* Make __set_errno hidden in asm.Dan Albert2014-08-08190-0/+380
* Revert "Fix incorrect relocations for x86."Dan Albert2014-08-08190-190/+190
* Fix incorrect relocations for x86.Dan Albert2014-08-07190-190/+190
* Merge "Android is all-PIC/PIE."Elliott Hughes2014-08-073-21/+0
|\
| * Android is all-PIC/PIE.Elliott Hughes2014-08-073-21/+0
* | Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-052-0/+46
|/
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+30
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-162-4/+6
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-243-0/+48
* Cache getpid.Elliott Hughes2014-06-201-2/+3
* Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."Dan Albert2014-06-122-30/+0
|\
| * Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-122-30/+0
* | Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-1/+0
|/
* Merge "Replaces vfork() implementation with fork()"Dan Albert2014-06-102-46/+0
|\
| * Replaces vfork() implementation with fork()Dan Albert2014-06-102-46/+0