| Commit message (Expand) | Author | Age | Files | Lines |
* | Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?) | peter | 2003-04-30 | 1 | -5/+4 |
* | Update for AMD64 contexts. Note that this still has some x87-style FPU | peter | 2003-04-30 | 3 | -105/+112 |
* | Reduce the SRCS to what compiles | peter | 2003-04-30 | 1 | -3/+3 |
* | Update for AMD64 (repocopied from i386/net). We can depend on having | peter | 2003-04-30 | 4 | -10/+6 |
* | Update for AMD64-style syscalls. Repocopied from i386/SYS.h. | peter | 2003-04-30 | 1 | -7/+4 |
* | Floating point libc functions traditionally written in ASM. | obrien | 2003-04-30 | 2 | -0/+113 |
* | Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). | das | 2003-04-05 | 1 | -0/+5 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 2 | -0/+13 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 1 | -0/+2 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+43 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -2/+0 |
* | Disconnect the userland get/set/swapcontext() functions from | deischen | 2002-11-16 | 1 | -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 |
* | Fixed editing error in previous commit (*blush*). | bde | 2002-09-17 | 1 | -1/+1 |
* | Fixed unsorting of SRCS. | bde | 2002-09-17 | 1 | -2/+2 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -5/+1 |
* | Save and restore FPU state properly in ucontext_t's. | mini | 2002-09-16 | 1 | -1/+1 |
* | Use '_end' symbol instead of 'end' to initialize minbrk and curbrk | kan | 2002-08-08 | 1 | -3/+3 |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | jake | 2002-05-23 | 1 | -5/+3 |
* | Restore CSRG ID's lost in January 1995. | obrien | 2002-03-23 | 20 | -75/+96 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -2/+1 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 4 | -13/+9 |
* | 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 | 4 | -4/+12 |
* | Fixed unsorting and splitting of SRCS in previous commit. | bde | 2002-01-11 | 1 | -2/+2 |
* | Add getcontext, setcontext, makecontext, and swapcontext. These | deischen | 2002-01-10 | 1 | -0/+1 |
* | Use 'mov' instead of 'lea' for setting the syscall number in %eax as that | jhb | 2001-11-27 | 6 | -9/+9 |
* | Cleanups after previous change: | jhb | 2001-11-13 | 1 | -9/+2 |
* | The kernel already fixes up %eax for parents that return from fork, so | jhb | 2001-11-13 | 2 | -6/+2 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 9 | -9/+6 |
* | Just use RSYSCALL. | ru | 2001-10-19 | 1 | -2/+1 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 20 | -43/+6 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
* | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | deischen | 2001-01-29 | 4 | -38/+9 |
* | 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 | 6 | -60/+30 |
* | Remove last vestiges of thr_sleep and thr_wakeup from libc. | jake | 2000-12-02 | 1 | -1/+1 |
* | Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.x | jhb | 2000-11-28 | 1 | -1/+1 |
* | Add a couple of debug register helper functions to assist in setting | bsd | 2000-09-21 | 1 | -2/+4 |
* | rfork(2) wrapper for simple rfork-style threads. I have lost count of | peter | 2000-07-29 | 1 | -1/+1 |
* | Use assembler directives rather than ALTENTRY() so that longjmp() and | jasone | 2000-05-04 | 2 | -10/+8 |
* | 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 | -9/+9 |
* | For syscalls that are renamed to _thread_sys_foo, create a weak alias | jasone | 2000-01-28 | 1 | -7/+7 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -6/+7 |
* | Remove unnecessary alternate entry points for *setjmp(). Make the main | jasone | 2000-01-20 | 3 | -15/+18 |
* | 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 | 4 | -12/+25 |