aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sparc64
Commit message (Expand)AuthorAgeFilesLines
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Remove unneeded stdlib directories.Ed Schouten2009-06-231-1/+0
* Provide a type for the argument.Roman Divacky2009-02-021-1/+1
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* Fix some bugs that caused sparc64's quad precision sqrt to getDavid Schultz2008-04-121-5/+5
* Make the software emulator for long doubles set the FPU exceptionDavid Schultz2008-04-121-0/+15
* Add a new union member to access the exponent and sign of a long doubleDavid Schultz2008-01-181-0/+5
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-181-3/+0
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace soDavid Schultz2007-12-161-0/+3
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asDavid Schultz2007-12-161-11/+11
* In scanf, round according to the current rounding mode.David Schultz2007-12-031-1/+1
* Use an intermediate pointer to avoid a strict aliasing warning.John Birrell2007-11-231-1/+2
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-4/+5
* Adjust the syscall stub macros to be consistent in their meaning. InPeter Wemm2007-07-041-2/+1
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-4/+0
* - Add bits for userland profiling. For sun4u this is compile-tested only.Marius Strobl2007-05-111-0/+1
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-11/+13
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0923-102/+0
* The distinction between quiet and signaling NaN formats isDavid Schultz2007-01-031-0/+21
* Fix a typo in __fpu_ftox() that caused long double to long (and long long)Marius Strobl2006-12-241-9/+10
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-065-231/+0
* - change ABI for user trap handler for sun4v (eventually will sync sparc64 noKip Macy2006-11-032-0/+7
* fix bus error in newsyslog by making sure that fields in struct fpemuKip Macy2006-10-121-0/+1
* Fix TLS on sparc64 for statically and dynamically linked binariesKip Macy2006-10-081-2/+1
* 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