History log of /openbsd-current/regress/usr.sbin/syslogd/args-sendsyslog-native.pl
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.4 21-Mar-2016 bluhm

System call sendsyslog2 is gone, adapt tests.


Revision tags: OPENBSD_5_9_BASE
# 1.3 30-Dec-2015 bluhm

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.


# 1.2 04-Dec-2015 bluhm

Add tests that call the syscalls sendsyslog(2) and sendsyslog2(2)
directly.


# 1.1 09-Sep-2015 bluhm

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