summaryrefslogtreecommitdiff
path: root/tests/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* tests: add syslog-success testEugene Syromyatnikov2019-08-051-17/+46
* syslog: decode log level in SYSLOG_ACTION_CONSOLE_LEVEL commandEugene Syromyatnikov2019-08-051-0/+16
* syslog: fix argument printingEugene Syromyatnikov2019-08-051-6/+51
* syslog: do not print bufp and len for commands that ignore themEugene Syromyatnikov2019-08-051-6/+22
* syslog: print syslog command with verbose style, as it is not in UAPIEugene Syromyatnikov2019-08-051-2/+2
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* tests: extend coverage of syslog testsBharath Vedartham2019-07-161-2/+8
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-241-0/+7
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-1/+1
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* tests: do not include <errno.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests/syslog.c: use errno2nameDmitry V. Levin2016-04-211-15/+4
* tests: add syslog.testFei Jie2016-03-251-0/+39