Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-30 | journal: disable default debug logging | Lennart Poettering | |
2011-12-30 | journal: fix a few bad memory accesses and leaks | Lennart Poettering | |
2011-12-30 | journald: forward all syslog messages to syslogd | Lennart Poettering | |
2011-12-30 | journal: add unit files and shared library glue | Lennart Poettering | |
2011-12-30 | journald: add missing header | Lennart Poettering | |
2011-12-30 | remount-api-vfs: handle another OOM condition | Lennart Poettering | |
2011-12-29 | journald: don't recheck /var availability more often than 30s | Lennart Poettering | |
2011-12-29 | journald: flush /run to /var as soon as it becomes available | Lennart Poettering | |
2011-12-29 | journald: increase rate limit burst rate | Lennart Poettering | |
2011-12-28 | journal: never mmap beyond file size | Lennart Poettering | |
2011-12-27 | journald: when checking available disk space for rate limiting, cache the ↵ | Lennart Poettering | |
results temporarily | |||
2011-12-27 | journal: fix hash table lookup logic | Lennart Poettering | |
2011-12-27 | journal: fix typo | Lennart Poettering | |
2011-12-27 | udev: exclude loopback device from udev rule based sysctl application, since ↵ | Lennart Poettering | |
we can just apply that directly at boot | |||
2011-12-27 | journald: implement sophisticated rate limiting | Lennart Poettering | |
2011-12-23 | journal: implement stdout transport | Lennart Poettering | |
2011-12-22 | journald: enforce some syntax restrictions on field names sent from the ↵ | Lennart Poettering | |
client side | |||
2011-12-21 | journal: properly handle first inline bisect array entry | Lennart Poettering | |
2011-12-21 | journal: add missing compress.[ch] | Lennart Poettering | |
2011-12-21 | journalctl: add command line parsing | Lennart Poettering | |
2011-12-21 | journalctl: add json, export, short and verbose output modes | Lennart Poettering | |
2011-12-21 | journal: add inline compression support with XZ | Lennart Poettering | |
2011-12-20 | journal: fix space reservation limit enforcement | Lennart Poettering | |
2011-12-20 | journal: fix matches | Lennart Poettering | |
2011-12-19 | journal: implement inotify-based live logging logic | Lennart Poettering | |
2011-12-19 | hashmap: add hashmap_first_key() | Lennart Poettering | |
2011-12-17 | journald: filter fields send from client starting with underscore | Lennart Poettering | |
2011-12-17 | journal: introduce mandatory sd_journal_printf() priority parameter | Lennart Poettering | |
2011-12-17 | journal: enforce limits on open journal files | Lennart Poettering | |
2011-12-17 | journal: add native protocol to journald, and client side API to send ↵ | Lennart Poettering | |
journal messages | |||
2011-11-08 | Merge branch 'master' into journal | Lennart Poettering | |
2011-11-08 | journal: implement multiple field matches | Lennart Poettering | |
2011-11-08 | macro: fix ALIGN_TO macro definition | Lennart Poettering | |
2011-11-03 | cgroup: immediately remove all cgroups which run empty | Lennart Poettering | |
Some controllers have scaling problems when many empty cgroups exist. Hence, as soon as we get a notification that a cgroup is empty, delete it. This is also nice to keep the systemd-cgls output short. | |||
2011-11-02 | Merge remote-tracking branch 'zbigniew/systemadm_changes' | Lennart Poettering | |
2011-11-02 | bash-completion: rename file since it is no longer for systemctl only | Ran Benita | |
2011-11-02 | bash-completion: add completions for systemd-loginctl | Ran Benita | |
This script is straightforward and should give proper completions for all of systemd-loginctl's verbs. | |||
2011-11-02 | bash-completion: update with new verbs and arguments | Ran Benita | |
Adds arguments --root= --runtime --no-legend. Adds verbs link mask unmask reenable list-unit-files. Also uses list-unit-files to make nicer enable and disable completions. Rebased due to changes in systemctl. | |||
2011-11-02 | Add Mageia support | Dexter Morgan | |
This patch adds support for the Mageia Linux distribution: http://www.mageia.org/ Mageia is a fork of Mandriva although some divergence has already occured and thus inclusion of these changes upstream allow us to (hopefully) migrate more rapidly to the new standard approaches systemd offers. Indeed, we already use the preferred mechanism of OS identification via the /etc/os-release file rather than a distro specific variation. This patch mostly mirrors the patch added previously for Mandriva support. In addition to those original authors, this patch was mostly written by Dexter Morgan with help from Colin Guthrie and Eugeni Dodonov. | |||
2011-11-01 | cryptsetup-generator: avoid ordering cycle on swap | Tom Gundersen | |
Devices with random keys (swap), should not be ordered before local-fs.target, as this creates a cycle with systemd-load-random-seed.service (and also it does not make sense, a swap device is not a local-fs). | |||
2011-11-01 | mount: order remote mounts after both network.target and remote-fs-pre.target | Lennart Poettering | |
Since remote-fs-pre.target is optional we cannot count on it to order remote mounts after network.target, so let's add that order explicitly in addition to remote-fs-pre.target. https://bugzilla.redhat.com/show_bug.cgi?id=749940 | |||
2011-11-01 | cgroup: always recreate cgroup before we try to apply attributes | Lennart Poettering | |
We might have trimmed the cgroup tree previously, hence don't trust our own "realized" flag, always recreate cgroup tree before applying our attributes to make sure this actually works out. https://bugzilla.redhat.com/show_bug.cgi?id=749687 | |||
2011-11-01 | initctl: don't use dbus connection after PID 1 got respawned | Lennart Poettering | |
After reexec PID 1 our bus connection is invalidated. Hence don't try to reuse it, just terminate so that when we are spawned the next time we just get a new one. Spotted by Marti Raudsepp. | |||
2011-11-01 | condition: Fix file descriptor leak in test_capability() | Thomas Jarosch | |
Detected by cppcheck. | |||
2011-11-01 | random-seed: convert poolsize from bits to bytes | Tom Gundersen | |
The problem was first noted in a bug report against Arch's initscripts. Reported-by: Taylan Ulrich Bayırlı <taylanbayirli@gmail.com> Reported-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2011-11-01 | plymouth: fix ply proto endianess issues | Lennart Poettering | |
Plymouth enforces LE even for the local Ply proto, hence we should do the conversion properly for BE arch compat. Tracked down by Harald Hoyer. https://bugzilla.redhat.com/show_bug.cgi?id=744415 | |||
2011-10-24 | systemctl: make list-unit-files output more economical | Zbigniew Jędrzejewski-Szmek | |
The first column is given the width of the widest entry, if possible, otherwise all entries are ellipsized to fit in ($COLUMNS - (width of second column)). [ Added a few fixes, calculate state_cols too, respect '--no-legend', better handling of '--full' -- michich ] | |||
2011-10-19 | systemctl-completion: always invoke with --no-legend | Dave Reisner | |
In the case of completion for the 'restart' verb, passing the invalid unit name (the colums header) causes completion to cease functioning entirely, with the error: Failed to issue method call: Unit name UNIT is not valid. This adds a small wrapper function for systemctl which can have common options added to it. | |||
2011-10-17 | audit: do not complain if kernel lacks audit | Jonathan Nieder | |
When running on a kernel without audit support, systemd currently writes a mysterious-sounding error to its log: systemd[1]: Failed to connect to audit log: Protocol not supported Better to suppress the audit_open() failure message when (and only when) it is due to running on a kernel without audit support, since in this case the admin probably does not mind systemd not writing to the audit log. This way, more serious errors like ENOMEM and EACCES will stand out more. | |||
2011-10-17 | service: Drop rcN.d runlevels from SysV services that also exist in rcS.d | Tollef Fog Heen | |
Services which claim to start in both rcN.d and rcS.d generate loops which for some reason seems to usually end up with dbus not starting and the whole machine being quite unhappy. We now rather assume that if a service can be started in rcS, it should not also start in rcN.d. Fixes Debian bug #637037 |