Age | Commit message (Expand) | Author |
2012-01-06 | service: add dependencies on configured sockets | Lennart Poettering |
2012-01-06 | units: remove left-over unit file | Lennart Poettering |
2012-01-06 | journald: start the journal after the syslog socket, so that the syslog socke... | Lennart Poettering |
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 | README: correct license claims | Lennart Poettering |
2012-01-05 | headers: fix git URLs for source files | Lennart Poettering |
2012-01-05 | autogen: add --with-rootlibdir= and switch /usr/local to /usr | Kay Sievers |
2012-01-05 | build-sys: add headers to EXTRA_DIST to fix 'make distcheck' | Kay Sievers |
2012-01-05 | build-sys: drop colorgcc | 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 | git: only ignore toplevel systemd file | 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 | build-sys: use ${ac_default_prefix} | Kay Sievers |
2012-01-05 | build-sys: add some headers to fix 'make distcheck' | Kay Sievers |
2012-01-05 | build-sys: install pam module in $rootlibdir | Kay Sievers |
2012-01-05 | build-sys: switch autoconf's default prefix from /usr/local to /usr | Kay Sievers |
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-05 | build-sys: rename 'rootdir' to 'rootprefix' like udev and kmod uses | Kay Sievers |
2012-01-04 | journald: parse configuration file | Lennart Poettering |
2012-01-04 | build-sys: Fix missing directories with parallel 'make install'. | Michał Górny |
2012-01-04 | journal: fix XZ build flags | Lennart Poettering |
2012-01-04 | man: Fix out-of-source manpage builds. | Michał Górny |
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 |