summaryrefslogtreecommitdiffstats
path: root/lib/libc/sparc64
Commit message (Expand)AuthorAgeFilesLines
* MFC: r278870marius2015-02-242-3/+4
* MFC r262613:dim2014-03-261-1/+1
* MFC r258779,r258780,r258787,r258822:eadler2014-02-042-4/+4
* Prefix the alias macros for members of struct __mcontext with an underscoremarius2013-07-122-8/+8
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-0/+7
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-302-0/+50
* Make the sys/ucontext.h self-contained by changing the return typekib2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot bekib2012-01-212-1/+70
* Computations on NaNs are supposed to return one of the input NaNs unchanged.das2012-01-162-4/+3
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-213-179/+1
* Fix whitespace inconsistencies found in homegrown Symbol.maps.ed2011-10-071-1/+1
* Disconnect sun4v architecture from the three.attilio2011-05-142-7/+0
* Avoid aliasing which leads to incorrect results when compiling with themarius2010-03-211-12/+11
* - While SPARC V9 allows tininess to be detected either before or aftermarius2010-03-201-5/+10
* Division should take both arguments' signs into account when themarius2010-03-201-7/+9
* FPU_DEBUG requires <stdio.h>.marius2010-03-203-1/+12
* Ensure that __fpu_ftox() both returns the high bits and res[1] containsmarius2010-03-201-5/+7
* - Remove a bogus forward declaration.marius2010-03-202-7/+3
* Fix a typo in r204974 so that FTYPE_LNG matches the initialisers ofmarius2010-03-111-1/+1
* - The OPSZ macro actually only does the right thing for int32 and int64marius2010-03-102-29/+21
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Remove unneeded stdlib directories.ed2009-06-231-1/+0
* 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
OpenPOWER on IntegriCloud