aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/xprintf_errno.c
Commit message (Expand)AuthorAgeFilesLines
* libc printf_render_errno(): do not use strerror()Konstantin Belousov2024-04-231-3/+4
* libc: minor style, wrap long linesKonstantin Belousov2024-04-231-2/+4
* Remove $FreeBSD$: two-line .h 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
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).Jilles Tjoelker2013-08-311-1/+2
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"Poul-Henning Kamp2006-01-251-0/+65