History log of /openbsd/regress/usr.sbin/syslogd/args-sendsyslog-dropped.pl (Results 1 – 7 of 7)
Revision Date Author Comments
# 64a2a974 09-Mar-2021 bluhm <bluhm@openbsd.org>

Kernel drops fewer messages in sendsyslog(2), adapt syslogd(8)
tests. Kernel stashes logs temporarily, test it. Fix some races
in existing tests.


# 4dc3bc25 22-May-2018 bluhm <bluhm@openbsd.org>

In the sendsyslog-dropped test the client has to write a log message
before syslogd is running. To fix a race in regress, delay the
syslogd startup until the message has been written. For debugging

In the sendsyslog-dropped test the client has to write a log message
before syslogd is running. To fix a race in regress, delay the
syslogd startup until the message has been written. For debugging
add the process class to all die messages.

show more ...


# 838d09d6 17-Oct-2017 mpi <mpi@openbsd.org>

Update matching regexp now that the pid is included.

From bluhm@


# 8a6a3d0f 21-Mar-2016 bluhm <bluhm@openbsd.org>

System call sendsyslog2 is gone, adapt tests.


# 29e70a6f 30-Dec-2015 bluhm <bluhm@openbsd.org>

Test logging to console by redirecting the system's console into a
file. All subtests get an additional /dev/console entry in
syslog.conf, then check that messages appear in the console file.
Add a

Test logging to console by redirecting the system's console into a
file. All subtests get an additional /dev/console entry in
syslog.conf, then check that messages appear in the console file.
Add a test that stops syslogd, calls sendsyslog2() with LOG_CONS
and checks that the message appears in the console file.

show more ...


# 9e08e88c 11-Sep-2015 bluhm <bluhm@openbsd.org>

Check that there are no illegal spaces in the sendsyslog message.


# 067685f1 09-Sep-2015 bluhm <bluhm@openbsd.org>

Add args-bufsize-native.pl that checks wether libc syslog(3) can
handle 8192 bytes messages. Rename the sendsyslog(2) tests
consistently.