summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Add optimized string functionsNikola Veljkovic2015-06-175-1042/+5
* Hide accidentally-exposed __clock_nanosleep.Elliott Hughes2015-06-161-3/+3
* Fix two accidentally leaked mips64 symbols.Elliott Hughes2015-06-151-39/+25
* Add process_vm_readv and process_vm_writev.Elliott Hughes2015-06-102-0/+50
* libc: Add O_PATH support for fgetxattr / fsetxattrNick Kralevich2015-06-022-4/+6
* Hide rt_sigqueueinfo.Yabin Cui2015-05-181-3/+3
* Include pthread_atfork.h to mips64 crtbeginDmitriy Ivanov2015-04-251-0/+1
* Simplify close(2) EINTR handling.Elliott Hughes2015-04-231-2/+3
* Remove _memset16 and _memset32 from mips/mips64 bionic.Elliott Hughes2015-04-021-80/+0
* Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-2412-24/+12
* Hide statfs/fstatfs' ST_VALID flag from userspace.Elliott Hughes2015-03-182-10/+6
* Fix "faccessat ignores flags"Nick Kralevich2015-02-241-2/+3
* [MIPS64] Fix mips64 build.Nikola Veljkovic2015-02-231-1/+1
* Fix memchr overflow.Elliott Hughes2015-02-141-2/+2
* 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-4/+6
* Modify MIPS64 stat structure to match a generic one in AOSP.Raghu Gandham2015-01-284-56/+104
* Fix mips build.Elliott Hughes2015-01-271-4/+4
* Clean up <stdlib.h> slightly.Elliott Hughes2015-01-261-2/+2
* [MIPS] Add sgidefs.h for mips64Duane Sand2014-12-122-1/+1
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-091-0/+26
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+26
* | Merge mips setjmp/longjmp family.Elliott Hughes2014-12-084-439/+1
* | Switch arch-mips64/include/machine to a symlink.Elliott Hughes2014-12-087-659/+1
* | Kill <machine/exec.h>.Elliott Hughes2014-12-021-188/+0
* | [MIPS] Rewrite of setjmp/longjmp for mips64 and mipsr6Duane Sand2014-11-256-297/+245
|/
* Bring our <machine/endian.h> files back in sync.Elliott Hughes2014-11-211-4/+0
* Mips: remove arch-specific atexit.hDmitriy Ivanov2014-11-212-30/+1
* Mips: Remove unused filesDmitriy Ivanov2014-11-211-38/+0
* Mips: Reuse atexit.h from libc/arch-commonDmitriy Ivanov2014-11-211-8/+1
* Add sethostname(2).Elliott Hughes2014-11-071-0/+25
* Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-131-2/+3
* Remove arch-mips64/bionic/__get_sp.SAndrew Hsieh2014-09-301-1/+0
* Clean up the architecture-specific makefiles.Elliott Hughes2014-09-161-24/+25
* Add posix_fadvise(3).Elliott Hughes2014-09-111-0/+26
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-08193-573/+193
* Revert "Register __libc_fini as early as possible."Dmitriy Ivanov2014-09-041-0/+5
* Register __libc_fini as early as possible.Dmitriy Ivanov2014-09-031-5/+0
* MIPS64 syscall() argumentsChris Dearman2014-09-021-1/+1
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-34/+0
* Remove _flush_cache(2) for mips64.Dan Albert2014-08-211-27/+0
* Simplify _ALIGN_TEXT.Elliott Hughes2014-08-201-3/+1
* Make __set_errno hidden in asm.Dan Albert2014-08-08191-0/+382
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-052-0/+72
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+50
* [MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg modelsDuane Sand2014-07-232-122/+48
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-243-0/+75
* Cache getpid.Elliott Hughes2014-06-201-2/+3
* Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."Dan Albert2014-06-122-50/+0
|\
| * Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-122-50/+0