summaryrefslogtreecommitdiffstats
path: root/lib/libc/sparc64/gen
Commit message (Expand)AuthorAgeFilesLines
* Add support for TLS in statically linked programs.dfr2004-08-152-1/+36
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-182-79/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-092-70/+1
* Fix some aliasing problems.das2004-02-161-6/+14
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-101-2/+0
* Remove unused variables. Add required headers and functionnectar2004-01-061-1/+2
* Implement signalcontext.jake2003-08-082-2/+78
* Implement makecontext.jake2003-04-013-3/+129
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+5
* Implement fpclassify():mike2003-02-081-0/+3
* Rewrite longjmp() and _longjmp() to directly restore the saved frame,tmm2003-01-052-55/+19
* Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(),tmm2003-01-051-2/+4
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-1/+1
* Revert previous commit to unbreak world until we figure out thearchie2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-191-1/+1
* Use the macros from machine/fsr.h; some minor cleanups.tmm2002-09-141-5/+6
* Add implementations of fpgetmask(), fpgetround(), fpgetsticky(),tmm2002-09-146-1/+126
* Add an implementation of fabs() (which is quite trivial).tmm2002-09-132-1/+38
* Use __FBSDID.obrien2002-06-295-36/+9
* Add frexp(3).obrien2002-06-292-2/+80
* Fix the style of the SCM ID's.obrien2002-03-223-1/+5
* Remove 'register' keyword.obrien2002-03-212-3/+3
* Account for <machine/fsr.h> no longer being usable for assembler code.tmm2002-03-112-2/+6
* Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout),tmm2002-03-111-13/+13
* Add fpsetmask(). Needed to build miniperl.jake2002-03-052-2/+29
* Fix a bug where siglongjmp would clobber the argument to return fromjake2002-03-051-2/+2
* Use jmpbuf offsets, not ucontext_t.jake2001-12-291-3/+2
* Add .register directives for gcc3.jake2001-12-291-13/+42
* __infinity is not const.jake2001-12-291-1/+1
* Add jmpbuf offsets. Remove ucontext offsets.jake2001-12-291-9/+8
* Add .register directives for gcc3.jake2001-12-291-6/+11
* Actually build new files.jake2001-11-191-1/+2
* Add more libc stuff.jake2001-11-186-0/+601
* Catch up to jmpbuf changes. Define offsets used from assmebly languagejake2001-11-182-24/+39
* Minimal libc for sparc64.jake2001-10-264-0/+186
OpenPOWER on IntegriCloud