public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Use RFC5424 for syslog
@ 2022-02-18 14:23 Adhemerval Zanella
  2022-02-18 14:23 ` [PATCH v2 1/7] support: Add xmkfifo Adhemerval Zanella
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Adhemerval Zanella @ 2022-02-18 14:23 UTC (permalink / raw)
  To: libc-alpha

This is an update of my previous patchset.  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.

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     | 497 +++++++++++++++++++++++-----------------------
 misc/tst-syslog.c | 475 ++++++++++++++++++++++++++++++++++++++++++++
 support/Makefile  |   1 +
 support/xmkfifo.c |  29 +++
 support/xunistd.h |   1 +
 7 files changed, 763 insertions(+), 246 deletions(-)
 create mode 100644 misc/tst-syslog.c
 create mode 100644 support/xmkfifo.c

-- 
2.32.0


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-02-21 22:25 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18 14:23 [PATCH v2 0/7] Use RFC5424 for syslog Adhemerval Zanella
2022-02-18 14:23 ` [PATCH v2 1/7] support: Add xmkfifo Adhemerval Zanella
2022-02-18 14:23 ` [PATCH v2 2/7] misc: Add syslog test Adhemerval Zanella
2022-02-18 14:23 ` [PATCH v2 3/7] misc: syslog: Fix indentation and style Adhemerval Zanella
2022-02-18 14:23 ` [PATCH v2 4/7] misc: syslog: Simplify implementation Adhemerval Zanella
2022-02-19  3:15   ` Paul Eggert
2022-02-21 13:15     ` Adhemerval Zanella
2022-02-21 22:25       ` Paul Eggert
2022-02-21 14:06     ` Andreas Schwab
2022-02-21 22:23       ` Paul Eggert
2022-02-18 14:23 ` [PATCH v2 5/7] misc: syslog: Use static buffer Adhemerval Zanella
2022-02-19  3:45   ` Paul Eggert
2022-02-21 13:31     ` Adhemerval Zanella
2022-02-18 14:23 ` [PATCH v2 6/7] misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355) Adhemerval Zanella
2022-02-18 14:23 ` [PATCH v2 7/7] misc: syslog: Use RFC5424 Adhemerval Zanella
2022-02-19  3:50   ` Paul Eggert
2022-02-21 14:01     ` Adhemerval Zanella
2022-02-21 16:18       ` Adhemerval Zanella
2022-02-21 22:25         ` Paul Eggert
2022-02-19 20:35   ` Dan Raymond
2022-02-19 22:23     ` Paul Eggert

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).