summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering
2016-12-01core: make unit_free() accept NULL pointersLennart Poettering
2016-11-30Merge pull request #4745 from joukewitteveen/notifyEvgeny Vereshchagin
2016-11-29service: new NotifyAccess= value for control processes (#4212)Jouke Witteveen
2016-11-29cgroup: support prefix "-" in cgroups whitelisting entries (#4687)Dongsu Park
2016-11-29ima: Write the policy filename into IMA's sysfs policy file (#4766)Stefan Berger
2016-11-29service: prevent registering control pids as the main pidJouke Witteveen
2016-11-29service: only fail notify services on empty cgroup during startJouke Witteveen
2016-11-27device: Avoid calling unit_free(NULL) in device setup logic (#4748)Dave Reisner
2016-11-23hwdb: use systemd-hwdb instead of obsolete udevadm hwdb (#4722)Michael Biebl
2016-11-22service: fix main processes exit behavior for type notify servicesJouke Witteveen
2016-11-22service: introduce protocol error typeJouke Witteveen
2016-11-18Merge pull request #4538 from fbuihuu/confirm-spawn-fixesLennart Poettering
2016-11-17core: in confirm spawn, suggest 'f' when user selects 'n' choiceFranck Bui
2016-11-17core: confirm_spawn: always accept units with same_pgrp set for nowFranck Bui
2016-11-17core: include the unit name when notifying that a confirmation question timed...Franck Bui
2016-11-17core: add 'c' in confirmation_spawn to resume the boot processFranck Bui
2016-11-17core: add 'j' in confirmation_spawn to list the jobs that are in progressFranck Bui
2016-11-17core: add 'D' in confirmat spawn to show a full dump of the unit to spawnFranck Bui
2016-11-17core: add 'i' in confirm spawn to give a short summary of the unit to spawnFranck Bui
2016-11-17core: rework the confirmation spawn promptFranck Bui
2016-11-17core: limit the length of the confirmation questionFranck Bui
2016-11-17core: in confirm_spawn, the meaning of 'n' and 's' choices are confusingFranck Bui
2016-11-17core: rework ask_for_confirmation()Franck Bui
2016-11-17core: allow to redirect confirmation messages to a different consoleFranck Bui
2016-11-17core: prevent the cylon when confirmation_spawn=yes (#2194)Franck Bui
2016-11-17namespace: clarify that /proc/apm is obsolete, but leave it blockedLennart Poettering
2016-11-17namespace: reindent namespace tablesLennart Poettering
2016-11-17namespace: simplify, optimize and extend handling of mounts for namespaceLennart Poettering
2016-11-16core/dbus-job, systemctl: shorten some codeZbigniew Jędrzejewski-Szmek
2016-11-16core: add bus calls for determining jobs waiting for other jobsLennart Poettering
2016-11-16core: GC redundant device jobs from the run queueLennart Poettering
2016-11-16core: rename "clients" field of Job structure to "bus_track"Lennart Poettering
2016-11-16core: drop n_in_gc_queue field of Manager structureLennart Poettering
2016-11-16core: a few small coding style/modernization updates for job.cLennart Poettering
2016-11-16shared: split out code for adding multiple names to sd_bus_track objectLennart Poettering
2016-11-15core:gperf: pass the exec_context struct directly to parse restrict namespacesDjalal Harouni
2016-11-15core: property is RestrictNamespaces with sDjalal Harouni
2016-11-15core: improve the logic that implies no new privilegesDjalal Harouni
2016-11-10core:namespace: count and free failed paths inside chase_all_symlinks() (#4619)Djalal Harouni
2016-11-08core: on DynamicUser= make sure that protecting sensitive paths is enforced (...Djalal Harouni
2016-11-08Merge pull request #4536 from poettering/seccomp-namespacesZbigniew Jędrzejewski-Szmek
2016-11-08Merge pull request #4612 from keszybz/format-stringsZbigniew Jędrzejewski-Szmek
2016-11-08Merge pull request #4509 from keszybz/foreach-word-quotedMartin Pitt
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek
2016-11-07nspawn: slight simplificationZbigniew Jędrzejewski-Szmek
2016-11-07nspawn: avoid one strdup by using free_and_replaceZbigniew Jędrzejewski-Szmek
2016-11-07core: make RootDirectory= and ProtectKernelModules= workDjalal Harouni
2016-11-05core/device: port to extract_first_wordZbigniew Jędrzejewski-Szmek