Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-01-14 | mount: fix quota | Michal Schmidt | 1 | -17/+10 | |
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 | |||||
2012-01-13 | pam: fix build | Lennart Poettering | 1 | -2/+2 | |
2012-01-13 | pam: work correctly if a seat is specified but not vtnr | Lennart Poettering | 1 | -4/+8 | |
2012-01-13 | journal: add output mode that just prints simple messages without any ↵ | Lennart Poettering | 4 | -4/+30 | |
decorations | |||||
2012-01-13 | api: add C++ guards to all headers | Lennart Poettering | 4 | -0/+32 | |
2012-01-13 | sd-login: teach sd_pid_get_unit() proper handling of instantiated services | Lennart Poettering | 1 | -4/+29 | |
2012-01-12 | journal: if the syslog forwarder socket is full, then don't block | Lennart Poettering | 1 | -0/+8 | |
2012-01-12 | core: switch all log targets to go directly to the journal, instead via syslog | Lennart Poettering | 24 | -45/+47 | |
2012-01-12 | units: make sure syslog socket goes away early during shutdown | Lennart Poettering | 1 | -0/+2 | |
2012-01-12 | log: make internal log api log directly to the journal | Lennart Poettering | 4 | -35/+165 | |
2012-01-11 | journal: add SELinux context to all logged messages | Lennart Poettering | 1 | -2/+20 | |
2012-01-11 | journal: fix more 32/64 bit issues | Lennart Poettering | 2 | -4/+3 | |
2012-01-11 | tmpfiles: fix parsing of /proc/net/unix on 32Bit machines | Lennart Poettering | 1 | -10/+20 | |
Tracked down by Michael Meeks | |||||
2012-01-11 | logs-show: fix missing newline in short output | Michal Schmidt | 1 | -1/+1 | |
Ellipsized messages were printed without a newline. | |||||
2012-01-11 | journald: don't assume size_t and uint64_t are the same | Lennart Poettering | 1 | -2/+3 | |
2012-01-11 | journald: set group ownership of journal files to 'adm' by default | Lennart Poettering | 2 | -5/+29 | |
2012-01-11 | journal: make requirement for ACLs optional | Lennart Poettering | 2 | -5/+16 | |
2012-01-11 | journalctl: fix --help text | Lennart Poettering | 1 | -1/+1 | |
2012-01-11 | build-sys: fix upload rule for xzv38 | Lennart Poettering | 1 | -2/+2 | |
2012-01-11 | build-sys: bump version | Lennart Poettering | 1 | -1/+1 | |
2012-01-11 | journal: don't realign window twice | Lennart Poettering | 1 | -2/+2 | |
2012-01-11 | sd-journal: implement a number of non-implemented calls from the API for now | Lennart Poettering | 2 | -28/+27 | |
2012-01-11 | systemd: reconnect to syslog as soon as the journal is fully up | Lennart Poettering | 4 | -30/+13 | |
2012-01-11 | journalctl: always show monotonic timestamp even if it's from an old boot | Lennart Poettering | 1 | -7/+12 | |
2012-01-11 | Update TODO | Lennart Poettering | 1 | -12/+0 | |
2012-01-11 | unit: implement new PropagateReloadTo=/PropagateReloadFrom= operations | Lennart Poettering | 6 | -3/+51 | |
2012-01-11 | shutdown: add link to root storage daemon text | Lennart Poettering | 1 | -1/+3 | |
2012-01-11 | service: brutally slaughter processes that are running in the cgroup when we ↵ | Lennart Poettering | 2 | -0/+13 | |
enter START_PRE and START | |||||
2012-01-11 | update TODO | Lennart Poettering | 1 | -0/+6 | |
2012-01-10 | build-sys: link systemctl and systemd-journalctl against libsystemd-id128 | Michael Biebl | 1 | -1/+3 | |
Both use logs-show.c which requires libsystemd-id128 for sd_id128_to_string (). | |||||
2012-01-10 | shutdown: exclude processes with argv[0][0] from killing | Lennart Poettering | 4 | -15/+85 | |
2012-01-09 | autogen.sh: diet and sync with udev and kmod | Kay Sievers | 1 | -51/+22 | |
2012-01-07 | journalctl: display source timestamp, not journald timestamp, if known | Lennart Poettering | 1 | -9/+37 | |
2012-01-07 | journalctl: add new short-monotonic output mode | Lennart Poettering | 4 | -20/+46 | |
2012-01-07 | journald: add kmsg source | Lennart Poettering | 5 | -13/+290 | |
2012-01-07 | journald: remove inner loop debug message | Lennart Poettering | 3 | -1/+4 | |
2012-01-07 | fix compiler warning | Kay Sievers | 1 | -1/+0 | |
2012-01-07 | sd-id128: let's make our API a bit smaller, since sd_id128_make_v4_uuid() is ↵ | Lennart Poettering | 3 | -5/+2 | |
dispensable | |||||
2012-01-07 | journalctl: rename --new-id to --new-id128 in order not to introduce yet ↵ | Lennart Poettering | 1 | -9/+9 | |
another new name | |||||
2012-01-07 | build-sys: move .pc files next to the matching sources | Lennart Poettering | 4 | -6/+6 | |
2012-01-07 | load-fragment: fix parsing of Socket= setting | Lennart Poettering | 1 | -1/+5 | |
2012-01-07 | main: fix spelling | Lennart Poettering | 1 | -8/+8 | |
2012-01-07 | journald: introduce systemd_journald.forward_to_kmsg=1 (and friends) to ↵ | Lennart Poettering | 1 | -0/+55 | |
enable kmsg forwarding globally via kernel cmdline | |||||
2012-01-07 | journald: start journald right away, don't wait until activation | Lennart Poettering | 1 | -1/+5 | |
2012-01-07 | build-sys: fix typo in help string | Michael Biebl | 1 | -2/+2 | |
2012-01-06 | journald: shorten the time we wait for a forwarding syslog | Lennart Poettering | 1 | -1/+1 | |
2012-01-06 | unit: properly update references to units which are merged | Lennart Poettering | 18 | -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. | |||||
2012-01-06 | service: add dependencies on configured sockets | Lennart Poettering | 1 | -0/+22 | |
2012-01-06 | units: remove left-over unit file | Lennart Poettering | 1 | -19/+0 | |
2012-01-06 | journald: start the journal after the syslog socket, so that the syslog ↵ | Lennart Poettering | 1 | -1/+2 | |
socket queues syslog messages from early boot on |