summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/mips64
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Use a trap instruction that unconditionally terminates the process.visa1-2/+2
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2020-07-18Userland timecounter implementation for octeonvisa1-3/+30
2020-07-06Add support for timeconting in userland.pirofti2-2/+23
2019-01-05Replace two-operand instruction aliases that clang does notvisa1-2/+2
2018-01-18Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther1-2/+3
2018-01-08Move SC_* defines into <machine/setjmp.h>, and rename them,visa2-158/+158
2017-10-15Do not use an uninitialized value when determining the signvisa1-4/+4
2017-08-15Copy files from ../librthread in preparation for moving functionalityguenther1-0/+27
2016-07-26Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther1-2/+3
2016-05-30Consistently reference '_end' instead of 'end' in the brk/sbrk implementationguenther3-5/+4
2016-05-30Do setjmp cookies for gp, sp, and raguenther2-26/+58
2016-05-23Stop supporting longjmperror(); it's not used, not portable, and the checksguenther2-6/+2
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubguenther1-40/+0
2016-05-08Implement longjmp directly and not on top of sigreturn.guenther3-98/+125
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther6-57/+37
2016-03-27Don't need to define SYS_sycall hereguenther1-4/+1
2016-03-21The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.guenther1-27/+0
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-0/+27
2015-10-27Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther3-5/+7
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther4-16/+16
2015-10-04Delete an inexplicable commentguenther1-2/+2
2015-09-13Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2-3/+2
2015-09-13Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther1-2/+2
2015-09-05This is probably what guenther@ had in mind.miod1-2/+2
2015-09-05Adds hidden _libc_FOO aliases for the system call stubs.guenther4-26/+34
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingguenther9-25/+50
2015-08-26Hide many (194!) symbols that nothing should be using.guenther4-97/+21
2015-08-22Explicitly list the symbols permitted to be exported by libc.guenther1-0/+21
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notmillert2-4/+6
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,guenther2-3/+19
2015-03-31Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2-53/+4
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingderaadt3-11/+15
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2-5/+4
2014-06-09Nuke the machinery to sync libkern with libc, it's not been used in themiod1-4/+1
2014-06-04Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hmatthew1-16/+1
2012-09-04remove lint leftovers; ok guenther@okan2-4/+2
2012-09-04these are no longer used; ok guentherderaadt1-57/+0
2012-06-25Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt1-2/+2
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,guenther1-8/+6
2012-04-12alloca.c cannot be usedderaadt1-3/+1
2012-04-12remove rfork(); ok guenther miodderaadt1-57/+0
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther1-0/+80
2011-11-22sigstack() is long dead, and the compat sigaltstack syscall is gone too.guenther1-2/+2
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingmartynas3-2/+119
2011-07-08Kill weak `cerror' alias, it's colliding with the userland namespace. Noticedmiod1-2/+1
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas3-119/+2
2011-04-05Fix the previous commit: define ___cerror, no __cerrorguenther1-4/+4
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther12-27/+33
2010-10-01Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsguenther1-3/+3