summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Add optimized string functionsNikola Veljkovic2015-06-176-691/+1437
* Hide accidentally-exposed __clock_nanosleep.Elliott Hughes2015-06-161-2/+3
* Add process_vm_readv and process_vm_writev.Elliott Hughes2015-06-102-0/+38
* libc: Add O_PATH support for fgetxattr / fsetxattrNick Kralevich2015-06-022-4/+6
* Fix error handling for negative size in ftruncate.Dan Albert2015-06-011-19/+0
* Hide rt_sigqueueinfo.Yabin Cui2015-05-181-2/+3
* Simplify three copyright headers.Elliott Hughes2015-05-121-1/+1
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-241-0/+1
* Merge "Revert "Unregister pthread_atfork handlers on dlclose()""Dimitry Ivanov2015-04-241-1/+0
|\
| * Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-241-1/+0
* | Merge "Simplify close(2) EINTR handling."Elliott Hughes2015-04-231-2/+3
|\ \ | |/ |/|
| * Simplify close(2) EINTR handling.Elliott Hughes2015-04-231-2/+3
* | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-221-0/+1
|/
* Remove _memset16 and _memset32 from mips/mips64 bionic.Elliott Hughes2015-04-021-80/+0
* Use ALIAS_SYMBOL for assembler aliasing.Christopher Ferris2015-03-251-9/+2
* Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-243-6/+3
* Fix "faccessat ignores flags"Nick Kralevich2015-02-241-2/+3
* Merge "[MIPS] Fix setjmp signals"Elliott Hughes2015-02-192-227/+122
|\
| * [MIPS] Fix setjmp signalsDuane Sand2015-02-112-227/+122
* | Fix memchr overflow.Elliott Hughes2015-02-141-2/+2
|/
* Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680Colin Cross2015-02-051-18/+0
|\
| * Share LP32 makefile settings between archesColin Cross2015-02-041-18/+0
* | Ensure raw fchmod/fchmodat syscalls are hidden.Nick Kralevich2015-02-032-4/+6
* | Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH supportNick Kralevich2015-02-022-4/+4
|/
* Fix mips build.Elliott Hughes2015-01-275-6/+233
* Clean up <stdlib.h> slightly.Elliott Hughes2015-01-261-3/+2
* Add support for DT_MIPS_RLD_MAP2 tag.Raghu Gandham2014-12-191-0/+1
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-091-0/+19
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+19
* | Simplify our endian.h implementation.Elliott Hughes2014-12-081-66/+0
* | Merge mips setjmp/longjmp family.Elliott Hughes2014-12-085-334/+286
* | Kill <machine/exec.h>.Elliott Hughes2014-12-021-188/+0
* | [MIPS] Rewrite of setjmp/longjmp for mips64 and mipsr6Duane Sand2014-11-257-297/+252
|/
* 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
* libc: Move <sgidefs.h> to libc/arch-mips/David 'Digit' Turner2014-11-181-0/+34
* Add sethostname(2).Elliott Hughes2014-11-071-0/+19
* Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-131-2/+2
* Clean up the architecture-specific makefiles.Elliott Hughes2014-09-161-22/+34
* Fix mips __fadvise64.S build failure.Elliott Hughes2014-09-111-1/+1
* Add posix_fadvise(3).Elliott Hughes2014-09-111-0/+19
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-08199-591/+199
* Revert "Register __libc_fini as early as possible."Dmitriy Ivanov2014-09-041-0/+4
* Register __libc_fini as early as possible.Dmitriy Ivanov2014-09-031-4/+0
* Merge "Fix strlen function type for mips."Chih-Hung Hsieh2014-08-271-2/+3
|\
| * Fix strlen function type for mips.Chih-Hung Hsieh2014-08-271-2/+3
* | Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-35/+0
|/
* Simplify _ALIGN_TEXT.Elliott Hughes2014-08-201-3/+1