summaryrefslogtreecommitdiffstats
path: root/lib/libc/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Provide a type for the argument.rdivacky2009-02-021-1/+1
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-2/+1
* Fix some bugs that caused sparc64's quad precision sqrt to getdas2008-04-121-5/+5
* Make the software emulator for long doubles set the FPU exceptiondas2008-04-121-0/+15
* Add a new union member to access the exponent and sign of a long doubledas2008-01-181-0/+5
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),das2007-12-181-3/+0
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace sodas2007-12-161-0/+3
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asdas2007-12-161-11/+11
* In scanf, round according to the current rounding mode.das2007-12-031-1/+1
* Use an intermediate pointer to avoid a strict aliasing warning.jb2007-11-231-1/+2
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-041-4/+5
* Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-041-2/+1
* Some libc symbol map cleanups.deischen2007-05-311-4/+0
* - Add bits for userland profiling. For sun4u this is compile-tested only.marius2007-05-111-0/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-11/+13
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-0923-102/+0
* The distinction between quiet and signaling NaN formats isdas2007-01-031-0/+21
* Fix a typo in __fpu_ftox() that caused long double to long (and long long)marius2006-12-241-9/+10
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIcognet2006-11-065-231/+0
* - change ABI for user trap handler for sun4v (eventually will sync sparc64 nokmacy2006-11-032-0/+7
* fix bus error in newsyslog by making sure that fields in struct fpemukmacy2006-10-121-0/+1
* Fix TLS on sparc64 for statically and dynamically linked binarieskmacy2006-10-081-2/+1
* For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq",marius2006-04-161-4/+4
* - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbolsmarius2006-04-111-35/+18
* Desupport the undocumented NO_QUAD option, just don't compileru2006-03-161-5/+0
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+117
* Add the functions _Qp_cmp() and _Qp_cmpe() as described in the Sparcstefanf2005-06-211-8/+11
* Fix long (and long long) to long double, unsigned to long double and unsignedstefanf2005-05-272-10/+24
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-152-31/+1
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-0/+1
* Update my email address.das2005-02-061-1/+1
* Replace the ldexp() implementation in libc with a renamed copy of thedas2005-01-221-155/+0
* Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases.das2005-01-181-2/+2
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.das2005-01-152-5/+4
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Add support for TLS in statically linked programs.dfr2004-08-152-1/+36
* s/round/fpround/ to avoid naming clash with GCC builtin function.kan2004-07-281-8/+8
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-182-79/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-092-70/+1
* Use unions to avoid violating C99 strict aliasing rules.des2004-03-161-17/+14
* Fix some aliasing problems.das2004-02-161-6/+14
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-101-2/+0
* Add prototypes for the three syscall stubs that are invoked here,nectar2004-01-191-0/+4
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of thedas2004-01-181-0/+3
* We need to discard `const'ness explicitly when invoking sysarch.nectar2004-01-101-1/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-093-8/+3
* Remove unused variables. Add required headers and functionnectar2004-01-067-6/+12
* Install the user trap handlers that libc provides from a constructor, sojake2003-11-181-0/+2
* Add the mlockall() and munlockall() system calls.bms2003-08-111-1/+1
OpenPOWER on IntegriCloud