summaryrefslogtreecommitdiff
path: root/lib/libc/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvsKen Smith2011-02-1663-63/+63
* MFC: r173859, r205410Marius Strobl2010-03-301-11/+11
* MFC: r205397Marius Strobl2010-03-301-5/+10
* MFC: r205396Marius Strobl2010-03-301-7/+9
* MFC: r205395Marius Strobl2010-03-303-1/+12
* MFC: r205394Marius Strobl2010-03-301-5/+7
* MFC: r205393Marius Strobl2010-03-302-7/+3
* MFC: r204974, r205002Marius Strobl2010-03-152-29/+21
* 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
* Install the user trap handlers that libc provides from a constructor, soJake Burkholder2003-11-181-0/+2
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Implement signalcontext.Jake Burkholder2003-08-082-2/+78
* Add a comment describing why it's important for the values in thisDavid Schultz2003-05-081-0/+7