chiark / gitweb /
nspawn: fix invocation of the raw clone() system call on s390 and cris
[elogind.git] / src / shared / install.c
2014-12-10 Lennart Poetteringcore: properly pass unit file state to clients via...
2014-11-29 Tom Gundersenshared: install - report error if mask symlink can...
2014-11-28 Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-10 Jan Synacekshared/install: when unit contains only Also=, report...
2014-10-31 Dave Reisnershared/install: avoid prematurely rejecting "missing...
2014-10-25 Zbigniew Jędrzejew... systemctl: do not ignore errors in symlink removal
2014-10-23 Michal Schmidtinstall, cgtop: adjust hashmap_move_one() callers for...
2014-10-23 Michal Schmidtinstall: make InstallContext::{will_install,have_instal...
2014-10-08 Lukas Nykrynsystemctl: add add-wants and add-requires verbs
2014-10-07 Jan Synacekcore: don't allow enabling if unit is masked
2014-10-02 Zbigniew Jędrzejew... Rename user_runtime to user_runtime_dir
2014-10-02 Steven Allenadd a transient user unit directory
2014-09-16 Andreas Henrikssonshared: fix resource leak in config_parse_default_instance
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-27 Lukas Nykrynsystemctl: fix broken list-unit-files with --root
2014-08-26 Lennart PoetteringRevert "systemctl: fix broken list-unit-files with...
2014-08-25 Lukas Nykrynsystemctl: fix broken list-unit-files with --root
2014-08-21 Lennart Poetteringinstall: simplify usage of _cleanup_ macros
2014-08-20 Lukas Nykrynsystemctl: fail in the case that no unit files were...
2014-08-14 Dave Reisnerutil: allow strappenda to take any number of args
2014-07-31 Zbigniew Jędrzejew... Properly report invalid quoted strings
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-26 Zbigniew Jędrzejew... Add utility function to append root to path
2014-07-26 Karel ZakAlways check asprintf return code
2014-07-16 Zbigniew Jędrzejew... test-tables: add new entries
2014-07-16 Zbigniew Jędrzejew... Let config_parse open file where applicable
2014-07-16 Zbigniew Jędrzejew... Constify ConfigTableItem tables
2014-06-20 Michael Marineauconf-files: include root in returned file paths
2014-06-17 Thomas Hindoe Paab... install: remove unused variable
2014-06-17 Lennart Poetteringinstall: improve paths we show the user when enabling...
2014-06-17 Lennart Poetteringinstall: simplify symlink --root= logic
2014-06-17 Lennart Poetteringinstall: "systemctl enable" should be a nop for templat...
2014-06-17 Lennart Poetteringinstall: make sure that --root= mode doesn't make us...
2014-06-17 Lennart Poetteringinstall: make sure "systemctl disable foobar@.service...
2014-06-17 Lennart Poetteringinstall: introduce new DefaultInstance= field for ...
2014-06-17 Lennart Poetteringinstall: when looking for a unit file for enabling...
2014-06-17 Lennart Poetteringinstall: use symlink_atomic() instead of unlink()+symli...
2014-06-17 Lennart Poetteringinstall: various modernizations
2014-06-17 Lennart Poetteringinstall: teach preset query logic --root= support
2014-06-17 Lennart Poetteringinstall: beef up preset logic to limit to only enable...
2014-06-16 Lennart Poetteringinstall: simplify and clarify disabling logic for insta...
2014-06-16 Lennart Poetteringinstall: various modernizations
2014-06-13 Andreas Henrikssoninstall: fix invalid free() in unit_file_mask()
2014-05-15 Zbigniew Jędrzejew... Make systemctl --root look for files in the proper...
2014-05-15 Zbigniew Jędrzejew... shared/install: do not prefix created symlink with...
2014-05-13 Lennart Poetteringreplace more dup() by F_DUPFD_CLOEXEC
2014-04-23 Lennart Poetteringinstall: simplification
2014-04-17 Djalal Harouniinstall: create_symlink() check unlink() return value
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-02-25 Zbigniew Jędrzejew... Remove dead lines in various places
2014-01-05 Zbigniew Jędrzejew... shared/install: use char** convention for strvs
2013-12-26 Zbigniew Jędrzejew... Use enums to make it obvious what boolean params mean
2013-12-25 Lennart Poetteringbus: rename message "serial" to "cookie"
2013-12-21 Florian Weimerinstall: replace readdir_r with readdir
2013-12-07 Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-11-25 Tom Gundersenconf-parser: distinguish between multiple sections...
2013-11-20 Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-11-20 Lennart Poetteringinstall: when determining where default.target points...
2013-11-20 Lennart Poetteringinstall: use const where we can
2013-11-08 Lennart Poetteringinstall: don't override caller's parameter
2013-10-27 Daniel Buchpath_lookup: moved _cleanup_lookup_paths_free_ from...
2013-10-13 Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-10-13 Zbigniew Jędrzejew... Modernization
2013-09-17 Lennart Poetteringspecifier: rework specifier calls to return proper...
2013-07-15 Zbigniew Jędrzejew... systemd: fix NULL dereference when disabling a nonexist...
2013-07-13 Ross Lagerwallinstall: make "reenable" work with templated units
2013-07-12 Zbigniew Jędrzejew... shared/install: fix trivial memleak
2013-06-03 Zbigniew Jędrzejew... systemctl,core: allow nuking of symlinks to removed...
2013-05-31 Václav Pavlínsystemctl: add commands set-default and get-default
2013-05-21 Michael Tremersystemctl: make systemctl is-enabled work for templated...
2013-04-25 Lennart Poetteringconf-parser: restrict .include usage
2013-04-24 Zbigniew Jędrzejew... Add set_consume which always takes ownership
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-14 Zbigniew Jędrzejew... fileio: in envfiles, do not skip lines following empty...
2013-04-14 Zbigniew Jędrzejew... Remove a few NULLs
2013-04-11 Zbigniew Jędrzejew... errno is positive
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-02-08 Kay Sieversshared: conf-files - add root parameter
2013-01-30 Zbigniew Jędrzejew... install: allow %u an and %U specifiers in WantedBy...
2013-01-30 Zbigniew Jędrzejew... install: allow specifiers in WantedBy/RequiredBy/Alias
2013-01-30 Zbigniew Jędrzejew... install: automatic cleanup using local cleanup functions
2013-01-30 Zbigniew Jędrzejew... install: use automatic cleanup in find_symlinks_fd()
2013-01-07 Tom GundersenMerge nss-myhostname
2012-10-19 Christian Hesseshared/install: fix typo in comment
2012-09-19 Lennart Poetteringutil: define union dirent_storage and make use of it...
2012-09-18 Zbigniew Jędrzejew... core: move ManagerRunningAs to shared
2012-09-16 Zbigniew Jędrzejew... install: use automatic cleanup
2012-09-16 Zbigniew Jędrzejew... install: treat non-existent directory as empty
2012-09-10 Lennart Poetteringwhen determining unit file list, include invalid unit...
2012-07-26 Michal Sekletarsystemd: enable/disable instances of template
2012-07-10 Lennart Poetteringunit-name: remove unit_name_is_valid_no_type() and...
2012-06-27 Lennart Poetteringcore: rename system.preset to system-presets to follow...
2012-06-21 Lennart Poetteringpreset: don't look for preset files in /lib unless...
2012-05-31 Kay Sieversmkdir: append _label to all mkdir() calls that explicit...
2012-05-23 Lennart Poetteringmanager: rework generator logic
2012-05-21 Lennart Poetteringunit: introduce RequiredBy= setting in [Install], to...
2012-05-15 Michal Schmidtinstall: fix inverted meaning of '--force' in systemctl...
next