Age | Commit message (Expand) | Author |
2012-01-06 | kmsg-syslogd: remove kmsg-syslogd, since it's entirely obsoleted and replaced... | Lennart Poettering |
2012-01-06 | special: fix name of journal socket unit | Lennart Poettering |
2012-01-06 | journal: introduce log target 'journal' for executed processes | Lennart Poettering |
2012-01-06 | stdout: remove stdout-syslog-bridge since it is now obsoleted by journald | Lennart Poettering |
2012-01-06 | util: switch the console to text mode on reset | Michal Schmidt |
2012-01-06 | util: fix switching to console unicode mode | Michal Schmidt |
2012-01-05 | login: implement sd_session_get_service() | Lennart Poettering |
2012-01-05 | journal: rename syslog tag to identifier since that's what we call it on the ... | Lennart Poettering |
2012-01-05 | journal: rename priority_prefix to level_prefix, since that's how we call it ... | Lennart Poettering |
2012-01-05 | sd-journal: close reading side of sd_journal_stream_fd() file descriptors | Lennart Poettering |
2012-01-05 | execute: talk directly to the journald, instead to the stdout-syslog-bridge | Lennart Poettering |
2012-01-05 | journal: store used transport in journal | Lennart Poettering |
2012-01-05 | journal: move sockets into their own subdir | Lennart Poettering |
2012-01-05 | journalctl: rework short output mode to rebuild full syslog message | Lennart Poettering |
2012-01-05 | headers: fix git URLs for source files | Lennart Poettering |
2012-01-05 | build-sys: add stub makefiles to subdirs | Lennart Poettering |
2012-01-05 | journal: fix include in sd-journal.h | Lennart Poettering |
2012-01-05 | journalctl: add --new-id switch to generate a new 128Bit id | Lennart Poettering |
2012-01-05 | journal: add missing sd-messages.h | Lennart Poettering |
2012-01-05 | build-sys: move public header files into a dir of their own | Lennart Poettering |
2012-01-05 | util: never ellipsize welcome message | Lennart Poettering |
2012-01-05 | journald: add configuration file options to forward all logged data to kmsg, ... | Lennart Poettering |
2012-01-05 | log: minor optimization | Lennart Poettering |
2012-01-05 | util: when printing status updates during boot, take terminal width into account | Lennart Poettering |
2012-01-05 | fix compilation error with 'PathSpec redefined' | Zbigniew Jędrzejewski-Szmek |
2012-01-05 | logind: add needed include for sd_notify() | Kay Sievers |
2012-01-05 | conf-parser: silence compiler warning | Kay Sievers |
2012-01-04 | journald: parse configuration file | Lennart Poettering |
2012-01-04 | journal: beef up journal output of systemctl and journalctl | Lennart Poettering |
2012-01-04 | journal: it's not a problem if the realtime jumps, hence don't ensure monoton... | Lennart Poettering |
2012-01-04 | systemctl: shortcut log output for non-service, non-socket, non-mount, non-sw... | Lennart Poettering |
2012-01-04 | journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since proc... | Lennart Poettering |
2012-01-04 | journalctl: only output 10 most recent lines in --follow mode | Lennart Poettering |
2012-01-04 | journalctl: fix counting of -n parameter | Lennart Poettering |
2012-01-04 | journal: fix reverse traversing of entries | Lennart Poettering |
2012-01-04 | journal: add missing error check | Lennart Poettering |
2012-01-04 | journal: don't mind too much if we can't find a monotonic timestamp | Lennart Poettering |
2012-01-04 | journald: don't rotate on startup | Lennart Poettering |
2012-01-04 | journal: when increasing window, make sure to use the increased window | Lennart Poettering |
2012-01-04 | journal: apply seek check before resizing window, and refresh stat data if ne... | Lennart Poettering |
2012-01-04 | journal: add memory barrier before linking in newly created entries | Lennart Poettering |
2012-01-04 | journal: add missing error check | Lennart Poettering |
2012-01-04 | journalctl: add -n switch | Lennart Poettering |
2012-01-04 | sd128: rename SD_FORMAT_ID128_STR to SD_ID128_FORMAT_STR to follow naming scheme | Lennart Poettering |
2012-01-04 | sd128: add format string macros for outputting sd_id128_t variables | Lennart Poettering |
2012-01-03 | journald: fix _SYSTEMD_CGROUP= values | Lennart Poettering |
2012-01-03 | logind: send out Lock signal when locking | Lennart Poettering |
2012-01-03 | logind: don't watch vcsa if nobody cares | Lennart Poettering |
2012-01-03 | logind: if we can't open /dev/tty0, assume there is no VT subsystem and don't... | Lennart Poettering |
2012-01-03 | namespace: remount namespace root dir for SLAVE to avoid propagation of mount... | Daniel Walsh |