| Commit message (Expand) | Author | Age | Files | Lines |
* | We should also save and restore the MXCSR as on amd64, but detecting | das | 2008-06-28 | 2 | -2/+0 |
* | Add an alternative view of the bits in an 80-bit long double (64+16 | bde | 2008-01-17 | 1 | -1/+6 |
* | Since nan() is supposed to work the same as strtod("nan(...)", NULL), | das | 2007-12-18 | 1 | -3/+0 |
* | Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace so | das | 2007-12-16 | 1 | -0/+3 |
* | Arrange so that the NaN returned by strtod("nan", NULL) is the same as | das | 2007-12-16 | 1 | -4/+4 |
* | In scanf, round according to the current rounding mode. | das | 2007-12-03 | 1 | -1/+1 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | peter | 2007-07-04 | 1 | -3/+5 |
* | Adjust the syscall stub macros to be consistent in their meaning. In | peter | 2007-07-04 | 1 | -2/+3 |
* | Some libc symbol map cleanups. | deischen | 2007-05-31 | 1 | -4/+0 |
* | Remove .mcount from gmon's Symbol map and add it to the appropriate | deischen | 2007-05-13 | 1 | -0/+1 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -9/+11 |
* | Clean-ip TLS symbol versions. [_]__tls_get_addr function is part of | kan | 2007-04-09 | 1 | -0/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 23 | -91/+0 |
* | Handle inf/nan correctly. | das | 2007-01-06 | 1 | -2/+14 |
* | The distinction between quiet and signaling NaN formats is | das | 2007-01-03 | 1 | -0/+21 |
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 5 | -206/+0 |
* | Forgot to bump the document date. | ru | 2006-10-13 | 1 | -1/+1 |
* | Some word smithing adopted from the PR. | ru | 2006-10-13 | 1 | -14/+14 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -6/+6 |
* | 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 |
* | A few minor wording changes and a clarification about error conditions. | bsd | 2006-05-03 | 1 | -10/+10 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+1 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+71 |
* | 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 | 2 | -7/+4 |
* | No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even when | peter | 2005-04-26 | 6 | -166/+2 |
* | Eliminate an unpredictable branch from bcmp(). | alc | 2005-04-21 | 1 | -5/+4 |
* | Attempt i386_set_gsbase() before using the user_ldt code. Unimplemented | peter | 2005-04-14 | 1 | -1/+4 |
* | Add stubs for the %fs/%gs base management calls. | peter | 2005-04-14 | 5 | -0/+149 |
* | Fix strict-alias warnings by removing excessive (and wrong) casts. | peter | 2005-04-07 | 2 | -2/+2 |
* | 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 |