summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Provide stub functions for i386_set_ldt() and i386_get_ldt() even whenpeter2005-04-262-7/+4
* No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even whenpeter2005-04-266-166/+2
* Eliminate an unpredictable branch from bcmp().alc2005-04-211-5/+4
* Attempt i386_set_gsbase() before using the user_ldt code. Unimplementedpeter2005-04-141-1/+4
* Add stubs for the %fs/%gs base management calls.peter2005-04-145-0/+149
* Fix strict-alias warnings by removing excessive (and wrong) casts.peter2005-04-072-2/+2
* Define LDBL_NBIT to be a mask indicating the position of the integerdas2005-03-071-1/+2
* Update my email address.das2005-02-061-1/+1
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.das2005-01-151-0/+0
* Make sure the first argument to the user function is 16-byte aligned.deischen2004-12-051-5/+7
* Remove 80386 support from libc.jhb2004-11-162-12/+0
* When building the custom i386 libraries for use on amd64 kernels, wepeter2004-11-066-0/+170
* Sync with sys/i386/include/endian.h: use the single instruction 'bswap'.obrien2004-10-182-0/+8
* 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
* Mechanically kill hard sentence breaks.ru2004-07-022-6/+12
* Follow previous change in makecontext. Use %esi to store next ucpdavidxu2004-07-021-1/+1
* Removed trailing whitespace.ru2004-07-021-10/+10
* 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
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of thedas2004-01-181-0/+3
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-095-15/+5
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
* Make getcontext(2) work on i386. It needs a small wrapper in libcpeter2003-09-042-2/+52
* Add the mlockall() and munlockall() system calls.bms2003-08-111-1/+1
* Allow foot shooting as Linux emulation needs it.julian2003-08-041-1/+2
* Update manual for i386_set_ldt to reflect newly added features.davidxu2003-07-311-0/+34
* 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
* Remove stale reference to the deprecated USER_LDT option. The associatedjhb2003-06-091-4/+0
* Use C99 compatible ASM statements.obrien2003-06-021-1/+1
* Assorted mdoc(7) fixes.ru2003-05-221-6/+9
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-1/+1
* Add a comment describing why it's important for the values in thisdas2003-05-081-0/+7
* Properly cleanup the stack before jumping to cerror() if rfork(2) fails.jhb2003-05-071-0/+4
* Document VM86_INTCALL.mdodd2003-04-291-4/+35
* Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa().das2003-04-051-0/+5
* MFp4: Pentium/Athlon-optimised implementation of wcschr().tjr2003-04-052-1/+78
* Align signal frame placed on stack to 16 bytes so that SSE FPU registerdeischen2003-03-291-1/+2
* MFp4: Pentium/Athlon-optimised implementation of wcslen().tjr2003-03-142-1/+69
* Replace our ancient dtoa/strtod implementation with the gdtoadas2003-03-122-0/+13
* MFp4: Reduce code size by 26 bytes by only aligning the jump targets thattjr2003-03-121-10/+1
* MFp4: Pentium/Athlon-optimised implementation of wmemchr().tjr2003-03-122-1/+115
* MFp4: Pentium-optimised implementation of wcscmp(). Performs significantlytjr2003-03-102-1/+80
* 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
OpenPOWER on IntegriCloud