| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove sparc64 specific parts of libc. | Warner Losh | 2020-02-26 | 16 | -3648/+0 |
| * | lib: Fix several typos and minor errors | Eitan Adler | 2017-12-27 | 1 | -1/+1 |
| * | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 3 | -0/+6 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 5 | -5/+15 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 11 | -11/+11 |
| * | libc: spelling fixes. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
| * | Fix unused-but-set-variable | Baptiste Daroussin | 2015-11-15 | 1 | -1/+1 |
| * | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | Marcel Moolenaar | 2014-03-04 | 1 | -2/+2 |
| * | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 2 | -4/+4 |
| * | Computations on NaNs are supposed to return one of the input NaNs unchanged. | David Schultz | 2012-01-16 | 2 | -4/+3 |
| * | Avoid aliasing which leads to incorrect results when compiling with the | Marius Strobl | 2010-03-21 | 1 | -12/+11 |
| * | - While SPARC V9 allows tininess to be detected either before or after | Marius Strobl | 2010-03-20 | 1 | -5/+10 |
| * | Division should take both arguments' signs into account when the | Marius Strobl | 2010-03-20 | 1 | -7/+9 |
| * | FPU_DEBUG requires <stdio.h>. | Marius Strobl | 2010-03-20 | 3 | -1/+12 |
| * | Ensure that __fpu_ftox() both returns the high bits and res[1] contains | Marius Strobl | 2010-03-20 | 1 | -5/+7 |
| * | - Remove a bogus forward declaration. | Marius Strobl | 2010-03-20 | 2 | -7/+3 |
| * | Fix a typo in r204974 so that FTYPE_LNG matches the initialisers of | Marius Strobl | 2010-03-11 | 1 | -1/+1 |
| * | - The OPSZ macro actually only does the right thing for int32 and int64 | Marius Strobl | 2010-03-10 | 2 | -29/+21 |
| * | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 1 | -7/+0 |
| * | Fix some bugs that caused sparc64's quad precision sqrt to get | David Schultz | 2008-04-12 | 1 | -5/+5 |
| * | Make the software emulator for long doubles set the FPU exception | David Schultz | 2008-04-12 | 1 | -0/+15 |
| * | Use an intermediate pointer to avoid a strict aliasing warning. | John Birrell | 2007-11-23 | 1 | -1/+2 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 11 | -54/+0 |
| * | Fix a typo in __fpu_ftox() that caused long double to long (and long long) | Marius Strobl | 2006-12-24 | 1 | -9/+10 |
| * | fix bus error in newsyslog by making sure that fields in struct fpemu | Kip Macy | 2006-10-12 | 1 | -0/+1 |
| * | For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq", | Marius Strobl | 2006-04-16 | 1 | -4/+4 |
| * | Add the functions _Qp_cmp() and _Qp_cmpe() as described in the Sparc | Stefan Farfeleder | 2005-06-21 | 1 | -8/+11 |
| * | Fix long (and long long) to long double, unsigned to long double and unsigned | Stefan Farfeleder | 2005-05-27 | 2 | -10/+24 |
| * | s/round/fpround/ to avoid naming clash with GCC builtin function. | Alexander Kabaev | 2004-07-28 | 1 | -8/+8 |
| * | Use unions to avoid violating C99 strict aliasing rules. | Dag-Erling Smørgrav | 2004-03-16 | 1 | -17/+14 |
| * | Remove unused variables. Add required headers and function | Jacques Vidrine | 2004-01-06 | 2 | -2/+0 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -1/+1 |
| * | Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ). | Jake Burkholder | 2002-09-02 | 1 | -3/+3 |
| * | Remove unneeded include of machine/emul.h. | Jake Burkholder | 2002-06-18 | 1 | -1/+0 |
| * | Implement _Qp_sqrt. I've been unable to find a C program that gcc generates | Jake Burkholder | 2002-06-04 | 1 | -0/+14 |
| * | Add a support macro to convert the 5-bit packed register field of | Jake Burkholder | 2002-05-11 | 2 | -62/+88 |
| * | Use __FBSDID | David E. O'Brien | 2002-05-06 | 1 | -2/+3 |
| * | We typically don't add trailing /'s. | David E. O'Brien | 2002-05-06 | 1 | -1/+1 |
| * | Add code to emulate arithmetic, comparison and conversion operations | Jake Burkholder | 2002-04-28 | 2 | -1/+136 |
| * | Emulate ldq and stq (load/store long double) instructions. GCC has started | Jake Burkholder | 2002-04-27 | 7 | -93/+36 |
| * | Rename some fields in struct frame to be compatible with NetBSD/OpenBSD, | Jake Burkholder | 2002-04-09 | 1 | -1/+1 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 3 | -6/+5 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 9 | -28/+37 |
| * | SCM ID tweak. | David E. O'Brien | 2002-03-22 | 2 | -2/+0 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 2 | -24/+24 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 8 | -66/+66 |
| * | Fix some bugs that would prevent %fsr to be set correctly, and add | Thomas Moestl | 2002-03-11 | 4 | -8/+25 |
| * | Add userland floating point emulator code for sparc64. This is a port | Thomas Moestl | 2002-02-23 | 15 | -0/+3516 |