| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid aliasing which leads to incorrect results when compiling with the | marius | 2010-03-21 | 1 | -12/+11 |
* | - While SPARC V9 allows tininess to be detected either before or after | marius | 2010-03-20 | 1 | -5/+10 |
* | Division should take both arguments' signs into account when the | marius | 2010-03-20 | 1 | -7/+9 |
* | FPU_DEBUG requires <stdio.h>. | marius | 2010-03-20 | 3 | -1/+12 |
* | Ensure that __fpu_ftox() both returns the high bits and res[1] contains | marius | 2010-03-20 | 1 | -5/+7 |
* | - Remove a bogus forward declaration. | marius | 2010-03-20 | 2 | -7/+3 |
* | Fix a typo in r204974 so that FTYPE_LNG matches the initialisers of | marius | 2010-03-11 | 1 | -1/+1 |
* | - The OPSZ macro actually only does the right thing for int32 and int64 | marius | 2010-03-10 | 2 | -29/+21 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-03 | 1 | -7/+0 |
* | Remove unneeded stdlib directories. | ed | 2009-06-23 | 1 | -1/+0 |
* | Provide a type for the argument. | rdivacky | 2009-02-02 | 1 | -1/+1 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | ed | 2008-11-09 | 1 | -2/+1 |
* | Fix some bugs that caused sparc64's quad precision sqrt to get | das | 2008-04-12 | 1 | -5/+5 |
* | Make the software emulator for long doubles set the FPU exception | das | 2008-04-12 | 1 | -0/+15 |
* | Add a new union member to access the exponent and sign of a long double | das | 2008-01-18 | 1 | -0/+5 |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | das | 2007-12-18 | 1 | -3/+0 |
* | Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so | das | 2007-12-16 | 1 | -0/+3 |
* | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | das | 2007-12-16 | 1 | -11/+11 |
* | In scanf, round according to the current rounding mode. | das | 2007-12-03 | 1 | -1/+1 |
* | Use an intermediate pointer to avoid a strict aliasing warning. | jb | 2007-11-23 | 1 | -1/+2 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 1 | -4/+5 |
* | Adjust the syscall stub macros to be consistent in their meaning. In | peter | 2007-07-04 | 1 | -2/+1 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -4/+0 |
* | - Add bits for userland profiling. For sun4u this is compile-tested only. | marius | 2007-05-11 | 1 | -0/+1 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -11/+13 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 23 | -102/+0 |
* | The distinction between quiet and signaling NaN formats is | das | 2007-01-03 | 1 | -0/+21 |
* | Fix a typo in __fpu_ftox() that caused long double to long (and long long) | marius | 2006-12-24 | 1 | -9/+10 |
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 5 | -231/+0 |
* | - change ABI for user trap handler for sun4v (eventually will sync sparc64 no | kmacy | 2006-11-03 | 2 | -0/+7 |
* | fix bus error in newsyslog by making sure that fields in struct fpemu | kmacy | 2006-10-12 | 1 | -0/+1 |
* | Fix TLS on sparc64 for statically and dynamically linked binaries | kmacy | 2006-10-08 | 1 | -2/+1 |
* | For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq", | marius | 2006-04-16 | 1 | -4/+4 |
* | - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbols | marius | 2006-04-11 | 1 | -35/+18 |
* | Desupport the undocumented NO_QUAD option, just don't compile | ru | 2006-03-16 | 1 | -5/+0 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+1 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+117 |
* | Add the functions _Qp_cmp() and _Qp_cmpe() as described in the Sparc | stefanf | 2005-06-21 | 1 | -8/+11 |
* | Fix long (and long long) to long double, unsigned to long double and unsigned | stefanf | 2005-05-27 | 2 | -10/+24 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 2 | -31/+1 |
* | Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 1 | -0/+1 |
* | Update my email address. | das | 2005-02-06 | 1 | -1/+1 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | das | 2005-01-22 | 1 | -155/+0 |
* | Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases. | das | 2005-01-18 | 1 | -2/+2 |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | das | 2005-01-15 | 2 | -5/+4 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 2 | -1/+36 |
* | s/round/fpround/ to avoid naming clash with GCC builtin function. | kan | 2004-07-28 | 1 | -8/+8 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 2 | -79/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 2 | -70/+1 |