summaryrefslogtreecommitdiff
path: root/lib/libc/sparc64/gen
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc64 specific parts of libc.Warner Losh2020-02-2618-784/+0
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-253-0/+6
* Renumber copyright clause 4Warner Losh2017-02-283-3/+3
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues2015-09-201-0/+1
* Remove duplicate copies of trivial getcontextx.cEd Maste2015-01-122-78/+3
* Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-122-8/+8
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-0/+7
* 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/+70
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-212-178/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-094-16/+0
* Fix TLS on sparc64 for statically and dynamically linked binariesKip Macy2006-10-081-2/+1
* Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz2005-03-152-31/+1
* Replace the ldexp() implementation in libc with a renamed copy of theDavid Schultz2005-01-221-155/+0
* Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases.David Schultz2005-01-181-2/+2
* Add support for TLS in statically linked programs.Doug Rabson2004-08-152-1/+36
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-182-79/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-092-70/+1
* Fix some aliasing problems.David Schultz2004-02-161-6/+14
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* Remove unused variables. Add required headers and functionJacques Vidrine2004-01-061-1/+2
* Implement signalcontext.Jake Burkholder2003-08-082-2/+78
* Implement makecontext.Jake Burkholder2003-04-013-3/+129
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-0/+5
* Implement fpclassify():Mike Barcroft2003-02-081-0/+3
* Rewrite longjmp() and _longjmp() to directly restore the saved frame,Thomas Moestl2003-01-052-55/+19
* Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(),Thomas Moestl2003-01-051-2/+4
* Re-apply the previously backed-out commit that fixes the problem whereArchie Cobbs2002-10-311-1/+1
* Revert previous commit to unbreak world until we figure out theArchie Cobbs2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningArchie Cobbs2002-09-191-1/+1
* Use the macros from machine/fsr.h; some minor cleanups.Thomas Moestl2002-09-141-5/+6
* Add implementations of fpgetmask(), fpgetround(), fpgetsticky(),Thomas Moestl2002-09-146-1/+126
* Add an implementation of fabs() (which is quite trivial).Thomas Moestl2002-09-132-1/+38
* Use __FBSDID.David E. O'Brien2002-06-295-36/+9
* Add frexp(3).David E. O'Brien2002-06-292-2/+80
* Fix the style of the SCM ID's.David E. O'Brien2002-03-223-1/+5
* Remove 'register' keyword.David E. O'Brien2002-03-212-3/+3
* Account for <machine/fsr.h> no longer being usable for assembler code.Thomas Moestl2002-03-112-2/+6
* Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout),Thomas Moestl2002-03-111-13/+13
* Add fpsetmask(). Needed to build miniperl.Jake Burkholder2002-03-052-2/+29
* Fix a bug where siglongjmp would clobber the argument to return fromJake Burkholder2002-03-051-2/+2
* Use jmpbuf offsets, not ucontext_t.Jake Burkholder2001-12-291-3/+2
* Add .register directives for gcc3.Jake Burkholder2001-12-291-13/+42
* __infinity is not const.Jake Burkholder2001-12-291-1/+1
* Add jmpbuf offsets. Remove ucontext offsets.Jake Burkholder2001-12-291-9/+8
* Add .register directives for gcc3.Jake Burkholder2001-12-291-6/+11
* Actually build new files.Jake Burkholder2001-11-191-1/+2
* Add more libc stuff.Jake Burkholder2001-11-186-0/+601
* Catch up to jmpbuf changes. Define offsets used from assmebly languageJake Burkholder2001-11-182-24/+39
* Minimal libc for sparc64.Jake Burkholder2001-10-264-0/+186