sysklogd/src
Joachim Wiberg eb454d7d37 Fix #28: log messages stuck in 1969
The timer_now() API, introduced in 2019, returns time relative to boot.
Useful for relative time comparisons, but when used for absolute time,
e.g. for log messages, it must be offset with boot_time.

This patch fixes issue #28, but also wall messages, which exhibits the
same problem.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2021-05-05 03:25:22 +02:00
..
.gitignore Remove klogd from the sysklogd project 2019-12-07 10:31:06 +01: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 logger: No need for appending error message, err() already does this 2021-01-25 00:13:06 +01:00
Makefile.am Update copyright years 2021-01-15 11:16:04 +01: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 2021-01-15 11:16:04 +01:00
socket.h Update copyright years 2021-01-15 11:16:04 +01:00
syslog.c syslogd: Add FreeBSD -k option to allow LOG_KERNEL facility messages 2019-11-13 16:44:51 +01:00
syslog.h Fix #32: fix logging of remote kernel messages being mapped to uucp 2021-05-04 10:45:13 +02:00
syslogd.c Fix #28: log messages stuck in 1969 2021-05-05 03:25:22 +02:00
syslogd.h Drop %m gnuism from internal log macro 2021-01-25 00:13:06 +01:00
timer.c Update copyright years 2021-01-15 11:16:04 +01:00
timer.h Update copyright years 2021-01-15 11:16:04 +01:00