| Commit message (Expand) | Author | Age | Files | Lines |
* | Define LDBL_NBIT to be a mask indicating the position of the integer | das | 2005-03-07 | 1 | -1/+2 |
* | Update my email address. | das | 2005-02-06 | 1 | -1/+1 |
* | Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc. | das | 2005-01-15 | 1 | -0/+0 |
* | Make sure the first argument to the user function is 16-byte aligned. | deischen | 2004-12-05 | 1 | -5/+7 |
* | Remove 80386 support from libc. | jhb | 2004-11-16 | 2 | -12/+0 |
* | When building the custom i386 libraries for use on amd64 kernels, we | peter | 2004-11-06 | 6 | -0/+170 |
* | Sync with sys/i386/include/endian.h: use the single instruction 'bswap'. | obrien | 2004-10-18 | 2 | -0/+8 |
* | 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 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 2 | -6/+12 |
* | Follow previous change in makecontext. Use %esi to store next ucp | davidxu | 2004-07-02 | 1 | -1/+1 |
* | Removed trailing whitespace. | ru | 2004-07-02 | 1 | -10/+10 |
* | 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 |
* | 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 | 5 | -15/+5 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
* | Make getcontext(2) work on i386. It needs a small wrapper in libc | peter | 2003-09-04 | 2 | -2/+52 |
* | Add the mlockall() and munlockall() system calls. | bms | 2003-08-11 | 1 | -1/+1 |
* | Allow foot shooting as Linux emulation needs it. | julian | 2003-08-04 | 1 | -1/+2 |
* | Update manual for i386_set_ldt to reflect newly added features. | davidxu | 2003-07-31 | 1 | -0/+34 |
* | 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 |
* | Remove stale reference to the deprecated USER_LDT option. The associated | jhb | 2003-06-09 | 1 | -4/+0 |
* | Use C99 compatible ASM statements. | obrien | 2003-06-02 | 1 | -1/+1 |
* | Assorted mdoc(7) fixes. | ru | 2003-05-22 | 1 | -6/+9 |
* | Fixed troff(1) and mdoc(7) warnings. | ru | 2003-05-18 | 1 | -1/+1 |
* | Add a comment describing why it's important for the values in this | das | 2003-05-08 | 1 | -0/+7 |
* | Properly cleanup the stack before jumping to cerror() if rfork(2) fails. | jhb | 2003-05-07 | 1 | -0/+4 |
* | Document VM86_INTCALL. | mdodd | 2003-04-29 | 1 | -4/+35 |
* | Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). | das | 2003-04-05 | 1 | -0/+5 |
* | MFp4: Pentium/Athlon-optimised implementation of wcschr(). | tjr | 2003-04-05 | 2 | -1/+78 |
* | Align signal frame placed on stack to 16 bytes so that SSE FPU register | deischen | 2003-03-29 | 1 | -1/+2 |
* | MFp4: Pentium/Athlon-optimised implementation of wcslen(). | tjr | 2003-03-14 | 2 | -1/+69 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 2 | -0/+13 |
* | MFp4: Reduce code size by 26 bytes by only aligning the jump targets that | tjr | 2003-03-12 | 1 | -10/+1 |
* | MFp4: Pentium/Athlon-optimised implementation of wmemchr(). | tjr | 2003-03-12 | 2 | -1/+115 |
* | MFp4: Pentium-optimised implementation of wcscmp(). Performs significantly | tjr | 2003-03-10 | 2 | -1/+80 |
* | 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 | 6 | -0/+11 |
* | o Implement C99 classification macros isfinite(), isinf(), isnan(), | mike | 2003-02-12 | 1 | -0/+2 |
* | Implement fpclassify(): | mike | 2003-02-08 | 2 | -0/+43 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Back out the -fpcc-struct-return fixes. | kan | 2002-12-22 | 2 | -24/+68 |