| Commit message (Expand) | Author | Age | Files | Lines |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 6 | -24/+0 |
* | Handle inf/nan correctly. | das | 2007-01-06 | 1 | -2/+14 |
* | GC dead code. If we want to stay polite to the foreign compilers, | ru | 2006-09-05 | 2 | -63/+1 |
* | Replace absolute addressing in the call instructions with position-independend | kib | 2006-06-05 | 1 | -2/+3 |
* | Include a couple of headers to ensure consistency between the prototype and | stefanf | 2005-09-12 | 2 | -0/+4 |
* | Clean out the leftovers from the i386_set_gsbase() TLS conversion. | peter | 2005-06-29 | 1 | -18/+1 |
* | Provide stub functions for i386_set_ldt() and i386_get_ldt() even when | peter | 2005-04-26 | 1 | -4/+0 |
* | No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even when | peter | 2005-04-26 | 1 | -1/+1 |
* | Attempt i386_set_gsbase() before using the user_ldt code. Unimplemented | peter | 2005-04-14 | 1 | -1/+4 |
* | Make sure the first argument to the user function is 16-byte aligned. | deischen | 2004-12-05 | 1 | -5/+7 |
* | When building the custom i386 libraries for use on amd64 kernels, we | peter | 2004-11-06 | 1 | -0/+4 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 2 | -1/+53 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 2 | -1/+26 |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 2 | -68/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 2 | -76/+1 |
* | Follow previous change in makecontext. Use %esi to store next ucp | davidxu | 2004-07-02 | 1 | -1/+1 |
* | Use %esi to store next ucp pointer. Mark end of stack by | davidxu | 2004-07-02 | 2 | -3/+4 |
* | Remove the code and an associated comment for gcc 1.x compatibility | das | 2004-02-16 | 1 | -9/+1 |
* | Fix some aliasing problems. | das | 2004-02-16 | 1 | -14/+19 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 1 | -3/+1 |
* | Push the alloca #error warning farther down to play nicer with some out of | obrien | 2003-06-25 | 1 | -2/+4 |
* | Only use this with a non-GCC compiler. | obrien | 2003-06-14 | 1 | -0/+2 |
* | Use C99 compatible ASM statements. | obrien | 2003-06-02 | 1 | -1/+1 |
* | Properly cleanup the stack before jumping to cerror() if rfork(2) fails. | jhb | 2003-05-07 | 1 | -0/+4 |
* | Align signal frame placed on stack to 16 bytes so that SSE FPU register | deischen | 2003-03-29 | 1 | -1/+2 |
* | Remove these from libc; they are now system calls. | deischen | 2003-02-18 | 1 | -158/+0 |
* | Call the weak symbol for sigprocmask, so that it can be overridden. | mini | 2003-02-17 | 1 | -1/+1 |
* | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | nectar | 2003-02-16 | 1 | -0/+1 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 1 | -0/+2 |
* | Implement fpclassify(): | mike | 2003-02-08 | 1 | -0/+3 |
* | 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 |
* | Style cleanup: | mini | 2002-09-21 | 1 | -14/+11 |
* | 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 |
* | Use a weak symbol for signalcontext(). | mini | 2002-09-17 | 1 | -1/+3 |
* | Add signalcontext(), which adds a signal frame to a ucontext_t. | mini | 2002-09-17 | 1 | -0/+80 |
* | Save and restore FPU state properly in ucontext_t's. | mini | 2002-09-16 | 3 | -35/+28 |
* | Include <stdlib.h> to have abort() and exit() declared. | robert | 2002-08-15 | 1 | -0/+1 |
* | Standardize on our SCM ID style. | obrien | 2002-03-23 | 5 | -31/+9 |
* | Restore CSRG ID's lost in January 1995. | obrien | 2002-03-23 | 9 | -25/+53 |
* | 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 |
* | 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 | 4 | -0/+381 |
* | Use 'mov' instead of 'lea' for setting the syscall number in %eax as that | jhb | 2001-11-27 | 1 | -3/+3 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 6 | -6/+4 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 9 | -21/+6 |