| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix fabs(). This commit brought to you by the letter 'l'. | peter | 2003-09-26 | 1 | -1/+1 |
* | Sigh. I can't win anything. Use addq rather than addl with %rsp. | peter | 2003-09-04 | 1 | -1/+1 |
* | Apply same basic fix for getcontext(2) as for i386. Store the return | peter | 2003-09-04 | 2 | -2/+56 |
* | Fix some minor whitespace botches | peter | 2003-09-04 | 1 | -1/+1 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -1/+1 |
* | Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context. | davidxu | 2003-07-26 | 1 | -0/+1 |
* | Instantiate explicit callable versions of the machine/ieeefp.h inlines | peter | 2003-07-22 | 9 | -1/+67 |
* | Turn off the libc/quad functions since they are not needed for amd64 | peter | 2003-07-22 | 1 | -0/+9 |
* | Add amd64 versions of makecontext() and signalcontext() needed | deischen | 2003-07-19 | 3 | -1/+208 |
* | This is unusable on amd64. Remove it before it causes more confusion. | peter | 2003-06-13 | 1 | -53/+0 |
* | Use C99 compatible ASM statements. | obrien | 2003-06-10 | 1 | -1/+1 |
* | Cosmetic; record offsets used within jmpbuf | peter | 2003-06-02 | 3 | -30/+30 |
* | Fix sigsetjmp(). It helps if we do not try to save the old signal mask | peter | 2003-06-02 | 1 | -0/+1 |
* | Repair PIC mode. It seems I was a bit too excited about the | peter | 2003-05-24 | 7 | -15/+89 |
* | Update ldexp.c for amd64. | peter | 2003-05-10 | 2 | -7/+1 |
* | Add a comment describing why it's important for the values in this | das | 2003-05-08 | 1 | -0/+7 |
* | SIG_SETMASK is 3, not 1. Sigh. | peter | 2003-05-08 | 1 | -1/+1 |
* | Fix an embarresing transcription error from i386 to amd64. Put the arguments | peter | 2003-05-08 | 2 | -13/+12 |
* | Tidy up modf.S and make it actually work. It wasn't extracting | peter | 2003-05-08 | 1 | -16/+13 |
* | Fix typo, even though this is unused. | peter | 2003-05-08 | 1 | -1/+1 |
* | Like ia64, amd64 has got a 16 byte sized and aligned 'long double'. | peter | 2003-05-08 | 1 | -1/+2 |
* | Turn off alloca.S - it cannot possibly work like this since on AMD64, gcc | peter | 2003-05-07 | 1 | -1/+1 |
* | Actually use the correct values for AMD64. It is a 64 bit platform, | peter | 2003-05-07 | 1 | -0/+4 |
* | Convert the i386 alloca(3) to the x86-64 ISA. | obrien | 2003-05-01 | 1 | -0/+53 |
* | Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S. | peter | 2003-04-30 | 1 | -12/+2 |
* | Update for AMD64 after repocopy from i386/sys/*. This means: | peter | 2003-04-30 | 6 | -105/+35 |
* | I have no idea why the reboot(2) syscall wrapper ends with iret, but | peter | 2003-04-30 | 1 | -1/+1 |
* | Update for AMD64. Depend on %rdi (first syscall argument) being preserved | peter | 2003-04-30 | 1 | -4/+3 |
* | 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 |