sysklogd/src
Joachim Wiberg 45d351065a Fix #37: improve accuracy of MARK timer
Instead of running the domark() timer on half the MarkInterval option,
we take the FreeBSD approach and run on each TIMERINTVL (30 sec), same
as the doflush() timer.  This allows greater resolution on the MARK log
message, meaning we would be off by < 30 seconds instead of the current
MarkInterval / 2.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-07-26 09:14:33 +02:00
..
.gitignore Remove klogd from the sysklogd project 2019-12-07 10:31:06 +01:00
Makefile.am Update copyright years 2023-04-30 20:06:33 +02:00
compat.h Minor, cleanup/coding-style 2020-01-19 09:10:58 +01:00
libsyslog.pc.in Build libsyslog.la and install it with syslog.h and libsyslog.pc 2019-10-31 08:39:09 +01:00
logger.c Update copyright years 2023-04-30 20:06:33 +02:00
queue.h Add support for `include /etc/syslog.d/*.conf` in /etc/syslog.conf 2019-11-02 11:46:29 +01:00
socket.c Update copyright years 2023-04-30 20:06:33 +02:00
socket.h Update copyright years 2023-04-30 20:06:33 +02:00
syslog.c libsyslog: drop extra leading space in message 2022-08-01 12:37:19 +02:00
syslog.h Minor, fix initializer: 0 vs NULL 2023-07-09 10:45:50 +02:00
syslogd.c Fix #37: improve accuracy of MARK timer 2023-07-26 09:14:33 +02:00
syslogd.h Port sysklogd to NuttX 2022-09-09 02:03:26 +08:00
timer.c Update copyright years 2023-04-30 20:06:33 +02:00
timer.h Update copyright years 2023-04-30 20:06:33 +02:00