summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_printf.c
AgeCommit message (Expand)Author
2025-12-16libthr: fix -Wunterminated-string-initializationAlex Richardson
2024-03-06libthr: remove explicit sys/cdefs.h includesKonstantin Belousov
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2018-01-27libthr: Fix missing break in switch.Pedro F. Giffuni
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-06-01libthr: _thread_vprintf: Enhance support for %p, %#xConrad Meyer
2016-06-01libthr: Add vprintf variant of _thread_printf, formatted PANIC()Conrad Meyer
2016-04-08Use __FBSDID() for .c files from lib/libthr/thread.Konstantin Belousov
2015-01-03Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov
2005-04-02Import my recent 1:1 threading working. some features improved includes:David Xu
2004-02-10style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival
2003-06-09_thread_printf() is only used for debugging or in cases where something'sMike Makonnen
2003-05-23Make WARNS2 clean. The fixes mostly included:Mike Makonnen
2003-04-01 - Add libthr but don't hook it up to the regular build yet. This is anJeff Roberson