summaryrefslogtreecommitdiff
path: root/lib/libc/i386/gen
Commit message (Expand)AuthorAgeFilesLines
* Unify i386 and amd64 getcontextx.c, and use ifuncs while there.Konstantin Belousov2019-02-142-146/+1
* Remove support for SYS_sys_exit in favor of SYS_exit.Brooks Davis2018-06-011-4/+0
* Remove bogus checks against NCARGS.John Baldwin2018-01-311-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-254-2/+10
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-292-40/+4
* siglongjmp(): Preserve floating point exception flags on i386 and amd64.Jilles Tjoelker2014-06-091-1/+0
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andAndreas Tobler2013-11-213-6/+3
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-3/+13
* libc/i386: Do not export .cerror.Jilles Tjoelker2012-09-051-2/+1
* Executing CPUID with EAX set to 1 to actually get feature flags.David Xu2012-07-101-1/+1
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-212-1/+134
* Despite official i386 ABI does not mandate any stack alignment besidesKonstantin Belousov2011-11-022-0/+28
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-212-88/+1
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-077-0/+14
* Retire the amd64 and i386 specific inline assembly versions of ldexp.c,Dimitry Andric2010-09-301-68/+0
* Workaround LLVM bug #4434:Rui Paulo2010-09-211-3/+7
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesePeter Wemm2008-11-027-2/+12
* We should also save and restore the MXCSR as on amd64, but detectingDavid Schultz2008-06-282-2/+0
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-096-24/+0
* Handle inf/nan correctly.David Schultz2007-01-061-2/+14
* GC dead code. If we want to stay polite to the foreign compilers,Ruslan Ermilov2006-09-052-63/+1
* Replace absolute addressing in the call instructions with position-independendKonstantin Belousov2006-06-051-2/+3
* Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder2005-09-122-0/+4
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.Peter Wemm2005-06-291-18/+1
* Provide stub functions for i386_set_ldt() and i386_get_ldt() even whenPeter Wemm2005-04-261-4/+0
* No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even whenPeter Wemm2005-04-261-1/+1
* Attempt i386_set_gsbase() before using the user_ldt code. UnimplementedPeter Wemm2005-04-141-1/+4
* Make sure the first argument to the user function is 16-byte aligned.Daniel Eischen2004-12-051-5/+7
* When building the custom i386 libraries for use on amd64 kernels, wePeter Wemm2004-11-061-0/+4
* 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
* Follow previous change in makecontext. Use %esi to store next ucpDavid Xu2004-07-021-1/+1
* 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
* 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
* Use C99 compatible ASM statements.David E. O'Brien2003-06-021-1/+1
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.John Baldwin2003-05-071-0/+4
* Align signal frame placed on stack to 16 bytes so that SSE FPU registerDaniel Eischen2003-03-291-1/+2
* 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-161-0/+1
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-121-0/+2
* Implement fpclassify():Mike Barcroft2003-02-081-0/+3