aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* libc: add _get_tp() private functionKonstantin Belousov2021-04-092-1/+46
* libc/<arch>/sys/cerror.S: fix typoKonstantin Belousov2021-04-031-1/+1
* remove obsolete i386 MD memchr implementationEd Maste2019-09-252-62/+0
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+46
* Add usermode helpers for for Intel userspace protection keys feature.Konstantin Belousov2019-02-201-0/+7
* Unify i386 and amd64 getcontextx.c, and use ifuncs while there.Konstantin Belousov2019-02-142-146/+1
* Remove MD __sys_* private symbols.Brooks Davis2018-12-051-3/+0
* amd64: depessimize userspace memcpy/memmove/bcopyMateusz Guzik2018-09-171-3/+10
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-044-176/+2
* Remove support for SYS_sys_exit in favor of SYS_exit.Brooks Davis2018-06-011-4/+0
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-123-56/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-062-51/+1
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-042-49/+1
* Remove bogus checks against NCARGS.John Baldwin2018-01-311-1/+1
* revert r322589: force use of ld.bfd for linking i386 libcEd Maste2017-12-161-10/+0
* 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