| Commit message (Expand) | Author | Age | Files | Lines |
| * | mips: remove libc | Warner Losh | 2021-12-31 | 48 | -3440/+0 |
| * | libc: Remove _get_tp() and _set_tp(). | John Baldwin | 2021-12-09 | 4 | -147/+1 |
| * | mips _libc_get_static_tls_base: Narrow scope of #ifdef. | John Baldwin | 2021-12-09 | 1 | -8/+2 |
| * | Add sched_getcpu() | Konstantin Belousov | 2021-11-10 | 1 | -1/+2 |
| * | libc: add _get_tp() private function | Konstantin Belousov | 2021-04-09 | 2 | -1/+104 |
| * | mips: fix some mcount nits | Kyle Evans | 2019-09-02 | 1 | -0/+1 |
| * | mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUM | Kyle Evans | 2019-08-22 | 4 | -3/+1 |
| * | libc: mips: remove unused longjmp.c | Kyle Evans | 2019-08-22 | 1 | -105/+0 |
| * | Fix initial exec TLS mode for dynamically loaded shared objects. | Konstantin Belousov | 2019-03-29 | 1 | -0/+64 |
| * | Remove MD __sys_* private symbols. | Brooks Davis | 2018-12-05 | 1 | -3/+0 |
| * | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston | 2018-06-04 | 4 | -147/+2 |
| * | Replace MD assembly exect() with a portable version. | Brooks Davis | 2018-04-12 | 2 | -53/+1 |
| * | Remove architecture specific shmat.S files. | Brooks Davis | 2018-04-05 | 1 | -7/+0 |
| * | Move softfloat symbol map entries to softfloat/Symbol.map. | John Baldwin | 2018-03-05 | 1 | -18/+0 |
| * | Fix makecontext() on MIPS O32. | John Baldwin | 2018-02-05 | 1 | -1/+15 |
| * | Remove limitation of 6 arguments for makecontext() on mips. | John Baldwin | 2018-01-31 | 1 | -1/+1 |
| * | Consistently use 16-byte alignment for MIPS N32 and N64. | John Baldwin | 2018-01-31 | 1 | -4/+2 |
| * | Clarify some comments in the MIPS makecontext(). | John Baldwin | 2018-01-27 | 1 | -5/+4 |
| * | SPDX: Fix some License ID tags for libc. | Pedro F. Giffuni | 2017-12-27 | 1 | -1/+1 |
| * | 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 |