summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-06special: fix name of journal socket unitLennart Poettering
2012-01-06journal: introduce log target 'journal' for executed processesLennart Poettering
2012-01-06stdout: remove stdout-syslog-bridge since it is now obsoleted by journaldLennart Poettering
2012-01-06util: switch the console to text mode on resetMichal Schmidt
2012-01-06util: fix switching to console unicode modeMichal Schmidt
2012-01-05login: implement sd_session_get_service()Lennart Poettering
2012-01-05journal: rename syslog tag to identifier since that's what we call it on the ...Lennart Poettering
2012-01-05journal: rename priority_prefix to level_prefix, since that's how we call it ...Lennart Poettering
2012-01-05sd-journal: close reading side of sd_journal_stream_fd() file descriptorsLennart Poettering
2012-01-05execute: talk directly to the journald, instead to the stdout-syslog-bridgeLennart Poettering
2012-01-05journal: store used transport in journalLennart Poettering
2012-01-05journal: move sockets into their own subdirLennart Poettering
2012-01-05journalctl: rework short output mode to rebuild full syslog messageLennart Poettering
2012-01-05headers: fix git URLs for source filesLennart Poettering
2012-01-05build-sys: add stub makefiles to subdirsLennart Poettering
2012-01-05journal: fix include in sd-journal.hLennart Poettering
2012-01-05journalctl: add --new-id switch to generate a new 128Bit idLennart Poettering
2012-01-05journal: add missing sd-messages.hLennart Poettering
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering
2012-01-05util: never ellipsize welcome messageLennart Poettering
2012-01-05journald: add configuration file options to forward all logged data to kmsg, ...Lennart Poettering
2012-01-05log: minor optimizationLennart Poettering
2012-01-05util: when printing status updates during boot, take terminal width into accountLennart Poettering
2012-01-05fix compilation error with 'PathSpec redefined'Zbigniew Jędrzejewski-Szmek
2012-01-05logind: add needed include for sd_notify()Kay Sievers
2012-01-05conf-parser: silence compiler warningKay Sievers
2012-01-04journald: parse configuration fileLennart Poettering
2012-01-04journal: beef up journal output of systemctl and journalctlLennart Poettering
2012-01-04journal: it's not a problem if the realtime jumps, hence don't ensure monoton...Lennart Poettering
2012-01-04systemctl: shortcut log output for non-service, non-socket, non-mount, non-sw...Lennart Poettering
2012-01-04journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since proc...Lennart Poettering
2012-01-04journalctl: only output 10 most recent lines in --follow modeLennart Poettering
2012-01-04journalctl: fix counting of -n parameterLennart Poettering
2012-01-04journal: fix reverse traversing of entriesLennart Poettering
2012-01-04journal: add missing error checkLennart Poettering
2012-01-04journal: don't mind too much if we can't find a monotonic timestampLennart Poettering
2012-01-04journald: don't rotate on startupLennart Poettering
2012-01-04journal: when increasing window, make sure to use the increased windowLennart Poettering
2012-01-04journal: apply seek check before resizing window, and refresh stat data if ne...Lennart Poettering
2012-01-04journal: add memory barrier before linking in newly created entriesLennart Poettering
2012-01-04journal: add missing error checkLennart Poettering
2012-01-04journalctl: add -n switchLennart Poettering
2012-01-04sd128: rename SD_FORMAT_ID128_STR to SD_ID128_FORMAT_STR to follow naming schemeLennart Poettering
2012-01-04sd128: add format string macros for outputting sd_id128_t variablesLennart Poettering
2012-01-03journald: fix _SYSTEMD_CGROUP= valuesLennart Poettering
2012-01-03logind: send out Lock signal when lockingLennart Poettering
2012-01-03logind: don't watch vcsa if nobody caresLennart Poettering
2012-01-03logind: if we can't open /dev/tty0, assume there is no VT subsystem and don't...Lennart Poettering
2012-01-03namespace: remount namespace root dir for SLAVE to avoid propagation of mount...Daniel Walsh
2012-01-03systemctl: hook up systemctl with the journalLennart Poettering