summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix RLIM64_INFINITY constant for O32 and N32 ABIsAurelien Jarno2013-11-277-30/+60
* MIPS: Add wrappers to get/setrlimit64 to fix RLIM64_INFINITY constantAurelien Jarno2013-11-272-0/+119
* Use __glibc_reserved instead __unused.Ondřej Bílka2013-11-264-18/+18
* rename configure.in to configure.acMike Frysinger2013-10-304-2/+2
* MIPS: IEEE 754-2008 NaN encoding supportMaciej W. Rozycki2013-09-185-29/+316
* Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge2013-08-291-2/+2
* _dl_static_init: Remove nested locking.Maciej W. Rozycki2013-06-271-7/+0
* New API to set default thread attributesSiddhesh Poyarekar2013-06-153-0/+12
* Remove trailing whitespace in ports.Joseph Myers2013-06-052-2/+2
* Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado2013-05-221-1/+7
* Fix MIPS n32 cancellation in static libc (bug 15506).Joseph Myers2013-05-213-16/+78
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+2
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-023-0/+14
* Use LIBC_CONFIG_VAR for MIPS default-abi setting.Joseph Myers2013-03-213-5/+3
* Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux.Thomas Schwinge2013-03-151-1/+0
* Use <bits/mman-linux.h> for MIPSAndreas Jaeger2013-03-061-72/+5
* Sync with Linux 3.8Andreas Jaeger2013-03-061-0/+1
* Add support for building as MIPS16 code.Maciej W. Rozycki2013-02-2721-14/+408
* Properly sort a libc.abilist file.Thomas Schwinge2013-02-201-11/+11
* Add FUTEX_*_REQUEUE_PI support for MIPS.Joseph Myers2013-02-191-0/+30
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-183-0/+9
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-135-7/+7
* Add CFI information for MIPS assembly sources.Joseph Myers2013-02-1110-21/+55
* Remove CHECK_N and bp-checks.h.Joseph Myers2013-02-085-25/+16
* Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers2013-02-083-8/+3
* MIPS: Correct formatting of syscall wrapper `asm' specifiers.Maciej W. Rozycki2013-02-053-120/+120
* MIPS: Respect the legacy syscall restart convention.Maciej W. Rozycki2013-02-053-87/+234
* Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers2013-02-044-11/+5
* Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers2013-01-311-4/+1
* MIPS: Correct NewABI syscall wrapper whitespace damage.Maciej W. Rozycki2013-01-292-164/+164
* Use __extension__ with long long in installed headers.Joseph Myers2013-01-101-16/+16
* BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger2013-01-081-3/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0292-103/+92
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-012-4/+2
* Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers2012-11-291-12/+29
* Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).Joseph Myers2012-11-222-0/+3
* Use parentheses around MIPS syscall macro arguments.Joseph Myers2012-11-202-46/+46
* Fix int-to-pointer-cast warnings for MIPS.Joseph Myers2012-11-202-9/+9
* Fix unused variable warnings from MIPS syscall macros.Joseph Myers2012-11-193-9/+9
* Define lll_futex_timed_wait_bitset for MIPS.Joseph Myers2012-11-051-0/+12
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-041-2/+0
* Regenerate all configure scripts.Thomas Schwinge2012-11-011-2/+2
* BZ#14743: Move clock_* symbols from librt to libc.Thomas Schwinge2012-11-011-0/+5
* 2012-10-29 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-293-8/+185
* 2012-10-29 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-293-3/+0
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-242-0/+10
* Convert MIPS to use <bits/fcntl-linux.h>Andreas Jaeger2012-10-241-250/+20
* Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar2012-10-021-1/+1
* Remove __ASSUME_STAT64_SYSCALL.Joseph Myers2012-08-271-6/+0
* Clean up MIPS stat64 handling.Joseph Myers2012-08-224-0/+140