summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: fix upload rule for xzv38Lennart Poettering2012-01-111-2/+2
|
* build-sys: bump versionLennart Poettering2012-01-111-1/+1
|
* journal: don't realign window twiceLennart Poettering2012-01-111-2/+2
|
* sd-journal: implement a number of non-implemented calls from the API for nowLennart Poettering2012-01-112-28/+27
|
* systemd: reconnect to syslog as soon as the journal is fully upLennart Poettering2012-01-114-30/+13
|
* journalctl: always show monotonic timestamp even if it's from an old bootLennart Poettering2012-01-111-7/+12
|
* Update TODOLennart Poettering2012-01-111-12/+0
|
* unit: implement new PropagateReloadTo=/PropagateReloadFrom= operationsLennart Poettering2012-01-116-3/+51
|
* shutdown: add link to root storage daemon textLennart Poettering2012-01-111-1/+3
|
* service: brutally slaughter processes that are running in the cgroup when we ↵Lennart Poettering2012-01-112-0/+13
| | | | enter START_PRE and START
* update TODOLennart Poettering2012-01-111-0/+6
|
* build-sys: link systemctl and systemd-journalctl against libsystemd-id128Michael Biebl2012-01-101-1/+3
| | | | | Both use logs-show.c which requires libsystemd-id128 for sd_id128_to_string ().
* shutdown: exclude processes with argv[0][0] from killingLennart Poettering2012-01-104-15/+85
|
* autogen.sh: diet and sync with udev and kmodKay Sievers2012-01-091-51/+22
|
* journalctl: display source timestamp, not journald timestamp, if knownLennart Poettering2012-01-071-9/+37
|
* journalctl: add new short-monotonic output modeLennart Poettering2012-01-074-20/+46
|
* journald: add kmsg sourceLennart Poettering2012-01-075-13/+290
|
* journald: remove inner loop debug messageLennart Poettering2012-01-073-1/+4
|
* fix compiler warningKay Sievers2012-01-071-1/+0
|
* sd-id128: let's make our API a bit smaller, since sd_id128_make_v4_uuid() is ↵Lennart Poettering2012-01-073-5/+2
| | | | dispensable
* journalctl: rename --new-id to --new-id128 in order not to introduce yet ↵Lennart Poettering2012-01-071-9/+9
| | | | another new name
* build-sys: move .pc files next to the matching sourcesLennart Poettering2012-01-074-6/+6
|
* load-fragment: fix parsing of Socket= settingLennart Poettering2012-01-071-1/+5
|
* main: fix spellingLennart Poettering2012-01-071-8/+8
|
* journald: introduce systemd_journald.forward_to_kmsg=1 (and friends) to ↵Lennart Poettering2012-01-071-0/+55
| | | | enable kmsg forwarding globally via kernel cmdline
* journald: start journald right away, don't wait until activationLennart Poettering2012-01-071-1/+5
|
* build-sys: fix typo in help stringMichael Biebl2012-01-071-2/+2
|
* journald: shorten the time we wait for a forwarding syslogLennart Poettering2012-01-061-1/+1
|
* unit: properly update references to units which are mergedLennart Poettering2012-01-0618-319/+268
| | | | | | | | | | | 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.
* service: add dependencies on configured socketsLennart Poettering2012-01-061-0/+22
|
* units: remove left-over unit fileLennart Poettering2012-01-061-19/+0
|
* journald: start the journal after the syslog socket, so that the syslog ↵Lennart Poettering2012-01-061-1/+2
| | | | socket queues syslog messages from early boot on
* kmsg-syslogd: remove kmsg-syslogd, since it's entirely obsoleted and ↵Lennart Poettering2012-01-063-444/+18
| | | | replaced by journald
* special: fix name of journal socket unitLennart Poettering2012-01-061-1/+1
|
* journal: introduce log target 'journal' for executed processesLennart Poettering2012-01-068-15/+38
|
* stdout: remove stdout-syslog-bridge since it is now obsoleted by journaldLennart Poettering2012-01-064-766/+1
|
* util: switch the console to text mode on resetMichal Schmidt2012-01-061-0/+3
| | | | | | In case we're taking over the console after a killed X server. https://bugzilla.redhat.com/show_bug.cgi?id=771563
* util: fix switching to console unicode modeMichal Schmidt2012-01-061-3/+1
| | | | The KDSKBMODE ioctl wants a value directly, not its address.
* login: implement sd_session_get_service()Lennart Poettering2012-01-054-2/+52
|
* journal: rename syslog tag to identifier since that's what we call it on the ↵Lennart Poettering2012-01-054-85/+84
| | | | server side.
* journal: rename priority_prefix to level_prefix, since that's how we call it ↵Lennart Poettering2012-01-051-7/+7
| | | | in PID 1
* sd-journal: close reading side of sd_journal_stream_fd() file descriptorsLennart Poettering2012-01-051-0/+5
|
* execute: talk directly to the journald, instead to the stdout-syslog-bridgeLennart Poettering2012-01-054-27/+17
|
* journal: store used transport in journalLennart Poettering2012-01-051-6/+22
|
* journal: move sockets into their own subdirLennart Poettering2012-01-054-10/+10
|
* journalctl: rework short output mode to rebuild full syslog messageLennart Poettering2012-01-053-26/+139
|
* README: correct license claimsLennart Poettering2012-01-051-1/+2
|
* headers: fix git URLs for source filesLennart Poettering2012-01-059-17/+17
|
* autogen: add --with-rootlibdir= and switch /usr/local to /usrKay Sievers2012-01-052-2/+4
|
* build-sys: add headers to EXTRA_DIST to fix 'make distcheck'Kay Sievers2012-01-051-2/+62
| | | | Vala autotools, it's all your fault!