summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* mount: fix quotaMichal Schmidt2012-01-14
| | | | | | | | | | | quotacheck.service and quotaon.service were not pulled in for fstab mounts. Fix it by not clearing the default_dependencies flag. The root filesystem may have quotas too, so don't check for "/" there. No need to have duplicate code for adding dependencies on umount.target. https://bugzilla.redhat.com/show_bug.cgi?id=773431
* pam: fix buildLennart Poettering2012-01-13
|
* pam: work correctly if a seat is specified but not vtnrLennart Poettering2012-01-13
|
* journal: add output mode that just prints simple messages without any ↵Lennart Poettering2012-01-13
| | | | decorations
* api: add C++ guards to all headersLennart Poettering2012-01-13
|
* sd-login: teach sd_pid_get_unit() proper handling of instantiated servicesLennart Poettering2012-01-13
|
* journal: if the syslog forwarder socket is full, then don't blockLennart Poettering2012-01-12
|
* core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering2012-01-12
|
* units: make sure syslog socket goes away early during shutdownLennart Poettering2012-01-12
|
* log: make internal log api log directly to the journalLennart Poettering2012-01-12
|
* journal: add SELinux context to all logged messagesLennart Poettering2012-01-11
|
* journal: fix more 32/64 bit issuesLennart Poettering2012-01-11
|
* tmpfiles: fix parsing of /proc/net/unix on 32Bit machinesLennart Poettering2012-01-11
| | | | Tracked down by Michael Meeks
* logs-show: fix missing newline in short outputMichal Schmidt2012-01-11
| | | | Ellipsized messages were printed without a newline.
* journald: don't assume size_t and uint64_t are the sameLennart Poettering2012-01-11
|
* journald: set group ownership of journal files to 'adm' by defaultLennart Poettering2012-01-11
|
* journal: make requirement for ACLs optionalLennart Poettering2012-01-11
|
* journalctl: fix --help textLennart Poettering2012-01-11
|
* build-sys: fix upload rule for xzLennart Poettering2012-01-11
|
* build-sys: bump versionLennart Poettering2012-01-11
|
* journal: don't realign window twiceLennart Poettering2012-01-11
|
* sd-journal: implement a number of non-implemented calls from the API for nowLennart Poettering2012-01-11
|
* systemd: reconnect to syslog as soon as the journal is fully upLennart Poettering2012-01-11
|
* journalctl: always show monotonic timestamp even if it's from an old bootLennart Poettering2012-01-11
|
* Update TODOLennart Poettering2012-01-11
|
* unit: implement new PropagateReloadTo=/PropagateReloadFrom= operationsLennart Poettering2012-01-11
|
* shutdown: add link to root storage daemon textLennart Poettering2012-01-11
|
* service: brutally slaughter processes that are running in the cgroup when we ↵Lennart Poettering2012-01-11
| | | | enter START_PRE and START
* update TODOLennart Poettering2012-01-11
|
* build-sys: link systemctl and systemd-journalctl against libsystemd-id128Michael Biebl2012-01-10
| | | | | 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-10
|
* autogen.sh: diet and sync with udev and kmodKay Sievers2012-01-09
|
* journalctl: display source timestamp, not journald timestamp, if knownLennart Poettering2012-01-07
|
* journalctl: add new short-monotonic output modeLennart Poettering2012-01-07
|
* journald: add kmsg sourceLennart Poettering2012-01-07
|
* journald: remove inner loop debug messageLennart Poettering2012-01-07
|
* fix compiler warningKay Sievers2012-01-07
|
* sd-id128: let's make our API a bit smaller, since sd_id128_make_v4_uuid() is ↵Lennart Poettering2012-01-07
| | | | dispensable
* journalctl: rename --new-id to --new-id128 in order not to introduce yet ↵Lennart Poettering2012-01-07
| | | | another new name
* build-sys: move .pc files next to the matching sourcesLennart Poettering2012-01-07
|
* load-fragment: fix parsing of Socket= settingLennart Poettering2012-01-07
|
* main: fix spellingLennart Poettering2012-01-07
|
* journald: introduce systemd_journald.forward_to_kmsg=1 (and friends) to ↵Lennart Poettering2012-01-07
| | | | enable kmsg forwarding globally via kernel cmdline
* journald: start journald right away, don't wait until activationLennart Poettering2012-01-07
|
* build-sys: fix typo in help stringMichael Biebl2012-01-07
|
* journald: shorten the time we wait for a forwarding syslogLennart Poettering2012-01-06
|
* unit: properly update references to units which are mergedLennart Poettering2012-01-06
| | | | | | | | | | | 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-06
|
* units: remove left-over unit fileLennart Poettering2012-01-06
|
* journald: start the journal after the syslog socket, so that the syslog ↵Lennart Poettering2012-01-06
| | | | socket queues syslog messages from early boot on