| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix fabs() for MIPS when used on -0.0 | Alex Richardson | 2017-11-28 | 1 | -3/+2 |
* | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 5 | -0/+10 |
* | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 2 | -1/+5 |
* | Include {u,}{div,mod}si3() on mips in libcompiler_rt. | John Baldwin | 2017-08-21 | 1 | -4/+0 |
* | Replace SOFTFLOAT with __mips_soft_float, which gcc/clang define for us. | Brooks Davis | 2017-03-16 | 4 | -14/+10 |
* | Garbage collect unused gdtoa related files on mips. | Brooks Davis | 2017-03-02 | 2 | -14/+0 |
* | Correct an misunderstanding of MDSRCS. | Brooks Davis | 2017-03-02 | 1 | -1/+1 |
* | Correct MDSRCS use in <arch>/string/Makefile.inc. | Brooks Davis | 2017-03-02 | 1 | -6/+11 |
* | Add full softfloat and hardfloat support for MIPS. | Ruslan Bukin | 2016-10-31 | 4 | -5/+23 |
* | Fix strchr, strrchr implementation: convert c to char | Ruslan Bukin | 2016-10-13 | 2 | -0/+10 |
* | Reduce duplicate NOASM and PSEUDO definitions | Brooks Davis | 2016-09-08 | 1 | -3/+1 |
* | Rewrite ptrace(2) wrappers in C. | Konstantin Belousov | 2016-08-29 | 2 | -72/+1 |
* | Remove unusedd and obsolete openbsd_poll system call. (Phase 1) | George V. Neville-Neil | 2016-08-18 | 1 | -1/+1 |
* | Replace use of the pipe(2) system call with pipe2(2) with a zero flags | Brooks Davis | 2016-06-22 | 2 | -58/+1 |
* | libc: stop exporting cerror | Ed Maste | 2016-03-30 | 1 | -1/+0 |
* | libc: stop exporting curbrk and minbrk in the private namespace | Ed Maste | 2016-03-24 | 1 | -2/+0 |
* | Fix the implementations of PSEUDO_NOERROR and PSEUDO. | Brooks Davis | 2016-01-21 | 1 | -7/+21 |
* | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues | 2015-09-20 | 1 | -0/+1 |
* | Removed unused special fork() implementations. | Brooks Davis | 2015-05-29 | 2 | -58/+1 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 1 | -5/+1 |
* | libc: Eliminate duplicate copies of __vdso_gettc.c | Ed Maste | 2015-04-02 | 2 | -49/+1 |
* | Use zero register instead of immediate 0x0 in MIPS assembly | Ed Maste | 2015-01-29 | 1 | -1/+1 |
* | Remove duplicate copies of trivial getcontextx.c | Ed Maste | 2015-01-12 | 2 | -78/+3 |
* | Add FPU support for MIPS setjmp(3)/longjmp(3). | Brooks Davis | 2014-11-21 | 2 | -4/+153 |
* | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 1 | -3/+0 |
* | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | Warner Losh | 2014-04-05 | 1 | -1/+1 |
* | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | Marcel Moolenaar | 2014-03-04 | 1 | -1/+1 |
* | Remove clause 3 and 4 from TNF licenses | Ed Maste | 2013-05-29 | 5 | -35/+0 |
* | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov | 2013-05-28 | 1 | -0/+7 |
* | Rework the __vdso_* symbols attributes to only make the symbols weak, | Konstantin Belousov | 2013-01-30 | 2 | -0/+50 |
* | Implement _set_tp | Oleksandr Tymoshenko | 2012-03-06 | 1 | -0/+4 |
* | Make the sys/ucontext.h self-contained by changing the return type | Konstantin Belousov | 2012-02-01 | 1 | -1/+1 |
* | Add API for obtaining extended machine context states that cannot be | Konstantin Belousov | 2012-01-21 | 2 | -1/+71 |
* | Convert softfloat to use the standard exception flag and rounding macros | David Schultz | 2012-01-16 | 1 | -14/+14 |
* | Change index() and rindex() to a weak alias. | Ed Schouten | 2012-01-05 | 2 | -2/+2 |
* | Merge index() and strchr() together. | Ed Schouten | 2012-01-03 | 3 | -7/+11 |
* | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz | 2011-10-21 | 4 | -191/+1 |
* | Fix whitespace inconsistencies found in homegrown Symbol.maps. | Ed Schouten | 2011-10-07 | 1 | -2/+2 |
* | Fix bzero() for 64-bit. | Jayachandran C. | 2011-02-22 | 1 | -19/+1 |
* | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
* | Fix PIC_RETURN when abicalls are not defined. | Jayachandran C. | 2010-10-24 | 1 | -1/+1 |
* | use PTR_WORD for __curbrk and minbrk instead of .word, the new version | Jayachandran C. | 2010-06-25 | 2 | -2/+2 |
* | Merge jmallett@'s n64 work into HEAD - changeset 2 | Jayachandran C. | 2010-06-16 | 6 | -39/+111 |
* | Merge jmallett@'s n64 work into HEAD - changeset 1. | Jayachandran C. | 2010-06-16 | 20 | -521/+510 |
* | Reinstate the ptrace patch to restore the 'gp' register after calling | Neel Natu | 2010-02-04 | 1 | -0/+3 |
* | -White space cleanup (missing spaces in new line) | Randall Stewart | 2010-02-03 | 1 | -5/+2 |
* | This fixes a bug found and fixed by JC. Basically | Randall Stewart | 2010-02-03 | 1 | -1/+13 |
* | Merge r195030 from project/mips to head by hand | Warner Losh | 2010-01-09 | 1 | -0/+18 |
* | Merge r197800 from projects/mips to head by hand: | Warner Losh | 2010-01-08 | 2 | -7/+4 |
* | Merge r195025 from projects/mips to head by hand: | Warner Losh | 2010-01-08 | 6 | -0/+0 |