Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Syslogd can send messages to a user, test what happens if the | 2016-06-22 | 1 | -3/+6 | |
| | | | | | | terminal is blocking to receive messages. Stop the fake user terminal and look for a delayed write debug message from syslogd. This makes the test more reliable. | ||||
* | Test logging to console by redirecting the system's console into a | 2015-12-30 | 1 | -3/+3 | |
| | | | | | | | 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. | ||||
* | Add tests that call the syscalls sendsyslog(2) and sendsyslog2(2) | 2015-12-04 | 1 | -1/+1 | |
| | | | | directly. | ||||
* | Check that syslogd delays a blocking write to tty and that that all | 2015-10-23 | 1 | -0/+33 | |
messages still appear on the tty. |