summaryrefslogtreecommitdiff
path: root/lib/libc/gen/err.c
Commit message (Expand)AuthorAgeFilesLines
* warnx: fix needless staticWarner Losh2020-10-241-2/+2
* warnx: Save errno across calls that might change it.Warner Losh2020-10-231-0/+8
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* err(3): use `NULL`, aka `(void*)0` per POSIX instead of `(FILE *)0`Enji Cooper2017-05-231-4/+4
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-4/+4
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-4/+1
* Minor style(9) nit: move to using ANSI definition of functions.Warner Losh2008-04-031-19/+5
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-291-8/+7
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+0
* Fixed tab lossage in vendor id and nearby style bugs in previous commit.Bruce Evans2002-02-011-1/+4
* Cut-n-paste in `list' mode considered harmful.David E. O'Brien2002-02-011-3/+3
* Fix SCM ID's.David E. O'Brien2002-02-011-5/+5
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-111-1/+3
* Fixed namespace pollution related to `warn' in libc (but not in otherBruce Evans2001-08-291-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Replace accidentally-deleted `x' which caused warnx() to misbehave.Garrett Wollman1998-09-151-2/+2
* A small last-minute iitem for 3.0:Garrett Wollman1998-09-121-75/+67
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-4/+4
* Add err_set_file() and err_set_exit() functions to make it possible forGarrett Wollman1995-04-131-14/+44
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+186