summaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-2385-85/+85
* Add 6.x-compatable fs/gsbase functions. This means we can use libraries withPeter Wemm2005-04-251-0/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-04-204-0/+148
* MFC: sync with sys/i386/include/endian.h: use the single instruction 'bswap'.David E. O'Brien2005-02-272-0/+8
* MFC: 1.5: Make sure the first argument to the user function is 16-byteJohn Baldwin2005-02-031-5/+7
* MFC: i386-on-amd64 binary support for TLS. Oops, I thought I'd alreadyPeter Wemm2004-11-271-0/+4
* MFC: i386-on-amd64 TLS compat gluePeter Wemm2004-11-261-0/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-11-064-0/+162
* Add support for TLS in statically linked programs.Doug Rabson2004-08-152-1/+53
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-192-1/+26
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-182-68/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-092-76/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-6/+12
* Follow previous change in makecontext. Use %esi to store next ucpDavid Xu2004-07-021-1/+1
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-10/+10
* Use %esi to store next ucp pointer. Mark end of stack byDavid Xu2004-07-022-3/+4
* Remove the code and an associated comment for gcc 1.x compatibilityDavid Schultz2004-02-161-9/+1
* Fix some aliasing problems.David Schultz2004-02-161-14/+19
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-3/+1
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of theDavid Schultz2004-01-181-0/+3
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-095-15/+5
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Make getcontext(2) work on i386. It needs a small wrapper in libcPeter Wemm2003-09-042-2/+52
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Allow foot shooting as Linux emulation needs it.Julian Elischer2003-08-041-1/+2
* Update manual for i386_set_ldt to reflect newly added features.David Xu2003-07-311-0/+34
* Push the alloca #error warning farther down to play nicer with some out ofDavid E. O'Brien2003-06-251-2/+4
* Only use this with a non-GCC compiler.David E. O'Brien2003-06-141-0/+2
* Remove stale reference to the deprecated USER_LDT option. The associatedJohn Baldwin2003-06-091-4/+0
* Use C99 compatible ASM statements.David E. O'Brien2003-06-021-1/+1
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-6/+9
* Fixed troff(1) and mdoc(7) warnings.Ruslan Ermilov2003-05-181-1/+1
* Add a comment describing why it's important for the values in thisDavid Schultz2003-05-081-0/+7
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.John Baldwin2003-05-071-0/+4
* Document VM86_INTCALL.Matthew N. Dodd2003-04-291-4/+35
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().David Schultz2003-04-051-0/+5
* MFp4: Pentium/Athlon-optimised implementation of wcschr().Tim J. Robbins2003-04-052-1/+78
* Align signal frame placed on stack to 16 bytes so that SSE FPU registerDaniel Eischen2003-03-291-1/+2
* MFp4: Pentium/Athlon-optimised implementation of wcslen().Tim J. Robbins2003-03-142-1/+69
* Replace our ancient dtoa/strtod implementation with the gdtoaDavid Schultz2003-03-122-0/+13
* MFp4: Reduce code size by 26 bytes by only aligning the jump targets thatTim J. Robbins2003-03-121-10/+1
* MFp4: Pentium/Athlon-optimised implementation of wmemchr().Tim J. Robbins2003-03-122-1/+115
* MFp4: Pentium-optimised implementation of wcscmp(). Performs significantlyTim J. Robbins2003-03-102-1/+80
* Remove these from libc; they are now system calls.Daniel Eischen2003-02-181-158/+0
* Call the weak symbol for sigprocmask, so that it can be overridden.Jonathan Mini2003-02-171-1/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-166-0/+11
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-0/+2
* Implement fpclassify():Mike Barcroft2003-02-082-0/+43
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* english(4) police.Jens Schweikhardt2002-12-271-1/+1