summaryrefslogtreecommitdiffstats
path: root/test/sched_rr_change.service (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-02python: adjust imports, indentation, unused variables following pylint adviceZbigniew Jędrzejewski-Szmek3-5/+5
2016-12-02acpi-update.py: there is no "Error" classZbigniew Jędrzejewski-Szmek1-2/+2
2016-12-02Spot inconsistent quoting (just one single quote) (#4732)Tobias Stoeckmann2-2/+2
2016-12-02networkd: VXLAN add better explanation for ARPProxy (#4781)Susant Sahani1-1/+3
2016-12-01rules: add persistent links for nbd devices (#4785)Martin Pitt1-1/+1
2016-12-01Update boot.c (#4780)Yassine Imounachen1-1/+1
2016-12-01util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENTLennart Poettering5-12/+12
2016-12-01nspawn: improve log messagesLennart Poettering1-4/+4
2016-12-01nspawn: optionally, automatically allocated --bind=/--overlay source from /va...Lennart Poettering3-16/+57
2016-12-01nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"Lennart Poettering5-82/+148
2016-12-01tree-wide: set SA_RESTART for signal handlers we installLennart Poettering4-3/+8
2016-12-01nspawn: add ability to configure overlay mounts to .nspawn filesLennart Poettering4-0/+40
2016-12-01hwdb: add XKB_FIXED_LAYOUT/VARIANT to the keyboard hwdbPeter Hutterer2-2/+23
2016-12-01hwdb: fix comment referring to rules filePeter Hutterer1-1/+1
2016-12-01nspawn: split out overlayfs argument parsing into a function of its ownLennart Poettering3-60/+63
2016-12-01nspawn: use -ENOMEM instead of log_oom() in one caseLennart Poettering1-1/+1
2016-12-01nspawn: make use of CHASE_NON_EXISTING when locking imageLennart Poettering1-9/+9
2016-12-01nspawn: use the new CHASE_NON_EXISTING flag when resolving mount pointsLennart Poettering1-19/+23
2016-12-01fs-util: add new CHASE_NON_EXISTING flag to chase_symlinks()Lennart Poettering3-13/+66
2016-12-01fs-util: add flags parameter to chase_symlinks()Lennart Poettering11-48/+45
2016-12-01fs-util: change chase_symlinks() behaviour in regards to escaping the root dirLennart Poettering2-9/+11
2016-12-01test-fs-util: add a test case with repeated ".." parts that would escape the ...Zbigniew Jędrzejewski-Szmek1-0/+31
2016-12-01nspawn: use chase_symlinks() on all paths specified via --tmpfs=, --bind= and...Lennart Poettering1-10/+17
2016-12-01fs-util: add chase_symlinks_prefix() and extend commentsLennart Poettering2-4/+24
2016-12-01nspawn: coding style: don't mix variable declarations and function callsLennart Poettering1-1/+3
2016-12-01nspawn: use realloc_multiply() where it makes senseLennart Poettering1-1/+1
2016-12-01nspawn: accept --ephemeral --template= as alternative for --ephemeral --direc...Lennart Poettering1-0/+10
2016-12-01nspawn: properly handle image/directory paths that are symlinksLennart Poettering1-0/+35
2016-12-01tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering21-117/+135
2016-12-01core: make unit_free() accept NULL pointersLennart Poettering4-4/+5
2016-11-30l10n: update line numbers in Czech translation (#4776)AsciiWolf1-8/+8
2016-11-30systemctl: fix 'is-enabled' exit status on failure when executed in chroot (#...Franck Bui1-1/+1
2016-11-30As per use case we should allow ForwardDelaySec to be set as 0 (#4765)Susant Sahani1-1/+2
2016-11-30hwdb/parse_hwdb.py: open files with UTF-8 modeMartin Pitt1-1/+2
2016-11-30parse_hwdb: fix to work with pyparsing 2.1.10Martin Pitt1-1/+1
2016-11-30test: retry checking for transient hostname in hostnamectl (#4769)Martin Pitt1-2/+11
2016-11-29service: new NotifyAccess= value for control processes (#4212)Jouke Witteveen3-7/+42
2016-11-29NEWS: mention more aggressive failing of notify servicesJouke Witteveen1-0/+4
2016-11-29bus-util: add protocol error type explanationJouke Witteveen2-3/+4
2016-11-29cgroup: support prefix "-" in cgroups whitelisting entries (#4687)Dongsu Park1-4/+7
2016-11-29networkctl: install zsh completion from #3062 (#4767)Gabriel Rauter1-0/+3
2016-11-29ima: Write the policy filename into IMA's sysfs policy file (#4766)Stefan Berger1-4/+18
2016-11-29service: prevent registering control pids as the main pidJouke Witteveen1-0/+2
2016-11-29service: only fail notify services on empty cgroup during startJouke Witteveen1-3/+8
2016-11-29units: add system-update-cleanup.service to guard against offline-update loopsZbigniew Jędrzejewski-Szmek6-1/+48
2016-11-29man: update the description of offline updatesZbigniew Jędrzejewski-Szmek3-25/+32
2016-11-28networkd: move event loop handling out of the manager (#4723)Tom Gundersen4-55/+35
2016-11-28Use python3 explicitly in all python scriptsFelipe Sateler8-3/+8
2016-11-28build-sys: explicitly require python3Felipe Sateler1-1/+1
2016-11-28socket-proxyd: Introduced dynamic connection limit via an option. (#4749)(GalaxyMaster)2-6/+30