Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-28 | systemctl: append .service to unit names lacking suffix | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=39386 | |||
2012-07-26 | unit-name: style fix in unit_name_is_template() | Michal Schmidt | |
to make it look like the newly added unit_name_is_instance() | |||
2012-07-26 | systemd: enable/disable instances of template | Michal Sekletar | |
https://bugzilla.redhat.com/show_bug.cgi?id=752774 | |||
2012-07-13 | util: rename join() to strjoin() | Lennart Poettering | |
This is to match strappend() and the other string related functions. | |||
2012-07-10 | unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.c | Zbigniew Jędrzejewski-Szmek | |
This makes it possible to use them from systemctl without linking against the core. | |||
2012-07-10 | unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ↵ | Lennart Poettering | |
to unit-name.h | |||
2012-07-10 | unit: Move UnitType definitions from core/unit.c to shared/unit-name.c | Zbigniew Jędrzejewski-Szmek | |
This makes it possible to use them from systemctl without linking against the core. A string->enum lookup table is added. | |||
2012-06-25 | cryptsetup: fix escaping when generating cryptsetup units | Lennart Poettering | |
2012-06-22 | systemctl: automatically turn paths and unescaped unit names into proper ↵ | Lennart Poettering | |
unit names This makes sure that systemctl status /home is implicitly translated to: systemctl status /home.mount Similar, /dev/foobar becomes dev-foobar.device. Also, all characters that cannot be part of a unit name are implicitly escaped. | |||
2012-06-13 | unit-name: introduce unit_dbus_path_from_name() | Michal Schmidt | |
Use the same function in core and in systemctl. get_unit_path() in systemctl becomes unnecessary. | |||
2012-06-04 | unit-name: never create a unit name with a leading '.' | Kay Sievers | |
Supposed to prevent creating unit files like: ├── dev-sda1.device.wants │ └── .dot.mount -> /run/systemd/generator/.dot.mount ├── .dot.mount from: # cat /etc/fstab /dev/sda1 /.dot vfat ro 1 3 which we later skip reading because of the leading '.'. | |||
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers | |
2012-04-12 | move more common files to shared/ and add them to shared.la | Kay Sievers | |