guenther
3010025998
Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno
value to use for the strerror() message as an argument. Originally from
FreeBSD 3.0
Patch from Steffen Nurpmeso (sdaoden (at) gmail.com) with minor tweaks.
10 years ago
guenther
9eccc10b89
Remove historical comment about <varargs.h> and warn people from using
the _* functions outside libc
10 years ago
millert
605c5586ca
Adapt things to use __type_t instead of _BSD_TYPE_T_
Add new sys/_types.h header
Include machine/_types.h or sys/_types.h where applicable
19 years ago
millert
cc6797b16c
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
21 years ago
millert
b68c09e067
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
23 years ago
millert
bb68e62e46
remove redundant __noreturn__ attributes now that __dead is sane for modern gcc
23 years ago
espie
b3f7663d31
typo in comment
23 years ago
millert
b95bad7b69
Expose protos for _{err,warn}{,x} regardless of __indr_reference being
defined since in the notdef __indr_reference case they are still present,
just as real functions. Fixes some alpha warnings.
23 years ago
deraadt
fb625bc33f
use __x__ formats for __attribute__ arguments; guenther@gac.edu
24 years ago
niklas
2a0bf72166
Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching
of include files now. Added openBSD tags.
27 years ago
millert
3dd3d372cf
prototype _err* and _warn*
27 years ago
deraadt
47b73ff83c
initial import of NetBSD tree
29 years ago