| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Revert previous commit. We don't use setjmp()/longjmp() for context | Marcel Moolenaar | 2003-07-25 | 1 | -4/+2 |
| * | Implement signalcontext(). Needed by libpthread (aka libkse). | Marcel Moolenaar | 2003-06-24 | 2 | -1/+123 |
| * | o Fix a cut-n-paste bug. We were clobbering rp with gp... | Marcel Moolenaar | 2003-06-02 | 1 | -2/+2 |
| * | Rough implement of makecontext() needed to support libthr. | Marcel Moolenaar | 2003-05-31 | 2 | -1/+122 |
| * | Revamp of the syscall path, exception and context handling. The | Marcel Moolenaar | 2003-05-16 | 3 | -12/+23 |
| * | Add a comment describing why it's important for the values in this | David Schultz | 2003-05-08 | 1 | -0/+7 |
| * | Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). | David Schultz | 2003-04-05 | 1 | -0/+5 |
| * | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz | 2003-03-12 | 2 | -0/+35 |
| * | Fix threaded applications on ia64 that are linked dynamicly. We did | Marcel Moolenaar | 2003-03-05 | 1 | -3/+5 |
| * | ABI breaker: Move the J_SIGMASK field in the jmpbuf before | Marcel Moolenaar | 2003-03-05 | 1 | -2/+2 |
| * | Use __FBSDID. | David E. O'Brien | 2003-03-03 | 35 | -44/+85 |
| * | ia64 actually uses 80-bit long doubles and must support big and little | Mike Barcroft | 2003-02-26 | 2 | -3/+27 |
| * | o Implement C99 classification macros isfinite(), isinf(), isnan(), | Mike Barcroft | 2003-02-12 | 1 | -0/+5 |
| * | Implement fpclassify(): | Mike Barcroft | 2003-02-08 | 2 | -0/+43 |
| * | Implement missing fpgetround() and fpsetround(). | Marcel Moolenaar | 2003-01-11 | 3 | -2/+84 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 2 | -2/+2 |
| * | Sort SRCS. | Marcel Moolenaar | 2002-11-16 | 1 | -5/+4 |
| * | o Fix _longjmp() to return 1 when the return value is given as 0. | Marcel Moolenaar | 2002-11-14 | 1 | -52/+25 |
| * | ia64 ABI breaker: | Marcel Moolenaar | 2002-11-11 | 3 | -38/+6 |
| * | Re-apply the previously backed-out commit that fixes the problem where | Archie Cobbs | 2002-10-31 | 1 | -1/+1 |
| * | Revert previous commit to unbreak world until we figure out the | Archie Cobbs | 2002-09-20 | 1 | -1/+1 |
| * | Fix a problem with the definition of HUGE_VAL causing the gcc warning | Archie Cobbs | 2002-09-19 | 1 | -1/+1 |
| * | We cannot use an alloc with only inputs and/or locals. The kernel | Marcel Moolenaar | 2002-08-23 | 1 | -11/+16 |
| * | Generate the normal asm stubs for all sysv system calls. Use these instead | Jake Burkholder | 2002-05-23 | 1 | -5/+3 |
| * | Our default syscall.S is identical to what was explicitly being done for | David E. O'Brien | 2002-05-15 | 2 | -34/+1 |
| * | Implement _Unwind_FindTableEntry(). This function is part of GCC | Marcel Moolenaar | 2002-04-13 | 2 | -0/+130 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -2/+3 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 7 | -9/+21 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 2 | -3/+3 |
| * | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 6 | -8/+14 |
| * | Implement fpsetmask() and fpgetmask(). | Doug Rabson | 2001-11-03 | 3 | -1/+83 |
| * | Compensate for the way that _setjmp aligns the start of jmp_buf. | Doug Rabson | 2001-10-26 | 2 | -5/+23 |
| * | Fix WAW dependency. p6 is written in the syscall epilogue. | Peter Wemm | 2001-10-22 | 1 | -0/+1 |
| * | Fix a few more dependancy violations. | Doug Rabson | 2001-10-22 | 1 | -3/+3 |
| * | Implement setjmp, longjmp, sigsetjmp and siglongjmp. | Doug Rabson | 2001-10-20 | 3 | -104/+53 |
| * | Add __divdf3(), __divsf3() and __infinity[]. | Doug Rabson | 2001-10-20 | 4 | -1/+296 |
| * | Adjust so that we don't use relocations which can't exist in a shared | Doug Rabson | 2001-10-10 | 4 | -5/+10 |
| * | Shorter versions of the byte swapping code. | Doug Rabson | 2001-10-10 | 2 | -15/+7 |
| * | Fix a load of dependancy violations. | Doug Rabson | 2001-10-05 | 2 | -7/+7 |
| * | Fix a whole bunch of dependancy bugs and make it actually work when the | Doug Rabson | 2001-09-22 | 1 | -7/+10 |
| * | Fix byte swapping - it was totally broken. | Doug Rabson | 2001-09-22 | 2 | -5/+6 |
| * | Implement _setjmp()/_longjmp(). | Doug Rabson | 2001-09-04 | 1 | -118/+338 |
| * | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov | 2001-08-13 | 3 | -6/+0 |
| * | Use relative paths to find byte_swap_*.S to make it easier to use these | Doug Rabson | 2001-03-06 | 4 | -4/+4 |
| * | Make this compile. Still need to write/borrow a working setjmp. | Doug Rabson | 2001-03-06 | 1 | -0/+1 |
| * | Correct a comment. | David E. O'Brien | 2001-03-05 | 1 | -1/+1 |
| * | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | Daniel Eischen | 2001-01-29 | 6 | -61/+24 |
| * | Comment only change; s/_thread_sys_/__sys_/ | Daniel Eischen | 2001-01-26 | 1 | -2/+2 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 5 | -56/+15 |
| * | Remove last vestiges of thr_sleep and thr_wakeup from libc. | Jake Burkholder | 2000-12-02 | 1 | -1/+1 |