summaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix a typo in a source code commentGordon Bergling2025-08-201-1/+1
* libc: rename arm and i386 Ovfork.S to vfork.SBrooks Davis2024-01-022-3/+1
* libc: Centralize non-building of sbrk stubsBrooks Davis2024-01-021-1/+1
* libc: centralize a few numeric symbolsBrooks Davis2023-12-131-3/+0
* libc: centralize makecontext symbolsBrooks Davis2023-12-131-2/+0
* libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis2023-12-131-6/+0
* libc: centralize ntoh symbolsBrooks Davis2023-12-131-4/+0
* libc: further centralize syscall symbolsBrooks Davis2023-12-131-4/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-12-131-3/+0
* libc/<arch>/sys/Makefile.inc: remove cruftBrooks Davis2023-12-131-2/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-2715-15/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-163-6/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1645-90/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* libc: Build all i386 sources for amd64 lib32Jessica Clarke2023-07-091-4/+2
* lib/libc/string: replace ffs/fls implementations with clang builtinsRobert Clausecker2023-07-032-57/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1213-13/+13
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-094-89/+1
* 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