summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* dissect: add a bit of debug logging if dm-crypt fails on usLennart Poettering2017-08-291-2/+6
* Merge pull request #6636 from sourcejedi/fsyncLennart Poettering2017-08-298-49/+100
|\
| * fileio: rename function parameter to avoid masking global symbolAlan Jenkins2017-08-291-4/+4
| * "Don't fear the fsync()"Alan Jenkins2017-08-178-47/+100
| * localed: don't remove xorg.conf.d/00-keyboard.conf on failuresAlan Jenkins2017-08-171-2/+0
* | shared: Add a linker script so that all functions are tagget @SD_SHARED inste...Felipe Sateler2017-08-282-1/+7
* | Revert "mount-setup: mount xenfs filesystem (#6491)" (#6662)vliaskov2017-08-281-2/+0
* | Support 'rdma' as a ListenNetlink= argument (#6626)Jason Gunthorpe2017-08-281-1/+2
* | build-sys: fix the script used for generating load_fragment_gperf_nulstr (#6646)Evgeny Vereshchagin2017-08-262-1/+6
* | logind: make sure we don't process the same method call twice (#6583)Lennart Poettering2017-08-261-1/+1
* | Merge pull request #6582 from poettering/logind-ttyYu Watanabe2017-08-2611-27/+59
|\ \
| * | pam_logind: skip leading /dev/ from PAM_TTY field before passing it onLennart Poettering2017-08-091-1/+4
| * | tree-wide: use path_startswith() rather than startswith() where ever that's a...Lennart Poettering2017-08-097-13/+24
| * | util-lib: add a new skip_dev_prefix() helperLennart Poettering2017-08-094-13/+31
* | | core: disable the effect of Restart= if there's a stop job pending for a serv...Lennart Poettering2017-08-261-0/+6
* | | Merge pull request #6577 from poettering/more-exec-flagsYu Watanabe2017-08-2621-199/+363
|\ \ \
| * | | units: make use of the new !! ExecStart= prefix in systemd-resolved.serviceLennart Poettering2017-08-101-7/+12
| * | | core: add two new special ExecStart= character prefixesLennart Poettering2017-08-105-50/+138
| * | | capability: add new ambient_capabilities_supported() helperLennart Poettering2017-08-103-0/+19
| * | | capability: change capability_bounding_set_drop() to be work without privileg...Lennart Poettering2017-08-101-40/+49
| * | | seccomp: add new @setuid seccomp groupLennart Poettering2017-08-102-0/+20
| * | | mkdir: chmod_and_chown() returns errors as "return -errno", not in errno itselfLennart Poettering2017-08-101-3/+6
| * | | execute: needs_{selinux,apparmor,smack} → use_{selinux,apparmor,smack}Lennart Poettering2017-08-101-10/+10
| * | | execute: make use of IN_SET() where we canLennart Poettering2017-08-101-12/+14
| * | | execute: simplify needs_sandboxing checkingLennart Poettering2017-08-101-12/+12
| * | | core: rename EXEC_APPLY_PERMISSIONS → EXEC_APPLY_SANDBOXINGLennart Poettering2017-08-106-21/+21
| * | | core: introduce unit_set_exec_params()Lennart Poettering2017-08-106-17/+21
| * | | core: manager_set_exec_params() cannot fail, hence make it voidLennart Poettering2017-08-106-16/+6
| * | | execute: also fold the cgroup delegate bit into ExecFlagsLennart Poettering2017-08-106-10/+12
| * | | execute: also control the SYSTEMD_NSS_BYPASS_BUS through an ExecFlags fieldLennart Poettering2017-08-103-5/+11
| * | | service: let's set EXEC_NEW_KEYRING through SET_FLAG()Lennart Poettering2017-08-101-1/+2
| * | | core: don't chown() the configuration directoryLennart Poettering2017-08-101-0/+5
| * | | execute: add one more ExecFlags flag, for controlling unconditional directory...Lennart Poettering2017-08-103-8/+8
| * | | execute: let's decouple execute.c a bit from the unit logicLennart Poettering2017-08-103-6/+11
| * | | execute: replace command flag bools by a flags fieldLennart Poettering2017-08-108-15/+20
| | |/ | |/|
* | | service: attempt to execute next main command only for oneshot services (#6619)Michal Sekletar2017-08-251-0/+1
* | | networkd: fix spell DCHPClientIdentifier (DCHP => DHCP)Susant Sahani2017-08-152-5/+5
|/ /
* | Merge pull request #6579 from sourcejedi/gettyLennart Poettering2017-08-101-4/+4
|\ \
| * | getty-generator: shift relevant comment to above tty_is_vc()Alan Jenkins2017-08-071-4/+4
* | | core: introduce a restart counter (#6495)Lennart Poettering2017-08-094-2/+53
| |/ |/|
* | tmpfiles: Allow create symlink on directories (#6039)William Douglas2017-08-091-0/+9
* | Merge pull request #6497 from yuwata/bus-propLennart Poettering2017-08-0914-91/+1023
|\ \
| * | core: add missing properties in D-Bus APIYu Watanabe2017-08-072-14/+717
| * | seccomp-util: add parse_syscall_archs()Yu Watanabe2017-08-072-0/+34
| * | process-util: add sched_{policy,priority}_is_valid()Yu Watanabe2017-08-071-0/+9
| * | cpu-set-util: add parse_cpu_set()Yu Watanabe2017-08-072-0/+47
| * | securebits-util: add secure_bits_{from_string,to_string_alloc}()Yu Watanabe2017-08-075-40/+133
| * | cap-list: add capability_set_{from_string,to_string_alloc}()Yu Watanabe2017-08-074-37/+83
| |/
* | tests: when running a manager object in a test, migrate to private cgroup sub...Lennart Poettering2017-08-0910-7/+71
* | rfkill: fix typo (#6574)Xiang Fan2017-08-091-1/+1