aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/sys/amd64_set_gsbase.c
Commit message (Expand)AuthorAgeFilesLines
* libc: remove remaining x86 sys bits to libsysBrooks Davis2024-02-051-63/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/param.h: Add _WANT_P_OSRELKonstantin Belousov2023-02-151-2/+1
* Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros.Konstantin Belousov2019-05-161-1/+1
* Convert amd64_get/set_fs/gsbase to ifunc.Konstantin Belousov2018-10-301-9/+26
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Optimize libc to get and set TLS using the RDFSBASE and RDGSBASEKonstantin Belousov2017-08-211-0/+11
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-091-3/+1
* Add implementations of amd64_[gs]et_[fg]sbase().Peter Wemm2003-10-231-0/+39