aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/perror/perror.c
Commit message (Expand)AuthorAgeFilesLines
* perror: style nitsMariusz Zaborski2024-11-271-3/+3
* perror(1): CapsicumiseFaraz Vahedi2024-11-271-0/+7
* perror(1): Reorder headers alphabetically to meet style(9) complianceFaraz Vahedi2024-11-271-3/+4
* perror(1): Replace magic exit codes with standard macrosFaraz Vahedi2024-11-271-4/+4
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* The output of perror(1) is now showing local messages for localesEdwin Groothuis2009-11-221-0/+2
* Use prototype for usage(). This makes perror(1) WARNS=6 clean.Xin LI2009-05-281-2/+2
* A few more style changes as well as a more broad allowance forGeorge V. Neville-Neil2009-05-201-27/+19
* Fix a few style(9) nits.George V. Neville-Neil2009-05-191-7/+9
* Add a new program, perror, which takes an errno as a command line argumentGeorge V. Neville-Neil2009-05-191-0/+76