summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* The getcontext() from the __fillcontextx() call in thekib2013-05-281-3/+13
* - Correct mispellings of the word occurrencegabor2013-04-173-5/+5
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-301-0/+10
* libc/i386: Do not export .cerror.jilles2012-09-0511-41/+19
* Executing CPUID with EAX set to 1 to actually get feature flags.davidxu2012-07-101-1/+1
* Use struct vdso_timehands data to implement fast gettimeofday(2) andkib2012-06-222-1/+52
* mdoc: sort prologue macros.joel2012-03-263-3/+3
* Make the sys/ucontext.h self-contained by changing the return typekib2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot bekib2012-01-212-1/+134
* Change index() and rindex() to a weak alias.ed2012-01-052-2/+2
* Merge index() and strchr() together.ed2012-01-035-137/+7
* Despite official i386 ABI does not mandate any stack alignment besideskib2011-11-022-0/+28
* Replace a proliferation of buggy MD implementations of modf() with adas2011-10-213-89/+1
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadykib2011-02-042-4/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0743-0/+85
* libc: Remove the i386 assembler version of strlen(3).jilles2010-10-012-55/+1
* Retire the amd64 and i386 specific inline assembly versions of ldexp.c,dim2010-09-301-68/+0
* Workaround LLVM bug #4434:rpaulo2010-09-211-3/+7
* Remove hand-written labs/abs implementations. GCC is smart enough.ed2009-06-233-95/+1
* Remove unneeded stores back into the function arguments.ed2009-06-222-4/+0
* Unconditionally build wrappers for i386_get_ioperm(), i386_set_ioperm(),kib2009-04-011-4/+3
* On i386, the primary function that SYSCALL() generates is with thepeter2008-11-153-3/+3
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-2/+1
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesepeter2008-11-0243-4/+59
* We should also save and restore the MXCSR as on amd64, but detectingdas2008-06-282-2/+0
* Add an alternative view of the bits in an 80-bit long double (64+16bde2008-01-171-1/+6
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),das2007-12-181-3/+0
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace sodas2007-12-161-0/+3
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asdas2007-12-161-4/+4
* In scanf, round according to the current rounding mode.das2007-12-031-1/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-041-3/+5
* Adjust the syscall stub macros to be consistent in their meaning. Inpeter2007-07-041-2/+3
* Some libc symbol map cleanups.deischen2007-05-311-4/+0
* Remove .mcount from gmon's Symbol map and add it to the appropriatedeischen2007-05-131-0/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-9/+11
* Clean-ip TLS symbol versions. [_]__tls_get_addr function is part ofkan2007-04-091-0/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-0923-91/+0
* Handle inf/nan correctly.das2007-01-061-2/+14
* The distinction between quiet and signaling NaN formats isdas2007-01-031-0/+21
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIcognet2006-11-065-206/+0
* Forgot to bump the document date.ru2006-10-131-1/+1
* Some word smithing adopted from the PR.ru2006-10-131-14/+14
* Markup fixes.ru2006-09-171-6/+6
* 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
* A few minor wording changes and a clarification about error conditions.bsd2006-05-031-10/+10
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+71
* 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
OpenPOWER on IntegriCloud