summaryrefslogtreecommitdiff
path: root/src/kmsg-syslogd.c
AgeCommit message (Collapse)Author
2011-12-31kmsg: drop unused variableLennart Poettering
2011-12-31Merge branch 'journal'Lennart Poettering
2011-11-30syslog: use PassCred=yes for the /dev/log socketMichal Schmidt
Both kmsg-syslogd and the real syslog service want to receive SCM_CREDENTIALS. With socket activation it is too late to set SO_PASSCRED in the services.
2011-10-07journal: add preliminary incomplete implementationLennart Poettering
2011-09-23util: improve signal_to_string, signal_from_stringMichal Schmidt
signal_to_string: Produce names for SIGRTMIN+n. Never give an "n/a" result. In the worst case give the number itself as a string. signal_from_string: Parse "RTMIN+n". Parse any valid signal number.
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly ↵Lennart Poettering
in all binaries, in order to make sure it is set when started from the terminal
2011-04-03kmsg-syslogd: pass facility value into kmsgLennart Poettering
2011-03-16main: check if we have a valid PID before getting the name of itLennart Poettering
2011-03-07syslog: make sure the kmsg bridge is always pulled in and never terminated ↵Lennart Poettering
automatically Since we want to replace the bridge dynamically by the real syslog implementation such as rsyslog we need to make sure that the the bridge stays running right to the moment rsyslog is up so that we process messages enqueued by other processes started before rsyslog, so that those clients don't stay stuck.
2011-02-21kmsg-syslogd: fix buildLennart Poettering
2011-02-20kmsg-syslogd: increase terminate timeout to 5min to generte less debug spewLennart Poettering
2010-08-31systemctl: rework exit codes for all utility programs to follow LSB or other ↵Lennart Poettering
standards
2010-08-21syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering