summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2020-07-06Add support for timeconting in userland.pirofti2-2/+23
2019-10-26Stop exporting the internal _mcount symbol as that's only referencedguenther1-1/+0
2018-05-28Clear the sign bit in the QNAN constants used by strtof, strtod and strtold,jmatthew1-4/+4
2018-01-18Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther1-2/+3
2017-08-15Copy files from ../librthread in preparation for moving functionalityguenther1-0/+19
2017-02-27RELRO means the __{got,plt}_{start,end} symbols are superfluousguenther1-2/+0
2016-07-26Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther1-2/+3
2016-05-16...and delete the GP setup. Should have been in previous commitguenther1-4/+1
2016-05-16Eliminate cerror: use PAL_rdunique to get the TCB address directlyguenther3-59/+12
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubguenther1-39/+0
2016-05-09Stop using sigreturn for longjmp, just set the signal mask and returnguenther3-40/+69
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther5-47/+26
2016-03-21The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.guenther1-28/+0
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-0/+28
2015-10-27Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther1-1/+2
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther4-10/+12
2015-09-13Do provide hidden _libc_* aliases for sig{block,setmask} and use them inguenther1-2/+2
2015-09-10Adds hidden _libc_FOO aliases for the system call stubs.guenther3-18/+33
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingguenther6-16/+39
2015-08-26Hide many (194!) symbols that nothing should be using.guenther4-47/+12
2015-08-22Explicitly list the symbols permitted to be exported by libc.guenther1-0/+19
2015-06-01Since the __{div,rem}{l,q}{,u} special libc entry points use a specificmiod1-7/+46
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notmillert1-2/+2
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,guenther2-3/+5
2015-03-31Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2-10/+4
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingderaadt4-36/+480
2014-06-09Nuke the machinery to sync libkern with libc, it's not been used in themiod1-6/+1
2013-06-11bcopy (and family) can check for 0 length, but negative lengths shouldderaadt1-3/+3
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesmartynas1-2/+2
2012-09-04remove lint leftovers; ok guenther@okan1-2/+1
2012-09-04these are no longer used; ok guentherderaadt1-38/+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-5/+4
2012-04-12alloca.c cannot be usedderaadt1-3/+1
2012-04-12remove rfork(); ok guenther miodderaadt1-36/+0
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther1-0/+57
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingmartynas2-2/+39
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2-39/+2
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther1-3/+5
2009-10-28more rcsid/sccs cleanupderaadt6-36/+6
2009-04-21remove from gen so that lint doesn't check gen if assembly versionsmartynas1-2/+2
2009-04-19- ldexp implementation has issues. switch to the one from libmmartynas3-245/+2
2008-12-10use sys/cdefs.h; pointed out by theomartynas1-2/+2
2008-12-09ditto frexpl and ldexplmartynas1-1/+4
2008-12-09alias fabsl to fabs on these archsmartynas1-1/+2
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15martynas3-0/+21
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754martynas4-97/+11
2007-05-15fix some lint 'xxx used, but not defined' warnings by properly addingotto1-2/+2
2005-11-29if we pull in a .S file, we must fake out the lint with a .c filederaadt1-2/+4