Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-25 | util: rework safe_atod() to be locale-independent | Lennart Poettering | |
This adds some syntactic sugar with a macro RUN_WITH_LOCALE() that reset the thread-specific locale temporarily. | |||
2013-04-25 | conf-parser: restrict .include usage | Lennart Poettering | |
Disallow recursive .include, and make it unavailable in anything but unit files. | |||
2013-04-24 | cgroup: always validate cgroup controller names | Lennart Poettering | |
Let's better be safe than sorry. | |||
2013-04-24 | nss-myhostname: resolve 'localhost' so that /etc/hosts becomes optional | Lennart Poettering | |
This makes sure nss-myhostname not only resolves the local host name to 127.0.0.2/::1 but also the host name 'localhost: to 127.0.0.1/::1. This makes installation of /etc/passwd optional, as it usually only includes a mapping for 'localhost'. This change also resolves ::1 to the local hostname (as before), but also lists 'localhost' as an alias. This means look-ups are now fully reversible, even though they are 1:n mappings. Finally, the module will no longer erroneously claim that local IP addresses which aren't on the loopback device were. | |||
2013-04-24 | fileio: unify how we chop off whitespace from key and value in ↵ | Lennart Poettering | |
parse_env_file_internal() | |||
2013-04-24 | test: make it easier to override kernel version | Zbigniew Jędrzejewski-Szmek | |
2013-04-23 | timer: make sure we restart timers even if units are still running or if one ↵ | Lennart Poettering | |
of their conditions fails | |||
2013-04-23 | update TODO | Lennart Poettering | |
2013-04-22 | cgroup: make sure all our cgroup objects have a suffix and are properly escaped | Lennart Poettering | |
Session objects will now get the .session suffix, user objects the .user suffix, nspawn containers the .nspawn suffix. This also changes the user cgroups to be named after the numeric UID rather than the username, since this allows us the parse these paths standalone without requiring access to the cgroup file system. This also changes the mapping of instanced units to cgroups. Instead of mapping foo@bar.service to the cgroup path /user/foo@.service/bar we will now map it to /user/foo@.service/foo@bar.service, in order to ensure that all our objects are properly suffixed in the tree. | |||
2013-04-22 | update TODO | Lennart Poettering | |
2013-04-21 | systemd,nspawn: use extended attributes to store metadata | Zbigniew Jędrzejewski-Szmek | |
All attributes are stored as text, since root_directory is already text, and it seems easier to have all of them in text format. Attributes are written in the trusted. namespace, because the kernel currently does not allow user. attributes on cgroups. This is a PITA, and CAP_SYS_ADMIN is required to *read* the attributes. Alas. A second pipe is opened for the child to signal the parent that the cgroup hierarchy has been set up. | |||
2013-04-20 | TODO: remove dbus items which we will not touch anymore | Kay Sievers | |
2013-04-20 | TODO: journal enhancements | Josh Triplett | |
2013-04-19 | build-sys: prepare release 202 | Lennart Poettering | |
2013-04-18 | journal: when iterating through a file we might lose messages when changing ↵ | Marius Vollmer | |
direction. https://bugs.freedesktop.org/show_bug.cgi?id=63672 | |||
2013-04-18 | update TODO | Lennart Poettering | |
2013-04-18 | update TODO | Lennart Poettering | |
2013-04-17 | update TODO | Lennart Poettering | |
2013-04-17 | update TODO | Lennart Poettering | |
2013-04-17 | update TODO | Lennart Poettering | |
2013-04-17 | TODO: add s.th. like "systemctl set-log-level debug" | Harald Hoyer | |
2013-04-17 | TODO: remove fixed systemctl property bug | Harald Hoyer | |
2013-04-17 | timedated: fixed NTP enabled: n/a | Harald Hoyer | |
2013-04-16 | bus: parse unit/user unit/session from cgroup path | Lennart Poettering | |
2013-04-16 | update TODO | Lennart Poettering | |
2013-04-15 | update TODO | Lennart Poettering | |
2013-04-14 | TODO: bootchart items. | Auke Kok | |
2013-04-11 | update TODO | Lennart Poettering | |
2013-04-11 | TODO: update | Kay Sievers | |
2013-04-10 | shell-completion: show failed units as candidates for start | Zbigniew Jędrzejewski-Szmek | |
Also show disabled units as candidates for reenable, since it works and one may want to do enable-or-reenable in one line. | |||
2013-04-09 | update TODO | Lennart Poettering | |
2013-04-08 | update TODO | Lennart Poettering | |
2013-04-08 | TODO: update | Kay Sievers | |
2013-04-08 | update TODO | Lennart Poettering | |
2013-04-05 | update TODO | Lennart Poettering | |
2013-04-04 | update TODO | Lennart Poettering | |
2013-04-03 | update TODO | Lennart Poettering | |
2013-04-02 | update TODO | Lennart Poettering | |
2013-04-02 | update TODO | Lennart Poettering | |
2013-04-01 | cryptsetup: RequiresMountsFor if source is a file | Thomas Weißschuh | |
Fixes: https://bugzilla.novell.com/show_bug.cgi?id=730496 https://bugs.freedesktop.org/show_bug.cgi?id=60821 | |||
2013-04-01 | Add AllowIsolate=yes to snapshots | Oleksii Shevchuk | |
2013-03-31 | units/user: default.target must be isolatable | Zbigniew Jędrzejewski-Szmek | |
... Activating default unit: default.target Default target could not be isolated, starting instead: Operation refused, unit may not be isolated. | |||
2013-03-30 | TODO | Lennart Poettering | |
2013-03-30 | TODO: update | Kay Sievers | |
2013-03-29 | update TODO | Lennart Poettering | |
2013-03-28 | journalctl: support --root for message catalogs | Zbigniew Jędrzejewski-Szmek | |
2013-03-26 | build-sys: bump version and .so revisions | Lennart Poettering | |
2013-03-25 | man: rearrange systemd.special(7) to clarify which units are passive and ↵ | Lennart Poettering | |
which ones aren't This also adds a short explanation paragraph for this. | |||
2013-03-25 | update TODO | Lennart Poettering | |
2013-03-25 | update TODO | Lennart Poettering | |