Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | util: improve signal_to_string, signal_from_string | Michal 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-01 | umask: 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-03 | kmsg-syslogd: pass facility value into kmsg | Lennart Poettering | |
2011-03-16 | main: check if we have a valid PID before getting the name of it | Lennart Poettering | |
2011-03-07 | syslog: 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-21 | kmsg-syslogd: fix build | Lennart Poettering | |
2011-02-20 | kmsg-syslogd: increase terminate timeout to 5min to generte less debug spew | Lennart Poettering | |
2010-08-31 | systemctl: rework exit codes for all utility programs to follow LSB or other ↵ | Lennart Poettering | |
standards | |||
2010-08-21 | syslog: add minimal syslog/kmsg bridge syslogd | Lennart Poettering | |