From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: libc-alpha@sourceware.org
Subject: [PATCH 0/7] Use RFC5424 for syslog
Date: Tue, 5 Oct 2021 10:56:24 -0300 [thread overview]
Message-ID: <20211005135631.3209020-1-adhemerval.zanella@linaro.org> (raw)
This is an update of my previous patchset [1]. The main driver of this
change is to move away of using 32-bit timestamps and for syslog() it
would require to use an ad-hoc format. Instead, since RFC5424 does
define a better way to format the timestamp, it is used instead.
Along with the RFC5424 change, the patch simplifies the code to use
a static buffer on default case (so no dynamic allocation for messages
up to 1024) and add a proper syslog() testscase.
[1] https://sourceware.org/pipermail/libc-alpha/2021-April/124957.html
Adhemerval Zanella (7):
support: Add xmkfifo
misc: Add syslog test
misc: syslog: Fix indentation and style
misc: syslog: Simplify implementation
misc: syslog: Use static buffer
misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
misc: syslog: Use RFC5424
misc/Makefile | 2 +
misc/sys/syslog.h | 4 +-
misc/syslog.c | 494 +++++++++++++++++++++++-----------------------
misc/tst-syslog.c | 475 ++++++++++++++++++++++++++++++++++++++++++++
support/Makefile | 1 +
support/xmkfifo.c | 29 +++
support/xunistd.h | 1 +
7 files changed, 758 insertions(+), 248 deletions(-)
create mode 100644 misc/tst-syslog.c
create mode 100644 support/xmkfifo.c
--
2.30.2
next reply other threads:[~2021-10-05 13:56 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-05 13:56 Adhemerval Zanella [this message]
2021-10-05 13:56 ` [PATCH 1/7] support: Add xmkfifo Adhemerval Zanella
2021-10-05 19:10 ` Florian Weimer
2021-10-06 19:25 ` Adhemerval Zanella
2021-10-05 13:56 ` [PATCH 2/7] misc: Add syslog test Adhemerval Zanella
2021-10-05 13:56 ` [PATCH 3/7] misc: syslog: Fix indentation and style Adhemerval Zanella
2021-10-05 13:56 ` [PATCH 4/7] misc: syslog: Simplify implementation Adhemerval Zanella
2021-10-05 13:56 ` [PATCH 5/7] misc: syslog: Use static buffer Adhemerval Zanella
2021-10-05 13:56 ` [PATCH 6/7] misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355) Adhemerval Zanella
2021-10-05 13:56 ` [PATCH 7/7] misc: syslog: Use RFC5424 Adhemerval Zanella
2021-10-05 19:07 ` Paul Eggert
2021-10-06 19:36 ` Adhemerval Zanella
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211005135631.3209020-1-adhemerval.zanella@linaro.org \
--to=adhemerval.zanella@linaro.org \
--cc=libc-alpha@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).