summaryrefslogtreecommitdiffstats
path: root/lib/libc/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement signalcontext.jake2003-08-082-2/+78
* Add a comment describing why it's important for the values in thisdas2003-05-081-0/+7
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-051-0/+8
* Implement makecontext.jake2003-04-013-3/+129
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-122-0/+17
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+5
* Implement fpclassify():mike2003-02-082-0/+43
* Rewrite longjmp() and _longjmp() to directly restore the saved frame,tmm2003-01-052-55/+19
* Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(),tmm2003-01-051-2/+4
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-1/+1
OpenPOWER on IntegriCloud