| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | das | 2005-01-15 | 2 | -5/+4 |
* | Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops! | peter | 2004-10-27 | 1 | -0/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 2 | -1/+39 |
* | 1. Use correct alignment mask, -15 != ~15 | davidxu | 2004-07-31 | 1 | -2/+2 |
* | Set fpu context flags to known values, zero is illegal. | davidxu | 2004-07-28 | 1 | -0/+2 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 2 | -1/+27 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 2 | -69/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 2 | -76/+1 |
* | Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's | davidxu | 2004-06-15 | 1 | -1/+1 |
* | Fix Yet Another 16 byte stack alignment bug. Thankfully, this one is | peter | 2004-03-31 | 2 | -10/+10 |
* | Change the syscall stub branch orders so that the static branch prediction | peter | 2004-02-22 | 4 | -12/+51 |
* | Fix a typo in the !__GNUC__ case and remove an obsolete comment. | das | 2004-02-16 | 1 | -3/+1 |
* | Fix some aliasing problems. | das | 2004-02-16 | 1 | -14/+19 |
* | Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do | peter | 2004-02-08 | 1 | -10/+35 |
* | 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 | 4 | -12/+4 |
* | "Fix" makecontext() so that the C code begins execution with its | peter | 2003-12-05 | 1 | -2/+6 |
* | Add implementations of amd64_[gs]et_[fg]sbase(). | peter | 2003-10-23 | 5 | -0/+158 |
* | Add rfork_thread(3). | alc | 2003-10-13 | 2 | -1/+102 |
* | 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 |