| Commit message (Expand) | Author | Age | Files | Lines |
* | When required to negate the absoulte result of a division/remainder | peadar | 2004-11-27 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 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 |
* | Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the | das | 2004-01-18 | 1 | -0/+3 |
* | 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 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | tjr | 2003-10-29 | 1 | -4/+0 |
* | Fix wrong identifier on .end directive. The SYSCALL macro does name | marcel | 2003-08-16 | 4 | -4/+4 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -1/+1 |
* | 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 |
* | 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/+6 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 2 | -0/+17 |
* | 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 | 2 | -0/+42 |
* | Use __FBSDID. | obrien | 2003-01-19 | 28 | -42/+66 |
* | 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 |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | jake | 2002-05-23 | 1 | -5/+3 |
* | Our default syscall.S is identical to what was explicitly being done for | obrien | 2002-05-15 | 2 | -33/+1 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -1/+2 |
* | 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 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 6 | -8/+26 |
* | 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 |
* | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | deischen | 2001-01-29 | 6 | -69/+28 |
* | Comment only change; s/_thread_sys_/__sys_/ | deischen | 2001-01-26 | 1 | -2/+2 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 5 | -55/+24 |
* | Remove last vestiges of thr_sleep and thr_wakeup from libc. | jake | 2000-12-02 | 1 | -1/+1 |
* | 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 |
* | Take care to avoid having "strong" and "weak" symbols of the same name in | jasone | 2000-03-16 | 1 | -4/+0 |
* | Undo the ill-conceived breakage of the previous commit and really fix: | jasone | 2000-01-29 | 1 | -8/+10 |
* | For syscalls that are renamed to _thread_sys_foo, create a weak alias | jasone | 2000-01-28 | 1 | -2/+2 |