aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sparc64
Commit message (Expand)AuthorAgeFilesLines
* For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq",Marius Strobl2006-04-161-4/+4
* - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbolsMarius Strobl2006-04-111-35/+18
* Desupport the undocumented NO_QUAD option, just don't compileRuslan Ermilov2006-03-161-5/+0
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+117
* Add the functions _Qp_cmp() and _Qp_cmpe() as described in the SparcStefan Farfeleder2005-06-211-8/+11
* Fix long (and long long) to long double, unsigned to long double and unsignedStefan Farfeleder2005-05-272-10/+24
* Remove fpsetsticky(). This was added for SysV compatibility, but dueDavid Schultz2005-03-152-31/+1
* Define LDBL_NBIT to be a mask indicating the position of the integerDavid Schultz2005-03-071-0/+1
* Update my email address.David Schultz2005-02-061-1/+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
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-152-5/+4
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Add support for TLS in statically linked programs.Doug Rabson2004-08-152-1/+36
* s/round/fpround/ to avoid naming clash with GCC builtin function.Alexander Kabaev2004-07-281-8/+8
* 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
* Use unions to avoid violating C99 strict aliasing rules.Dag-Erling Smørgrav2004-03-161-17/+14
* Fix some aliasing problems.David Schultz2004-02-161-6/+14
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* Add prototypes for the three syscall stubs that are invoked here,Jacques Vidrine2004-01-191-0/+4
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of theDavid Schultz2004-01-181-0/+3
* We need to discard `const'ness explicitly when invoking sysarch.Jacques Vidrine2004-01-101-1/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-093-8/+3
* Remove unused variables. Add required headers and functionJacques Vidrine2004-01-067-6/+12
* Install the user trap handlers that libc provides from a constructor, soJake Burkholder2003-11-181-0/+2
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Implement signalcontext.Jake Burkholder2003-08-082-2/+78
* Add a comment describing why it's important for the values in thisDavid Schultz2003-05-081-0/+7
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().David Schultz2003-04-051-0/+8
* Implement makecontext.Jake Burkholder2003-04-013-3/+129
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-122-0/+17
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-0/+5
* Implement fpclassify():Mike Barcroft2003-02-082-0/+43
* 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
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-1/+1
* Re-apply the previously backed-out commit that fixes the problem whereArchie Cobbs2002-10-311-1/+1
* Rename the libc signal trampoline to __sigtramp to match netbsd. ThisJake Burkholder2002-10-222-4/+4
* 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
* Install the userland signal trampoline when sigaction is first called,Jake Burkholder2002-09-032-1/+50
* Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ).Jake Burkholder2002-09-021-3/+3
* Add missing ret instruction to the ptrace() syscall wrapper.Thomas Moestl2002-07-111-0/+2
* Use FBSDIDDavid E. O'Brien2002-06-3013-84/+32
* Use __FBSDID.David E. O'Brien2002-06-295-36/+9