summaryrefslogtreecommitdiffstats
path: root/lib/libc/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-1/+1
* Rename the libc signal trampoline to __sigtramp to match netbsd. Thisjake2002-10-222-4/+4
* Revert previous commit to unbreak world until we figure out thearchie2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-191-1/+1
* Use the macros from machine/fsr.h; some minor cleanups.tmm2002-09-141-5/+6
* Add implementations of fpgetmask(), fpgetround(), fpgetsticky(),tmm2002-09-146-1/+126
* Add an implementation of fabs() (which is quite trivial).tmm2002-09-132-1/+38
* Install the userland signal trampoline when sigaction is first called,jake2002-09-032-1/+50
* Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ).jake2002-09-021-3/+3
* Add missing ret instruction to the ptrace() syscall wrapper.tmm2002-07-111-0/+2
* Use FBSDIDobrien2002-06-3013-84/+32
* Use __FBSDID.obrien2002-06-295-36/+9
* Add frexp(3).obrien2002-06-292-2/+80
* Remove unneeded include of machine/emul.h.jake2002-06-181-1/+0
* Implement _Qp_sqrt. I've been unable to find a C program that gcc generatesjake2002-06-041-0/+14
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-231-5/+3
* Use the right byte order for unaligned stores. <blush>.jake2002-05-131-1/+1
* Handle alignment fault fixups in libc rather than in the kernel.jake2002-05-135-2/+120
* Add a support macro to convert the 5-bit packed register field ofjake2002-05-113-66/+90
* Use __FBSDIDobrien2002-05-061-2/+3
* We typically don't add trailing /'s.obrien2002-05-061-1/+1
* Add an alternate signal trampoline to libc; add a wrapper for the sigtrampjake2002-04-294-2/+96
* Add code to emulate arithmetic, comparison and conversion operationsjake2002-04-282-1/+136
* Emulate ldq and stq (load/store long double) instructions. GCC has startedjake2002-04-2712-106/+252
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,jake2002-04-091-1/+1
* htonl() and ntohl() operate on unsinged types, so they must zero-extend,tmm2002-04-062-2/+2
* Fix the style of the SCM ID's.obrien2002-03-224-7/+6
* Fix the style of the SCM ID's.obrien2002-03-2212-29/+42
* SCM ID tweak.obrien2002-03-222-2/+0
OpenPOWER on IntegriCloud