summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2016-08-21shared/install: do not enable masked instances (#4005)Zbigniew Jędrzejewski-Szmek
2016-08-19Merge pull request #3909 from poettering/mount-toolEvgeny Vereshchagin
2016-08-19Merge pull request #3955 from keszybz/fix-preset-allLennart Poettering
2016-08-19shared/install: properly report masked units listed in Also=Zbigniew Jędrzejewski-Szmek
2016-08-19shared/install: when creating symlinks, keep existing relative symlinksZbigniew Jędrzejewski-Szmek
2016-08-19shared/install: move root skipping into create_symlink()Zbigniew Jędrzejewski-Szmek
2016-08-19shared/install: ignore unit symlinks when doing preset-allZbigniew Jędrzejewski-Szmek
2016-08-19shared/install: remove unused paramater and add more commentsZbigniew Jędrzejewski-Szmek
2016-08-19systemctl: fix preset-all with missing /etc/systemd/systemZbigniew Jędrzejewski-Szmek
2016-08-19clean-ipc: debug log about all remove IPC objectsLennart Poettering
2016-08-19core: add RemoveIPC= settingLennart Poettering
2016-08-18clean-ipc: shorten code a bitLennart Poettering
2016-08-18clean-ipc: don't filter out '.' and '..' twiceLennart Poettering
2016-08-18bus-util: unify loop around bus_append_unit_property_assignment()Lennart Poettering
2016-08-14Merge pull request #3905 from htejun/cgroup-v2-cpuZbigniew Jędrzejewski-Szmek
2016-08-09install: follow config_path symlink (#3362)Rhys
2016-08-07core: add cgroup CPU controller support on the unified hierarchyTejun Heo
2016-08-06Merge pull request #3884 from poettering/private-usersZbigniew Jędrzejewski-Szmek
2016-08-05util-lib: unify parsing of nice level valuesLennart Poettering
2016-08-04util-lib: add parse_percent_unbounded() for percentages over 100% (#3886)David Michael
2016-08-03journalctl: add new output mode "short-full" (#3880)Lennart Poettering
2016-08-03core: add new PrivateUsers= option to service executionLennart Poettering
2016-07-25Merge pull request #3728 from poettering/dynamic-usersZbigniew Jędrzejewski-Szmek
2016-07-25shared/install: allow "enable" on linked unit files (#3790)Zbigniew Jędrzejewski-Szmek
2016-07-22Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek
2016-07-22core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering
2016-07-22core: rename MemoryLimitByPhysicalMemory transient property to MemoryLimitScaleLennart Poettering
2016-07-22core: support percentage specifications on TasksMax=Lennart Poettering
2016-07-20conf-parser: minor coding style improvementsLennart Poettering
2016-07-19Merge pull request #3685 from kinvolk/alessandro/inaccessible-pathsLennart Poettering
2016-07-19doc,core: Read{Write,Only}Paths= and InaccessiblePaths=Alessandro Puccetti
2016-07-19journalctl: make sure that journalctl's --all switch also has an effect on js...Lennart Poettering
2016-07-17basic/strv: add an extra NUL after strings in strv_make_nulstrZbigniew Jędrzejewski-Szmek
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-06-30Fix #3236 (#3633)Lennart Poettering
2016-06-24Merge pull request #3549 from poettering/resolved-moreTom Gundersen
2016-06-23build-sys: move fdset.[ch] src/basic → src/shared (#3580)Lennart Poettering
2016-06-21Do not ellipsize cgroups when showing slices in --full mode (#3560)Ian Lee
2016-06-21sd-bus: make sure bus_map_all_properties() handle booleans rightLennart Poettering
2016-06-18Ensure kdbus isn't used (#3501)Dave Reisner
2016-06-16Merge pull request #3481 from poettering/relative-memcgLennart Poettering
2016-06-15load-fragment: ignore ENOTDIR/EACCES errors (#3510)Zbigniew Jędrzejewski-Szmek
2016-06-14systemctl: allow percent-based MemoryLimit= settings via systemctl set-propertyLennart Poettering
2016-06-14util-lib: introduce parse_percent() for parsing percent specificationsLennart Poettering
2016-06-13core: improve seccomp syscall grouping a bitLennart Poettering
2016-06-09networkd: clean up vlan handling a bit (#3478)Lennart Poettering
2016-06-09bus_util: add support to map double (#3479)Susant Sahani
2016-06-04Merge pull request #3392 from poettering/assorted-stuffZbigniew Jędrzejewski-Szmek
2016-06-03core: Restrict mmap and mprotect with PAGE_WRITE|PAGE_EXEC (#3319) (#3379)Topi Miettinen
2016-06-03core: always use "infinity" for no upper limit instead of "max" (#3417)Tejun Heo