summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen
Commit message (Expand)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-096-24/+0
* Handle inf/nan correctly.das2007-01-061-2/+14
* GC dead code. If we want to stay polite to the foreign compilers,ru2006-09-052-63/+1
* Replace absolute addressing in the call instructions with position-independendkib2006-06-051-2/+3
* Include a couple of headers to ensure consistency between the prototype andstefanf2005-09-122-0/+4
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.peter2005-06-291-18/+1
* Provide stub functions for i386_set_ldt() and i386_get_ldt() even whenpeter2005-04-261-4/+0
* No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even whenpeter2005-04-261-1/+1
* Attempt i386_set_gsbase() before using the user_ldt code. Unimplementedpeter2005-04-141-1/+4
* Make sure the first argument to the user function is 16-byte aligned.deischen2004-12-051-5/+7
* When building the custom i386 libraries for use on amd64 kernels, wepeter2004-11-061-0/+4
* Add support for TLS in statically linked programs.dfr2004-08-152-1/+53
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-192-1/+26
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-182-68/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-092-76/+1
* Follow previous change in makecontext. Use %esi to store next ucpdavidxu2004-07-021-1/+1
* Use %esi to store next ucp pointer. Mark end of stack bydavidxu2004-07-022-3/+4
* Remove the code and an associated comment for gcc 1.x compatibilitydas2004-02-161-9/+1
* Fix some aliasing problems.das2004-02-161-14/+19
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-101-3/+1
* Push the alloca #error warning farther down to play nicer with some out ofobrien2003-06-251-2/+4
* Only use this with a non-GCC compiler.obrien2003-06-141-0/+2
* Use C99 compatible ASM statements.obrien2003-06-021-1/+1
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.jhb2003-05-071-0/+4
* Align signal frame placed on stack to 16 bytes so that SSE FPU registerdeischen2003-03-291-1/+2
* Remove these from libc; they are now system calls.deischen2003-02-181-158/+0
* Call the weak symbol for sigprocmask, so that it can be overridden.mini2003-02-171-1/+1
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-0/+1
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+2
* Implement fpclassify():mike2003-02-081-0/+3
* Disconnect the userland get/set/swapcontext() functions fromdeischen2002-11-161-2/+2
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-1/+1
* Style cleanup:mini2002-09-211-14/+11
* Revert previous commit to unbreak world until we figure out thearchie2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-191-1/+1
* Fixed editing error in previous commit (*blush*).bde2002-09-171-1/+1
* Fixed unsorting of SRCS.bde2002-09-171-2/+2
* Use a weak symbol for signalcontext().mini2002-09-171-1/+3
* Add signalcontext(), which adds a signal frame to a ucontext_t.mini2002-09-171-0/+80
* Save and restore FPU state properly in ucontext_t's.mini2002-09-163-35/+28
* Include <stdlib.h> to have abort() and exit() declared.robert2002-08-151-0/+1
* Standardize on our SCM ID style.obrien2002-03-235-31/+9
* Restore CSRG ID's lost in January 1995.obrien2002-03-239-25/+53
* Fix the style of the SCM ID's.obrien2002-03-224-13/+9
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisepeter2002-03-211-1/+1
* Fixed unsorting and splitting of SRCS in previous commit.bde2002-01-111-2/+2
* Add getcontext, setcontext, makecontext, and swapcontext. Thesedeischen2002-01-104-0/+381
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatjhb2001-11-271-3/+3
* De-orbit DEFS.h - the other arches do not use it, and it got replacedpeter2001-10-246-6/+4
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-139-21/+6
OpenPOWER on IntegriCloud