summaryrefslogtreecommitdiff
path: root/lib/libc/gen/err.c
AgeCommit message (Expand)Author
2025-12-29libc/gen/err.c: remove 'extended error' herald from extended error outputKonstantin Belousov
2025-07-08libc: only append exterr herald and text if exterr was recordedKonstantin Belousov
2025-07-07err(3): print extended error if availableKonstantin Belousov
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2020-10-24warnx: fix needless staticWarner Losh
2020-10-23warnx: Save errno across calls that might change it.Warner Losh
2018-07-03Clean up the vcs ID strings in libc's gen/ directory.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-23err(3): use `NULL`, aka `(void*)0` per POSIX instead of `(FILE *)0`Enji Cooper
2017-02-28Renumber copyright clause 4Warner Losh
2016-04-10libc: replace 0 with NULL for pointers.Pedro F. Giffuni
2015-09-20Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2008-04-03Minor style(9) nit: move to using ANSI definition of functions.Warner Losh
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2002-03-29Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-02-01Fixed tab lossage in vendor id and nearby style bugs in previous commit.Bruce Evans
2002-02-01Cut-n-paste in `list' mode considered harmful.David E. O'Brien
2002-02-01Fix SCM ID's.David E. O'Brien
2001-11-11Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans
2001-08-29Fixed namespace pollution related to `warn' in libc (but not in otherBruce Evans
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-09-15Replace accidentally-deleted `x' which caused warnx() to misbehave.Garrett Wollman
1998-09-12A small last-minute iitem for 3.0:Garrett Wollman
1996-09-14Don't use __dead or __pure in user code. They were obfuscationsBruce Evans
1995-04-13Add err_set_file() and err_set_exit() functions to make it possible forGarrett Wollman
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes