aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/_once_stub.c
Commit message (Expand)AuthorAgeFilesLines
* libsys: remove usage of pthread_once and _once_stubKonstantin Belousov2024-02-211-0/+63
* libc: compile _once in 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
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* Revert the previous change to pthread_once() stub in libc. It is actuallyJohn Baldwin2009-11-201-5/+2
* Add an internal _once() method. This works identical to pthread_once(3)John Baldwin2009-11-201-0/+67