summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* retire the sparc library codetedu2016-09-0145-2600/+0
* Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)guenther2016-07-261-2/+3
* More fixes from miodguenther2016-05-231-4/+4
* Include SYS.h instead of DEFS.h now that this does a direct syscallguenther2016-05-231-2/+2
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-41/+0
* Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as inkettenis2016-05-091-60/+39
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-075-125/+15
* Switch to RSYSCALL: no special handling is needed here any more andguenther2016-03-271-6/+2
* The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa.guenther2016-03-211-27/+0
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-0/+27
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-1/+2
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-232-4/+6
* Add hidden _libc_ aliases and symbol sizesguenther2015-09-131-0/+1
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-107-15/+34
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-315-6/+32
* Hide many (194!) symbols that nothing should be using.guenther2015-08-264-54/+17
* Explicitly list the symbols permitted to be exported by libc.guenther2015-08-221-0/+17
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-151-3/+3
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-072-4/+9
* Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2015-03-312-17/+4
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-301-4/+7
* Nuke the machinery to sync libkern with libc, it's not been used in themiod2014-06-091-6/+1
* Fix modf() on sparctobiasu2014-06-071-3/+3
* Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hmatthew2014-06-041-5/+1
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Add support for -fPICderaadt2012-09-045-8/+61
* remove lint leftovers; ok guenther@okan2012-09-042-4/+2
* these are no longer used; ok guentherderaadt2012-09-041-49/+0
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-229-19/+19
* Do not use <machine/float.h>, that is an deformed BSD-ism.deraadt2012-06-251-2/+2
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-9/+3
* alloca.c cannot be usedderaadt2012-04-121-3/+1
* remove rfork(); ok guenther miodderaadt2012-04-121-40/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+74
* sigstack() is long dead, and the compat sigaltstack syscall is gone too.guenther2011-11-221-2/+2
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-083-2/+232
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-083-232/+2
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-7/+6
* In the original sparc V7 book (and in the v8 book), the divrem leaf code usedderaadt2011-03-121-2/+2
* more rcsid/sccs cleanupderaadt2009-10-286-30/+1
* remove from gen so that lint doesn't check gen if assembly versionsmartynas2009-04-211-2/+2
* - ldexp implementation has issues. switch to the one from libmmartynas2009-04-192-143/+2
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
* ditto frexpl and ldexplmartynas2008-12-091-1/+4
* alias fabsl to fabs on these archsmartynas2008-12-091-1/+2
* remove unusedmartynas2008-12-096-201/+0
* - add long double signbitmartynas2008-12-092-4/+3
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-0710-1/+221
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-244-96/+11
* Repair FLT_ROUNDS operation. ok kettenis@miod2007-10-271-3/+3