Home | History | Annotate | Download | only in syslogd
History log of /src/usr.sbin/syslogd/syslogd.h
RevisionDateAuthorComments
 1.9  27-Nov-2021  rillig usr.sbin: remove unnecessary CONSTCOND, lint no longer needs it

Since 2021-01-31, lint no longer requires a CONSTCOND comment in a
do-while-0 statement since this is a common code pattern, especially in
statement-like macros.

sed -i -E 's,} while \(/\* ?CONSTCOND ?\*/ ?0\),} while (0),' */*.[ch]
 1.8  11-Feb-2019  mrg add parens around defines with expressions that could expand poorly
depending on the usage.
 1.7  08-Sep-2015  plunky branches: 1.7.16;
according to C99 6.5.15 in a conditional expression, both
operands should be of compatible types.

So, use ((void)0) here to match `void dbprintf()'
 1.6  15-Feb-2015  joerg Format string annotation.
 1.5  10-Feb-2015  christos - always set *to_buf to a timestamp, even if there was none reported/parseable
(Frank Kardel).
- merge the timestamp copying code to one place.
- factor out the debugging printf function.
 1.4  27-May-2013  christos PR/47861: Fredrik Pettai: keep track of the address family for each socket
opened and don't send the a message to the wrong family type.
 1.3  20-Apr-2009  mschuett branches: 1.3.6; 1.3.8; 1.3.12;
Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,
SIMPLEQ_CONCAT, and SIMPLEQ_LAST.

Remove seperate definitions outside of queue.h.
 1.2  07-Nov-2008  minskim branches: 1.2.2;
Remove trailing whitespace.
 1.1  31-Oct-2008  christos Import syslogd SoC project by Martin Schuette:
- new syslog protocol api syslogp(3) that supports structured data
and draft-rfc timestamps
- reliable tcp connections with queueing
- encrypted connections
 1.2.2.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.3.12.1  23-Jun-2013  tls resync from head
 1.3.8.1  13-Jun-2013  msaitoh Pull up following revision(s) (requested by pettai in ticket #897):
usr.sbin/syslogd/tls.c: revision 1.11
usr.sbin/syslogd/syslogd.h: revision 1.4
usr.sbin/syslogd/syslogd.c: revision 1.115
PR/47861: Fredrik Pettai: keep track of the address family for each socket
opened and don't send the a message to the wrong family type.
 1.3.6.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")
 1.7.16.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed