summaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2516-6/+38
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* force use of ld.bfd for linking i386 libc, even when using lldEd Maste2017-08-161-0/+10
* Correct an misunderstanding of MDSRCS.Brooks Davis2017-03-021-1/+1
* Correct MDSRCS use in <arch>/string/Makefile.inc.Brooks Davis2017-03-021-4/+21
* Renumber copyright clause 4Warner Losh2017-02-2815-15/+15
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-4/+1
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-60/+1
* Do not obliterate errno value in the main thread during ptrace(2) call on x86.Konstantin Belousov2016-08-271-6/+8
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+1
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-172-116/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-50/+1
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-241-2/+0
* libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVEREd Maste2016-03-081-0/+1
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-292-40/+4
* Copy the fencing of the algorithm to do lock-less update and readingKonstantin Belousov2015-08-041-2/+56
* Remove reboot.S (part of libc). It's not needed and was actuallyEdward Tomasz Napierala2015-07-072-46/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* siglongjmp(): Preserve floating point exception flags on i386 and amd64.Jilles Tjoelker2014-06-091-1/+0
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andAndreas Tobler2013-11-218-30/+20
* libc: Access _logname_valid more efficiently.Jilles Tjoelker2013-08-171-8/+1
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-3/+13
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-173-5/+5
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-301-0/+10
* libc/i386: Do not export .cerror.Jilles Tjoelker2012-09-0511-41/+19
* Executing CPUID with EAX set to 1 to actually get feature flags.David Xu2012-07-101-1/+1
* Use struct vdso_timehands data to implement fast gettimeofday(2) andKonstantin Belousov2012-06-222-1/+52
* mdoc: sort prologue macros.Joel Dahl2012-03-263-3/+3
* 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
* Change index() and rindex() to a weak alias.Ed Schouten2012-01-052-2/+2
* Merge index() and strchr() together.Ed Schouten2012-01-035-137/+7
* 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-213-89/+1
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadyKonstantin Belousov2011-02-042-4/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-0743-0/+85
* libc: Remove the i386 assembler version of strlen(3).Jilles Tjoelker2010-10-012-55/+1
* 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
* 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