History log of /src/include/err.h |
Revision | | Date | Author | Comments |
1.18 |
| 06-Jan-2022 |
uwe | err.h: dead once is dead enough
Per joerg's advice keep the __dead in front position as it is where _Noreturn would go.
|
1.17 |
| 16-Jan-2014 |
christos | Add the {v,}{warn,err}c function flavors from FreeBSD
|
1.16 |
| 17-Jul-2011 |
joerg | branches: 1.16.2; 1.16.8; 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.
|
1.15 |
| 25-Feb-2010 |
joerg | Consistently use __printflike and __scanflike.
|
1.14 |
| 03-Feb-2005 |
perry | branches: 1.14.44; de-__P -- the hack is long since useless. Discussed with christos, matt, kleink, others. Approved by christos.
|
1.13 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22270, verified by myself.
|
1.12 |
| 30-Jul-1998 |
mycroft | __Namespace__ __protection__.
|
1.11 |
| 26-Oct-1994 |
cgd | new RCS ID format.
|
1.10 |
| 19-Oct-1994 |
cgd | better attributes.
|
1.9 |
| 22-May-1994 |
cgd | _VA_LIST_ -> _BSD_VA_LIST_
|
1.8 |
| 27-Jan-1994 |
jtc | Change __attribute -> __attribute__. The former isn't turned off by sys/cdefs.h when not using Gcc, the latter is.
|
1.7 |
| 01-Dec-1993 |
jtc | Use GCC's format attribute (for bug detection with -Wformat).
|
1.6 |
| 06-Nov-1993 |
cgd | trim _BSD off of _BSD_VA_LIST, so that we don't have to change all standard headers (yet).
|
1.5 |
| 06-Nov-1993 |
cgd | update to latest version
|
1.4 |
| 04-Aug-1993 |
jtc | Change volatile qualifier to __dead, for when cc != gcc.
|
1.3 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.2 |
| 01-May-1993 |
mycroft | s/__dead/volatile/
|
1.1 |
| 30-Apr-1993 |
glass | branches: 1.1.1; oops
|
1.1.1.1 |
| 02-Feb-1998 |
perry | import lite-2
|
1.14.44.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.16.8.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.16.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|