| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove alpha left-overs. | ru | 2006-08-22 | 19 | -1513/+0 |
* | Remove fpsetsticky(). This was added for SysV compatibility, but due | das | 2005-03-15 | 2 | -63/+1 |
* | Replace the ldexp() implementation in libc with a renamed copy of the | das | 2005-01-22 | 1 | -137/+0 |
* | When required to negate the absoulte result of a division/remainder | peadar | 2004-11-27 | 1 | -1/+1 |
* | Fix alpha build and add __FBSDID. | dfr | 2004-08-16 | 1 | -1/+4 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 2 | -1/+38 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 2 | -57/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 2 | -69/+1 |
* | Use unions to avoid violating C99 strict aliasing rules. | des | 2004-03-16 | 5 | -26/+36 |
* | Fix some aliasing problems. | das | 2004-02-16 | 1 | -6/+14 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | nectar | 2004-01-09 | 2 | -4/+2 |
* | Add required headers and function declarations. | nectar | 2004-01-06 | 2 | -0/+3 |
* | - Use the magic for ___sigreturn in __sigset. | jeff | 2003-11-14 | 1 | -3/+11 |
* | Add signalcontext() which will be needed by libpthread. | deischen | 2003-08-09 | 2 | -1/+104 |
* | Only allow trapframe formats instead of sigframe formats like the | marcel | 2003-07-30 | 1 | -4/+4 |
* | Remove these from libc; they are now system calls. | deischen | 2003-02-18 | 1 | -374/+0 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 1 | -0/+5 |
* | Implement fpclassify(): | mike | 2003-02-08 | 1 | -0/+3 |
* | Use __FBSDID. | obrien | 2003-01-19 | 7 | -18/+11 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -8/+8 |
* | Disconnect the userland get/set/swapcontext() functions from | deischen | 2002-11-16 | 2 | -2/+2 |
* | Re-apply the previously backed-out commit that fixes the problem where | archie | 2002-10-31 | 1 | -1/+1 |
* | 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 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 2 | -3/+3 |
* | Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise | peter | 2002-03-21 | 1 | -1/+1 |
* | Add getcontext, setcontext, makecontext, and swapcontext. These | deischen | 2002-01-10 | 4 | -0/+598 |
* | Save and restore t12 in the jmp_buf. t12 is used during function | deischen | 2001-12-22 | 2 | -0/+3 |
* | Fix vendor ID's. | obrien | 2001-11-07 | 12 | -36/+60 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 3 | -32/+8 |
* | Remove duplicate FreeBSD id tags. | jhb | 2000-08-21 | 3 | -3/+0 |
* | Take a shot at implementing a functional rfork_thread() for alpha. This | peter | 2000-07-29 | 2 | -0/+66 |
* | Finish moving all IEEE fp types to be the same on all arch's. | jhb | 2000-05-10 | 2 | -3/+3 |
* | Add FreeBSD Id tags. | obrien | 2000-05-10 | 12 | -1/+13 |
* | fp_except => fp_except_t for consistancy with the i386 and the tradition | obrien | 2000-05-10 | 4 | -8/+12 |
* | Remove unnecessary alternate entry points for *setjmp(). Make the main | jasone | 2000-01-20 | 3 | -18/+33 |
* | Make minor entry point changes to support libc_r. | jasone | 2000-01-19 | 3 | -6/+6 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 3 | -12/+28 |
* | In longjmp, call sigreturn instead of osigreturn. The latter isn't | jdp | 1999-10-14 | 1 | -1/+1 |
* | Fix misspelling of the "addq" opcode. | jdp | 1999-09-29 | 1 | -1/+1 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 1 | -4/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Declare the return address for __divX, __remX so that gdb can step over | dfr | 1999-05-02 | 1 | -1/+1 |
* | Implement fpsetmask() and other fp*() functions. Programs should use | dfr | 1998-12-23 | 7 | -27/+54 |
* | CALL -> PCALL for sigaltstack for libc_r. | jb | 1998-12-10 | 1 | -1/+1 |
* | Remove support for NetBSD syscalls. | jb | 1998-08-17 | 3 | -29/+1 |
* | Allow for the fact that NetBSD syscalls are no longer the default. Call | jb | 1998-08-08 | 1 | -0/+4 |
* | Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined. | jb | 1998-08-08 | 1 | -1/+3 |
* | Rename calls when building libc_r. | jb | 1998-06-09 | 1 | -3/+3 |
* | Remove a big hack after adding a small one to libc/gen/getcwd.c to | jb | 1998-05-15 | 2 | -232/+2 |