| Commit message (Expand) | Author | Age | Files | Lines |
* | Use unions to avoid violating C99 strict aliasing rules. | des | 2004-03-16 | 1 | -17/+14 |
* | Fix some aliasing problems. | das | 2004-02-16 | 1 | -6/+14 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 1 | -2/+0 |
* | Add prototypes for the three syscall stubs that are invoked here, | nectar | 2004-01-19 | 1 | -0/+4 |
* | Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the | das | 2004-01-18 | 1 | -0/+3 |
* | We need to discard `const'ness explicitly when invoking sysarch. | nectar | 2004-01-10 | 1 | -1/+1 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 3 | -8/+3 |
* | Remove unused variables. Add required headers and function | nectar | 2004-01-06 | 7 | -6/+12 |
* | Install the user trap handlers that libc provides from a constructor, so | jake | 2003-11-18 | 1 | -0/+2 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -1/+1 |
* | Implement signalcontext. | jake | 2003-08-08 | 2 | -2/+78 |
* | Add a comment describing why it's important for the values in this | das | 2003-05-08 | 1 | -0/+7 |
* | Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). | das | 2003-04-05 | 1 | -0/+8 |
* | Implement makecontext. | jake | 2003-04-01 | 3 | -3/+129 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 2 | -0/+17 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 1 | -0/+5 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+43 |
* | Rewrite longjmp() and _longjmp() to directly restore the saved frame, | tmm | 2003-01-05 | 2 | -55/+19 |
* | Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(), | tmm | 2003-01-05 | 1 | -2/+4 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -1/+1 |
* | Re-apply the previously backed-out commit that fixes the problem where | archie | 2002-10-31 | 1 | -1/+1 |
* | Rename the libc signal trampoline to __sigtramp to match netbsd. This | jake | 2002-10-22 | 2 | -4/+4 |
* | Revert previous commit to unbreak world until we figure out the | archie | 2002-09-20 | 1 | -1/+1 |
* | Fix a problem with the definition of HUGE_VAL causing the gcc warning | archie | 2002-09-19 | 1 | -1/+1 |
* | Use the macros from machine/fsr.h; some minor cleanups. | tmm | 2002-09-14 | 1 | -5/+6 |
* | Add implementations of fpgetmask(), fpgetround(), fpgetsticky(), | tmm | 2002-09-14 | 6 | -1/+126 |
* | Add an implementation of fabs() (which is quite trivial). | tmm | 2002-09-13 | 2 | -1/+38 |
* | Install the userland signal trampoline when sigaction is first called, | jake | 2002-09-03 | 2 | -1/+50 |
* | Use FOO(a) for macros with variadic args, instead of FOO(a,) or FOO(a, ). | jake | 2002-09-02 | 1 | -3/+3 |
* | Add missing ret instruction to the ptrace() syscall wrapper. | tmm | 2002-07-11 | 1 | -0/+2 |
* | Use FBSDID | obrien | 2002-06-30 | 13 | -84/+32 |
* | Use __FBSDID. | obrien | 2002-06-29 | 5 | -36/+9 |
* | Add frexp(3). | obrien | 2002-06-29 | 2 | -2/+80 |
* | Remove unneeded include of machine/emul.h. | jake | 2002-06-18 | 1 | -1/+0 |
* | Implement _Qp_sqrt. I've been unable to find a C program that gcc generates | jake | 2002-06-04 | 1 | -0/+14 |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | jake | 2002-05-23 | 1 | -5/+3 |
* | Use the right byte order for unaligned stores. <blush>. | jake | 2002-05-13 | 1 | -1/+1 |
* | Handle alignment fault fixups in libc rather than in the kernel. | jake | 2002-05-13 | 5 | -2/+120 |
* | Add a support macro to convert the 5-bit packed register field of | jake | 2002-05-11 | 3 | -66/+90 |
* | Use __FBSDID | obrien | 2002-05-06 | 1 | -2/+3 |
* | We typically don't add trailing /'s. | obrien | 2002-05-06 | 1 | -1/+1 |
* | Add an alternate signal trampoline to libc; add a wrapper for the sigtramp | jake | 2002-04-29 | 4 | -2/+96 |
* | Add code to emulate arithmetic, comparison and conversion operations | jake | 2002-04-28 | 2 | -1/+136 |
* | Emulate ldq and stq (load/store long double) instructions. GCC has started | jake | 2002-04-27 | 12 | -106/+252 |
* | Rename some fields in struct frame to be compatible with NetBSD/OpenBSD, | jake | 2002-04-09 | 1 | -1/+1 |
* | htonl() and ntohl() operate on unsinged types, so they must zero-extend, | tmm | 2002-04-06 | 2 | -2/+2 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 4 | -7/+6 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 12 | -29/+42 |
* | SCM ID tweak. | obrien | 2002-03-22 | 2 | -2/+0 |
* | Remove __P() usage. | obrien | 2002-03-21 | 2 | -24/+24 |