aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips
Commit message (Expand)AuthorAgeFilesLines
* libc: add _get_tp() private functionKonstantin Belousov2021-04-092-1/+104
* mips: fix some mcount nitsKyle Evans2019-09-021-0/+1
* mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans2019-08-224-3/+1
* libc: mips: remove unused longjmp.cKyle Evans2019-08-221-105/+0
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+64
* Remove MD __sys_* private symbols.Brooks Davis2018-12-051-3/+0
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-044-147/+2
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-122-53/+1
* Remove architecture specific shmat.S files.Brooks Davis2018-04-051-7/+0
* Move softfloat symbol map entries to softfloat/Symbol.map.John Baldwin2018-03-051-18/+0
* Fix makecontext() on MIPS O32.John Baldwin2018-02-051-1/+15
* Remove limitation of 6 arguments for makecontext() on mips.John Baldwin2018-01-311-1/+1
* Consistently use 16-byte alignment for MIPS N32 and N64.John Baldwin2018-01-311-4/+2
* Clarify some comments in the MIPS makecontext().John Baldwin2018-01-271-5/+4
* SPDX: Fix some License ID tags for libc.Pedro F. Giffuni2017-12-271-1/+1
* Fix fabs() for MIPS when used on -0.0Alex Richardson2017-11-281-3/+2
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-255-0/+10
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-1/+5
* Include {u,}{div,mod}si3() on mips in libcompiler_rt.John Baldwin2017-08-211-4/+0
* Replace SOFTFLOAT with __mips_soft_float, which gcc/clang define for us.Brooks Davis2017-03-164-14/+10
* Garbage collect unused gdtoa related files on mips.Brooks Davis2017-03-022-14/+0
* Correct an misunderstanding of MDSRCS.Brooks Davis2017-03-021-1/+1
* Correct MDSRCS use in <arch>/string/Makefile.inc.Brooks Davis2017-03-021-6/+11
* Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-314-5/+23
* Fix strchr, strrchr implementation: convert c to charRuslan Bukin2016-10-132-0/+10
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-3/+1
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-72/+1
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-58/+1
* libc: stop exporting cerrorEd Maste2016-03-301-1/+0
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-241-2/+0
* Fix the implementations of PSEUDO_NOERROR and PSEUDO.Brooks Davis2016-01-211-7/+21
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues2015-09-201-0/+1
* Removed unused special fork() implementations.Brooks Davis2015-05-292-58/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-5/+1
* libc: Eliminate duplicate copies of __vdso_gettc.cEd Maste2015-04-022-49/+1
* Use zero register instead of immediate 0x0 in MIPS assemblyEd Maste2015-01-291-1/+1
* Remove duplicate copies of trivial getcontextx.cEd Maste2015-01-122-78/+3
* Add FPU support for MIPS setjmp(3)/longjmp(3).Brooks Davis2014-11-212-4/+153
* Remove ia64.Marcel Moolenaar2014-07-071-3/+0
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
* Remove clause 3 and 4 from TNF licensesEd Maste2013-05-295-35/+0
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-0/+7
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-302-0/+50
* Implement _set_tpOleksandr Tymoshenko2012-03-061-0/+4
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-212-1/+71
* Convert softfloat to use the standard exception flag and rounding macrosDavid Schultz2012-01-161-14/+14
* Change index() and rindex() to a weak alias.Ed Schouten2012-01-052-2/+2