#
4dd5a4c0 |
| 06-Jan-2022 |
uwe <uwe@NetBSD.org> |
err.h: dead once is dead enough
Per joerg's advice keep the __dead in front position as it is where _Noreturn would go.
|
#
1102b348 |
| 16-Jan-2014 |
christos <christos@NetBSD.org> |
Add the {v,}{warn,err}c function flavors from FreeBSD
|
#
3eb244d8 |
| 17-Jul-2011 |
joerg <joerg@NetBSD.org> |
Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce a
Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
show more ...
|
#
8a601553 |
| 25-Feb-2010 |
joerg <joerg@NetBSD.org> |
Consistently use __printflike and __scanflike.
|
#
19b7469a |
| 03-Feb-2005 |
perry <perry@NetBSD.org> |
de-__P -- the hack is long since useless. Discussed with christos, matt, kleink, others. Approved by christos.
|
#
039cc956 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22270, verified by myself.
|
#
f8866156 |
| 30-Jul-1998 |
mycroft <mycroft@NetBSD.org> |
__Namespace__ __protection__.
|
#
4d2cbfce |
| 26-Oct-1994 |
cgd <cgd@NetBSD.org> |
new RCS ID format.
|
#
0b201aeb |
| 19-Oct-1994 |
cgd <cgd@NetBSD.org> |
better attributes.
|
#
26fc33ba |
| 22-May-1994 |
cgd <cgd@NetBSD.org> |
_VA_LIST_ -> _BSD_VA_LIST_
|
#
bda51e9a |
| 27-Jan-1994 |
jtc <jtc@NetBSD.org> |
Change __attribute -> __attribute__. The former isn't turned off by sys/cdefs.h when not using Gcc, the latter is.
|
#
d3c28f58 |
| 01-Dec-1993 |
jtc <jtc@NetBSD.org> |
Use GCC's format attribute (for bug detection with -Wformat).
|
#
dd2f69af |
| 06-Nov-1993 |
cgd <cgd@NetBSD.org> |
trim _BSD off of _BSD_VA_LIST, so that we don't have to change all standard headers (yet).
|
#
012f3316 |
| 06-Nov-1993 |
cgd <cgd@NetBSD.org> |
update to latest version
|
#
53c3f682 |
| 04-Aug-1993 |
jtc <jtc@NetBSD.org> |
Change volatile qualifier to __dead, for when cc != gcc.
|
#
e9d867ef |
| 01-Aug-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS identifiers.
|
#
5a50a4dc |
| 01-May-1993 |
mycroft <mycroft@NetBSD.org> |
s/__dead/volatile/
|
#
bb10974c |
| 30-Apr-1993 |
glass <glass@NetBSD.org> |
oops
|