summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: StateDirectory= and friends imply RequiresMountsFor=Yu Watanabe2017-08-311-0/+19
* cryptsetup-generator: do not bind to the decrypted device unit (#6538)Ivan Shapovalov2017-08-301-1/+0
* shutdown: don't remount,ro network filesystems. (#6588)NeilBrown2017-08-301-5/+13
* sulogin-shell: remove ineffective job mode option from `systemctl isolate` (#...Alan Jenkins2017-08-301-1/+1
* device: make sure to remove all device units sharing the same sysfs path (#6679)Franck Bui2017-08-301-2/+2
* logind: VT_GETSTATE "cannot return state for more than 16 VTs" (#6625)Alan Jenkins2017-08-303-1/+42
* sd-bus: socket - only transmit auxillary FDs once (#6603)Tom Gundersen2017-08-301-1/+1
* Merge pull request #6659 from yuwata/econnrefusedLennart Poettering2017-08-302-5/+3
|\
| * network,resolve: remove comments related to kdbusYu Watanabe2017-08-232-4/+2
| * networkd: do not fail manager_connect_bus() if dbus is not active yetYu Watanabe2017-08-231-1/+1
* | networkd: Honor configured DHCP ClientIdentifier on link_update (#6622)Jon Ringle2017-08-301-9/+24
* | Merge pull request #6691 from yuwata/man-journal-remote2Lennart Poettering2017-08-301-1/+9
|\ \
| * | journal-remote: show error if SplitMode=host with 'active' source is specifiedYu Watanabe2017-08-301-1/+9
* | | Merge pull request #6672 from yuwata/drop-privLennart Poettering2017-08-303-19/+38
|\ \ \
| * | | timesync: move stamp file to /var/lib/systemd/timesync/clockYu Watanabe2017-08-302-9/+20
| * | | units: make use of !! ExecStart= prefix in systemd-timesyncd.serviceYu Watanabe2017-08-271-3/+7
| * | | units: make use of !! ExecStart= prefix in systemd-networkd.serviceYu Watanabe2017-08-271-7/+11
* | | | terminal reset should honour default_utf8 kernel setting (#6606)g0tar2017-08-302-5/+11
| |/ / |/| |
* | | Merge pull request #6585 from poettering/seccomp-lock-personalityLennart Poettering2017-08-2910-6/+171
|\ \ \
| * | | core: open up LockPersonality= for transient unitsLennart Poettering2017-08-292-2/+4
| * | | seccomp: rework seccomp_lock_personality() to apply filter to all archsLennart Poettering2017-08-292-12/+26
| * | | seccomp: default to something resembling the current personality when locking itLennart Poettering2017-08-294-8/+66
| * | | seccomp: LockPersonality boolean (#6193)Topi Miettinen2017-08-297-3/+94
* | | | Merge pull request #6677 from yuwata/man-journal-remoteLennart Poettering2017-08-291-4/+9
|\ \ \ \
| * | | | journal-remote: show error message if output file name does not end with .jou...Yu Watanabe2017-08-271-4/+9
* | | | | namespace: avoid assertion failure (#6649)Topi Miettinen2017-08-291-3/+5
| |/ / / |/| | |
* | | | 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