Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libsys: remove usage of pthread_once and _once_stub | Konstantin Belousov | 2024-02-21 | 1 | -0/+63 |
* | libc: compile _once in libsys | Brooks Davis | 2024-02-05 | 1 | -63/+0 |
* | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 1 | -0/+2 |
* | Reassign copyright statements on several files from Advanced | John Baldwin | 2015-04-23 | 1 | -1/+1 |
* | Revert the previous change to pthread_once() stub in libc. It is actually | John Baldwin | 2009-11-20 | 1 | -5/+2 |
* | Add an internal _once() method. This works identical to pthread_once(3) | John Baldwin | 2009-11-20 | 1 | -0/+67 |