summaryrefslogtreecommitdiff
path: root/src/shared/install.c
Commit message (Expand)AuthorAge
* conf-files: include root in returned file pathsMichael Marineau2014-06-20
* install: remove unused variableThomas Hindoe Paaboel Andersen2014-06-17
* install: improve paths we show the user when enabling/disablingLennart Poettering2014-06-17
* install: simplify symlink --root= logicLennart Poettering2014-06-17
* install: "systemctl enable" should be a nop for template units lacking a Defa...Lennart Poettering2014-06-17
* install: make sure that --root= mode doesn't make us consider all units outsi...Lennart Poettering2014-06-17
* install: make sure "systemctl disable foobar@.service" actually removes all i...Lennart Poettering2014-06-17
* install: introduce new DefaultInstance= field for [Install] sectionsLennart Poettering2014-06-17
* install: when looking for a unit file for enabling, search for templates only...Lennart Poettering2014-06-17
* install: use symlink_atomic() instead of unlink()+symlink() when force creati...Lennart Poettering2014-06-17
* install: various modernizationsLennart Poettering2014-06-17
* install: teach preset query logic --root= supportLennart Poettering2014-06-17
* install: beef up preset logic to limit to only enable or only disable, and do...Lennart Poettering2014-06-17
* install: simplify and clarify disabling logic for instanced unitsLennart Poettering2014-06-17
* install: various modernizationsLennart Poettering2014-06-17
* install: fix invalid free() in unit_file_mask()Andreas Henriksson2014-06-13
* Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek2014-05-15
* shared/install: do not prefix created symlink with root pathZbigniew Jędrzejewski-Szmek2014-05-15
* replace more dup() by F_DUPFD_CLOEXECLennart Poettering2014-05-13
* install: simplificationLennart Poettering2014-04-23
* install: create_symlink() check unlink() return valueDjalal Harouni2014-04-16
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-24
* shared/install: use char** convention for strvsZbigniew Jędrzejewski-Szmek2014-01-05
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-26
* bus: rename message "serial" to "cookie"Lennart Poettering2013-12-25
* install: replace readdir_r with readdirFlorian Weimer2013-12-21
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-06
* conf-parser: distinguish between multiple sections with the same nameTom Gundersen2013-11-25
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* install: when determining where default.target points to, accept a file inste...Lennart Poettering2013-11-20
* install: use const where we canLennart Poettering2013-11-20
* install: don't override caller's parameterLennart Poettering2013-11-08
* path_lookup: moved _cleanup_lookup_paths_free_ from install.c to path-lookup.hDaniel Buch2013-10-27
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-13
* ModernizationZbigniew Jędrzejewski-Szmek2013-10-13
* specifier: rework specifier calls to return proper error messageLennart Poettering2013-09-17
* systemd: fix NULL dereference when disabling a nonexistent instanceZbigniew Jędrzejewski-Szmek2013-07-14
* install: make "reenable" work with templated unitsRoss Lagerwall2013-07-13
* shared/install: fix trivial memleakZbigniew Jędrzejewski-Szmek2013-07-12
* systemctl,core: allow nuking of symlinks to removed unitsZbigniew Jędrzejewski-Szmek2013-06-03
* systemctl: add commands set-default and get-defaultVáclav Pavlín2013-05-30
* systemctl: make systemctl is-enabled work for templated unitsMichael Tremer2013-05-21
* conf-parser: restrict .include usageLennart Poettering2013-04-25
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-24
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-17
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-13
* Remove a few NULLsZbigniew Jędrzejewski-Szmek2013-04-13
* errno is positiveZbigniew Jędrzejewski-Szmek2013-04-11