aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* libc: Fix a typo in a source code commentGordon Bergling2025-08-171-1/+1
* libc, libthr: Ditch MD __pthread_distribute_static_tls helpersJessica Clarke2025-05-291-44/+0
* Remove residual blank line at start of MakefileWarner Losh2024-07-154-4/+0
* lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis2024-03-131-0/+3
* libc/i386: don't attempt to export allocaBrooks Davis2024-03-071-1/+0
* libc: move MD sys related symbols to libsysBrooks Davis2024-02-051-26/+0
* libc: move rfork_thread(3) to libsysBrooks Davis2024-02-052-112/+1
* libc: Move per-arch sys/Makefile.inc to libsysBrooks Davis2024-02-051-12/+0
* libc: remove remaining x86 sys bits to libsysBrooks Davis2024-02-0515-966/+0
* libsys: relocate implementations and manpagesBrooks Davis2024-02-055-259/+0
* {amd64,i386}/SYS.h: add _SYSCALL and _SYSCALL_BODYBrooks Davis2023-12-185-16/+17
* libc/i386/SYS.h: Remove unused LCALL macroBrooks Davis2023-12-121-3/+0
* libc/*/SYS.h: remove SYCALL macroBrooks Davis2023-12-121-4/+3
* libc: rename arm and i386 Ovfork.S to vfork.SBrooks Davis2023-12-062-3/+1
* Remove never implemented sbrk and sstk syscallsBrooks Davis2023-12-041-1/+1
* lib: Remove ancient SCCS tags.Warner Losh2023-11-2711-26/+0
* libc: centralize a few numeric symbolsBrooks Davis2023-11-151-3/+0
* libc: centralize makecontext symbolsBrooks Davis2023-11-151-2/+0
* libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis2023-11-151-6/+0
* libc: centralize ntoh symbolsBrooks Davis2023-11-151-4/+0
* libc: further centralize syscall symbolsBrooks Davis2023-11-151-4/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc/<arch>/sys/Makefile.inc: remove cruftBrooks Davis2023-11-151-2/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0115-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