summaryrefslogtreecommitdiff
path: root/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* syslog: decode log level in SYSLOG_ACTION_CONSOLE_LEVEL commandEugene Syromyatnikov2019-08-051-0/+10
* syslog: fix argument printingEugene Syromyatnikov2019-08-051-4/+5
* syslog: do not print bufp and len for commands that ignore themEugene Syromyatnikov2019-08-051-2/+16
* syslog: fix switch statement indentationEugene Syromyatnikov2019-08-051-10/+10
* syslog: print syslog command with verbose style, as it is not in UAPIEugene Syromyatnikov2019-08-051-1/+2
* syslog: move constant definitions to xlatEugene Syromyatnikov2018-12-261-14/+0
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-1/+1
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-1/+1
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-1/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+27
* syslog.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-161-5/+3
* syslog.c: use printaddrDmitry V. Levin2015-07-161-3/+3
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-2/+1
* Move syslog parser to a separate fileDmitry V. Levin2014-12-041-0/+54