summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-11Update TODOLennart Poettering
2012-01-11unit: implement new PropagateReloadTo=/PropagateReloadFrom= operationsLennart Poettering
2012-01-11shutdown: add link to root storage daemon textLennart Poettering
2012-01-11service: brutally slaughter processes that are running in the cgroup when we ↵Lennart Poettering
enter START_PRE and START
2012-01-11update TODOLennart Poettering
2012-01-10build-sys: link systemctl and systemd-journalctl against libsystemd-id128Michael Biebl
Both use logs-show.c which requires libsystemd-id128 for sd_id128_to_string ().
2012-01-10shutdown: exclude processes with argv[0][0] from killingLennart Poettering
2012-01-09autogen.sh: diet and sync with udev and kmodKay Sievers
2012-01-07journalctl: display source timestamp, not journald timestamp, if knownLennart Poettering
2012-01-07journalctl: add new short-monotonic output modeLennart Poettering
2012-01-07journald: add kmsg sourceLennart Poettering
2012-01-07journald: remove inner loop debug messageLennart Poettering
2012-01-07fix compiler warningKay Sievers
2012-01-07sd-id128: let's make our API a bit smaller, since sd_id128_make_v4_uuid() is ↵Lennart Poettering
dispensable
2012-01-07journalctl: rename --new-id to --new-id128 in order not to introduce yet ↵Lennart Poettering
another new name
2012-01-07build-sys: move .pc files next to the matching sourcesLennart Poettering
2012-01-07load-fragment: fix parsing of Socket= settingLennart Poettering
2012-01-07main: fix spellingLennart Poettering
2012-01-07journald: introduce systemd_journald.forward_to_kmsg=1 (and friends) to ↵Lennart Poettering
enable kmsg forwarding globally via kernel cmdline
2012-01-07journald: start journald right away, don't wait until activationLennart Poettering
2012-01-07build-sys: fix typo in help stringMichael Biebl
2012-01-06journald: shorten the time we wait for a forwarding syslogLennart Poettering
2012-01-06unit: properly update references to units which are mergedLennart Poettering
When we merge units that some kind of object points to, those pointers might become invalidated, and needs to be updated. Introduce a UnitRef struct which links up all the unit references, to ensure corrected references. At the same time, drop configured_sockets in the Service object, and replace it by proper UNIT_TRIGGERS resp. UNIT_TRIGGERED_BY dependencies, which allow us to simplify a lot of code.
2012-01-06service: add dependencies on configured socketsLennart Poettering
2012-01-06units: remove left-over unit fileLennart Poettering
2012-01-06journald: start the journal after the syslog socket, so that the syslog ↵Lennart Poettering
socket queues syslog messages from early boot on
2012-01-06kmsg-syslogd: remove kmsg-syslogd, since it's entirely obsoleted and ↵Lennart Poettering
replaced by journald
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
In case we're taking over the console after a killed X server. https://bugzilla.redhat.com/show_bug.cgi?id=771563
2012-01-06util: fix switching to console unicode modeMichal Schmidt
The KDSKBMODE ioctl wants a value directly, not its address.
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
server side.
2012-01-05journal: rename priority_prefix to level_prefix, since that's how we call it ↵Lennart Poettering
in PID 1
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-05README: correct license claimsLennart Poettering
2012-01-05headers: fix git URLs for source filesLennart Poettering
2012-01-05autogen: add --with-rootlibdir= and switch /usr/local to /usrKay Sievers
2012-01-05build-sys: add headers to EXTRA_DIST to fix 'make distcheck'Kay Sievers
Vala autotools, it's all your fault!
2012-01-05build-sys: drop colorgccLennart Poettering
2012-01-05build-sys: add stub makefiles to subdirsLennart Poettering
2012-01-05journal: fix include in sd-journal.hLennart Poettering
2012-01-05git: only ignore toplevel systemd fileLennart Poettering
2012-01-05journalctl: add --new-id switch to generate a new 128Bit idLennart Poettering
2012-01-05journal: add missing sd-messages.hLennart Poettering