aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalMarius Strobl2015-02-162-3/+4
* Remove duplicate copies of trivial getcontextx.cEd Maste2015-01-122-78/+3
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-043-4/+4
* In lib/libc/sparc64/sys/__sparc_utrap_setup.c, avoid an error aboutDimitry Andric2014-02-201-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-302-4/+4
* Prefix the alias macros for members of struct __mcontext with an underscoreMarius Strobl2013-07-122-8/+8
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-0/+7
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-302-0/+50
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-212-1/+70
* Computations on NaNs are supposed to return one of the input NaNs unchanged.David Schultz2012-01-162-4/+3
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-213-179/+1
* Fix whitespace inconsistencies found in homegrown Symbol.maps.Ed Schouten2011-10-071-1/+1
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-142-7/+0
* Avoid aliasing which leads to incorrect results when compiling with theMarius Strobl2010-03-211-12/+11
* - While SPARC V9 allows tininess to be detected either before or afterMarius Strobl2010-03-201-5/+10
* Division should take both arguments' signs into account when theMarius Strobl2010-03-201-7/+9
* FPU_DEBUG requires <stdio.h>.Marius Strobl2010-03-203-1/+12
* Ensure that __fpu_ftox() both returns the high bits and res[1] containsMarius Strobl2010-03-201-5/+7
* - Remove a bogus forward declaration.Marius Strobl2010-03-202-7/+3
* Fix a typo in r204974 so that FTYPE_LNG matches the initialisers ofMarius Strobl2010-03-111-1/+1
* - The OPSZ macro actually only does the right thing for int32 and int64Marius Strobl2010-03-102-29/+21
* 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