| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r262613: | Dimitry Andric | 2014-03-26 | 1 | -1/+1 |
| * | MFC r258779,r258780,r258787,r258822: | Eitan Adler | 2014-02-04 | 2 | -4/+4 |
| * | Prefix the alias macros for members of struct __mcontext with an underscore | Marius Strobl | 2013-07-12 | 2 | -8/+8 |
| * | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov | 2013-05-28 | 1 | -0/+7 |
| * | Rework the __vdso_* symbols attributes to only make the symbols weak, | Konstantin Belousov | 2013-01-30 | 2 | -0/+50 |
| * | Make the sys/ucontext.h self-contained by changing the return type | Konstantin Belousov | 2012-02-01 | 1 | -1/+1 |
| * | Add API for obtaining extended machine context states that cannot be | Konstantin Belousov | 2012-01-21 | 2 | -1/+70 |
| * | Computations on NaNs are supposed to return one of the input NaNs unchanged. | David Schultz | 2012-01-16 | 2 | -4/+3 |
| * | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz | 2011-10-21 | 3 | -179/+1 |
| * | Fix whitespace inconsistencies found in homegrown Symbol.maps. | Ed Schouten | 2011-10-07 | 1 | -1/+1 |
| * | Disconnect sun4v architecture from the three. | Attilio Rao | 2011-05-14 | 2 | -7/+0 |
| * | 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 |
| * | Remove unneeded stdlib directories. | Ed Schouten | 2009-06-23 | 1 | -1/+0 |
| * | Provide a type for the argument. | Roman Divacky | 2009-02-02 | 1 | -1/+1 |
| * | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -2/+1 |
| * | 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 |
| * | Add a new union member to access the exponent and sign of a long double | David Schultz | 2008-01-18 | 1 | -0/+5 |
| * | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | David Schultz | 2007-12-18 | 1 | -3/+0 |
| * | Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so | David Schultz | 2007-12-16 | 1 | -0/+3 |
| * | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | David Schultz | 2007-12-16 | 1 | -11/+11 |
| * | In scanf, round according to the current rounding mode. | David Schultz | 2007-12-03 | 1 | -1/+1 |
| * | Use an intermediate pointer to avoid a strict aliasing warning. | John Birrell | 2007-11-23 | 1 | -1/+2 |
| * | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 1 | -4/+5 |
| * | Adjust the syscall stub macros to be consistent in their meaning. In | Peter Wemm | 2007-07-04 | 1 | -2/+1 |
| * | Some libc symbol map cleanups. | Daniel Eischen | 2007-05-31 | 1 | -4/+0 |
| * | - Add bits for userland profiling. For sun4u this is compile-tested only. | Marius Strobl | 2007-05-11 | 1 | -0/+1 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -11/+13 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 23 | -102/+0 |
| * | The distinction between quiet and signaling NaN formats is | David Schultz | 2007-01-03 | 1 | -0/+21 |
| * | Fix a typo in __fpu_ftox() that caused long double to long (and long long) | Marius Strobl | 2006-12-24 | 1 | -9/+10 |
| * | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | Olivier Houchard | 2006-11-06 | 5 | -231/+0 |
| * | - change ABI for user trap handler for sun4v (eventually will sync sparc64 no | Kip Macy | 2006-11-03 | 2 | -0/+7 |
| * | fix bus error in newsyslog by making sure that fields in struct fpemu | Kip Macy | 2006-10-12 | 1 | -0/+1 |
| * | Fix TLS on sparc64 for statically and dynamically linked binaries | Kip Macy | 2006-10-08 | 1 | -2/+1 |
| * | For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq", | Marius Strobl | 2006-04-16 | 1 | -4/+4 |
| * | - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbols | Marius Strobl | 2006-04-11 | 1 | -35/+18 |
| * | Desupport the undocumented NO_QUAD option, just don't compile | Ruslan Ermilov | 2006-03-16 | 1 | -5/+0 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+1 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+117 |
| * | 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 |