aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-2175-75/+75
* Remove hand-written labs/abs implementations. GCC is smart enough.Ed Schouten2009-06-233-95/+1
* Remove unneeded stores back into the function arguments.Ed Schouten2009-06-222-4/+0
* Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(),Konstantin Belousov2009-04-011-4/+3
* On i386, the primary function that SYSCALL() generates is with thePeter Wemm2008-11-153-3/+3
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesePeter Wemm2008-11-0243-4/+59
* We should also save and restore the MXCSR as on amd64, but detectingDavid Schultz2008-06-282-2/+0
* Add an alternative view of the bits in an 80-bit long double (64+16Bruce Evans2008-01-171-1/+6
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-181-3/+0
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace soDavid Schultz2007-12-161-0/+3
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asDavid Schultz2007-12-161-4/+4
* In scanf, round according to the current rounding mode.David Schultz2007-12-031-1/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+5
* Adjust the syscall stub macros to be consistent in their meaning. InPeter Wemm2007-07-041-2/+3
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-4/+0
* Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen2007-05-131-0/+1
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-9/+11
* Clean-ip TLS symbol versions. [_]__tls_get_addr function is part ofAlexander Kabaev2007-04-091-0/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0923-91/+0
* Handle inf/nan correctly.David Schultz2007-01-061-2/+14
* The distinction between quiet and signaling NaN formats isDavid Schultz2007-01-031-0/+21
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-065-206/+0
* Forgot to bump the document date.Ruslan Ermilov2006-10-131-1/+1
* Some word smithing adopted from the PR.Ruslan Ermilov2006-10-131-14/+14
* Markup fixes.Ruslan Ermilov2006-09-171-6/+6
* 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
* A few minor wording changes and a clarification about error conditions.Brian S. Dean2006-05-031-10/+10
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+71
* 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-262-7/+4
* No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even whenPeter Wemm2005-04-266-166/+2
* Eliminate an unpredictable branch from bcmp().Alan Cox2005-04-211-5/+4
* Attempt i386_set_gsbase() before using the user_ldt code. UnimplementedPeter Wemm2005-04-141-1/+4
* Add stubs for the %fs/%gs base management calls.Peter Wemm2005-04-145-0/+149
* Fix strict-alias warnings by removing excessive (and wrong) casts.Peter Wemm2005-04-072-2/+2
* Define LDBL_NBIT to be a mask indicating the position of the integerDavid Schultz2005-03-071-1/+2
* Update my email address.David Schultz2005-02-061-1/+1
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-151-0/+0
* Make sure the first argument to the user function is 16-byte aligned.Daniel Eischen2004-12-051-5/+7
* Remove 80386 support from libc.John Baldwin2004-11-162-12/+0
* When building the custom i386 libraries for use on amd64 kernels, wePeter Wemm2004-11-066-0/+170
* Sync with sys/i386/include/endian.h: use the single instruction 'bswap'.David E. O'Brien2004-10-182-0/+8
* 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