summaryrefslogtreecommitdiffstats
path: root/units/systemd-udevd.service.in (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-09units: set SystemCallArchitectures=native on all our long-running servicesLennart Poettering1-0/+1
2017-02-09dhcp-server: add two missing OOM checksLennart Poettering1-0/+6
2017-02-09execute: set the right exit status for CHDIR vs. CHROOTLennart Poettering1-8/+14
2017-02-09execute: use prefix_roota() where appropriateLennart Poettering1-1/+1
2017-02-09execute: set working directory to /root if User= is not set, but WorkingDirec...Lennart Poettering1-5/+45
2017-02-09Revert "core/execute: set HOME, USER also for root users"Lennart Poettering2-2/+7
2017-02-09networkd: add multicast membership to lldp socket (#5282)27o1-0/+21
2017-02-09dhcp-server: always save the ACKed lease address (#5281)27o1-1/+1
2017-02-09man: add more commas for clarify and reword a few sentencesZbigniew Jędrzejewski-Szmek2-11/+11
2017-02-09man: revert documentation about RequiresMountsFor= honoring noautoZbigniew Jędrzejewski-Szmek1-5/+3
2017-02-09man: break long lines and update Fedora versionsZbigniew Jędrzejewski-Szmek1-7/+14
2017-02-09man: fix docs for swap's DefaultDependencies= (#5278)David Glasser1-4/+4
2017-02-08update TODOLennart Poettering1-0/+2
2017-02-08seccomp: on s390 the clone() parameters are reversedLennart Poettering5-13/+55
2017-02-08systemctl: make sure that --now is carried out (#5209)Jan Synacek1-8/+12
2017-02-08sd-event: "when exiting no signal event are pending" is a wrong assertion (#5...Franck Bui1-1/+0
2017-02-08sysctl.d: replace URL of SysRq key documentation (#5274)Peter Körner1-1/+2
2017-02-08fstab-generator: also convert % → %% for What=Lennart Poettering3-29/+39
2017-02-08fstab-generator: Options= applies specifier expansionLennart Poettering3-12/+30
2017-02-08nspawn: Add support for sysroot pivoting (#5258)Philip Withnall8-1/+211
2017-02-08test: Fix a maybe-uninitialised compiler warning (#5269)Philip Withnall1-1/+1
2017-02-08seccomp: MemoryDenyWriteExecute= should affect both mmap() and mmap2() (#5254)Lennart Poettering4-35/+106
2017-02-08dissect: don't honour NOAUTO flags when looking for ESP (#5224)Lennart Poettering2-3/+38
2017-02-08tests: add dropin dependency testsFranck Bui4-0/+328
2017-02-08core/load-dropin: add more sanity checks on .wants/.requires symlinksZbigniew Jędrzejewski-Szmek1-1/+41
2017-02-08core: drop code that is now unusedZbigniew Jędrzejewski-Szmek2-71/+25
2017-02-08core: implement masking of .wants/.requires symlinksZbigniew Jędrzejewski-Szmek1-0/+7
2017-02-08core: when loading .wants and .requires, follow the same logic as .d conf dro...Zbigniew Jędrzejewski-Szmek5-46/+75
2017-02-08basic/dirent-util: allow suffix to be omitted for dirent_is_file_with_suffixZbigniew Jędrzejewski-Szmek2-3/+3
2017-02-08man: s/--unmount/--umount/g (#5243)Lennart Poettering1-1/+1
2017-02-08Revert "fix handling of templates instantiated in /usr/lib (#5263)"Zbigniew Jędrzejewski-Szmek2-126/+47
2017-02-08fix handling of templates instantiated in /usr/lib (#5263)Lennart Poettering2-47/+126
2017-02-08man: document *.d/ drop-in file order (#5262)Lucas Werkmeister1-2/+3
2017-02-08tmpfiles.d: set primary group rights to r-w (#5265)lewo1-6/+6
2017-02-07install: remove some unused parameters from various functions in install.cLennart Poettering1-10/+4
2017-02-07install: when a template unit is instantiated via a /usr symlink, consider it...Lennart Poettering2-35/+107
2017-02-07l10n: fix file permissions of Indonesian translationAsciiWolf1-0/+0
2017-02-07l10n: fix strings formatting in Czech translationAsciiWolf1-105/+80
2017-02-07man: document that systemd-run --on-* cannot be used with --ptyLucas Werkmeister1-2/+2
2017-02-07install: don't enter loop when traversing a template symlinksLennart Poettering1-3/+16
2017-02-07man: use systemctl enable --nowLucas Werkmeister1-4/+2
2017-02-07man: add cross-referenceLucas Werkmeister1-2/+3
2017-02-07update TODOLennart Poettering1-4/+0
2017-02-07dissect: try to read roothash value off user.verity.roothash xattr of image fileLennart Poettering2-17/+29
2017-02-07core,nspawn,dissect: make nspawn's .roothash file search reusableLennart Poettering5-51/+84
2017-02-07core: add RootImage= setting for using a specific image file as root director...Lennart Poettering10-36/+117
2017-02-07dissect: make sure to manually follow symlinks when mounting dissected imageLennart Poettering1-15/+24
2017-02-07core: actually make "+" prefix in ReadOnlyPaths=, InaccessiblePaths=, ReadWri...Lennart Poettering3-10/+25
2017-02-07core: add a per-unit setting MountAPIVFS= for mounting /dev, /proc, /sys in c...Lennart Poettering8-16/+129
2017-02-07core: fix minor memleak in namespace.cLennart Poettering1-5/+12