summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove unused variables (#8612)Yu Watanabe2018-03-293-4/+2
* Merge pull request #8606 from dell/rename-suspend-to-hibernateZbigniew Jędrzejewski-Szmek2018-03-299-47/+47
|\
| * Rename suspend-to-hibernate to suspend-then-hibernateMario Limonciello2018-03-289-47/+47
* | machine-image,mount-setup: minor coding style fixesLennart Poettering2018-03-282-9/+7
* | inhibit: make use of EXIT_SUCCESS where appropriateLennart Poettering2018-03-281-1/+1
* | util: check for overflows in xbsearch_r()Lennart Poettering2018-03-281-1/+3
* | journald: make use of fd_get_path() where appropriateLennart Poettering2018-03-281-8/+3
* | systemd-inhibit: ignore signal interrupt from keyboard (#8569)Christian Hesse2018-03-281-0/+3
|/
* systemctl: refuse to edit masked units (#8602)Zbigniew Jędrzejewski-Szmek2018-03-281-19/+40
* bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe2018-03-2811-19/+60
* core: dont't remount /sys/fs/cgroup for relabel if not needed (#8595)Krzysztof Nowicki2018-03-281-9/+33
* Merge pull request #8140 from stuarthayes/newLennart Poettering2018-03-281-23/+129
|\
| * udev: net_id: Improve predictable names for NPAR devicesStuart Hayes2018-03-261-0/+9
| * udev: net_id: Improve predictable names for SR-IOV virtual devicesStuart Hayes2018-03-261-2/+92
| * udev: net_id: search parent devices for PCI slot numberStuart Hayes2018-03-261-21/+28
* | backlight: use current brightness if no saved value to trigger clamping (#8526)Sebastian Reichel2018-03-281-5/+40
* | Merge pull request #8600 from keszybz/oss-fuzz-againLennart Poettering2018-03-282-18/+15
|\ \
| * | shared/specifier: use realloc to free some memory after specifier expansionZbigniew Jędrzejewski-Szmek2018-03-281-2/+9
| * | shared/specifier: be less extravagant with memory allocationsZbigniew Jędrzejewski-Szmek2018-03-281-15/+5
| * | core/main: preserve return value under valgrindZbigniew Jędrzejewski-Szmek2018-03-281-1/+1
* | | nspawn: do not insist on locking read-only container on readonly fs (#8589)Lauri Tirkkonen2018-03-281-2/+7
* | | Fix compilation w/o smack (#8593)Zbigniew Jędrzejewski-Szmek2018-03-281-1/+1
* | | core/socket: use chase_symlinks to find binary inside chroot when looking for...Filipe Brandenburger2018-03-281-2/+5
* | | Merge pull request #8576 from keszybz/oss-fuzzEvgeny Vereshchagin2018-03-279-47/+71
|\ \ \
| * | | basic/strbuf: include empty strings in countZbigniew Jędrzejewski-Szmek2018-03-262-5/+12
| * | | basic/strbuf: use structured initalizers to shorten codeZbigniew Jędrzejewski-Szmek2018-03-261-25/+21
| * | | journal: use structured initalizerZbigniew Jędrzejewski-Szmek2018-03-261-4/+1
| * | | tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek2018-03-264-10/+21
| * | | fuzz-unit-file: add __has_feature(memory_sanitizer) when skipping ListenNetlink=Zbigniew Jędrzejewski-Szmek2018-03-263-2/+13
| * | | fuzz-unit-file: adjust check for ListenNetlink yet againZbigniew Jędrzejewski-Szmek2018-03-261-2/+4
* | | | core: use setreuid/setregid trick to create session keyring with right owners...Dimitri John Ledkov2018-03-271-58/+59
| |/ / |/| |
* | | journal-file: we can't use a chain cache entry if we don't know where it star...Lennart Poettering2018-03-271-1/+1
* | | label: rework label_fix() implementations (#8583)Lennart Poettering2018-03-2714-77/+123
* | | Merge pull request #8554 from poettering/chase-trail-slashZbigniew Jędrzejewski-Szmek2018-03-2611-21/+21
|\ \ \
| * | | sd-device: make use of the fact that log_debug_errno() returns the error pass...Lennart Poettering2018-03-221-6/+3
| * | | fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-2210-15/+18
* | | | core: don't include libmount.h in a header file (#8580)Michael Olbrich2018-03-263-1/+5
* | | | Merge pull request #8562 from keszybz/docsLennart Poettering2018-03-261-4/+9
|\ \ \ \
| * | | | core/service: rework the hold-off time over messageZbigniew Jędrzejewski-Szmek2018-03-241-4/+9
* | | | | resolve: always shows global settingsYu Watanabe2018-03-251-5/+0
* | | | | resolve: actually shows information about all specified interfacesYu Watanabe2018-03-241-3/+3
| |_|/ / |/| | |
* | | | Merge pull request #8565 from poettering/cocci-againZbigniew Jędrzejewski-Szmek2018-03-233-4/+4
|\ \ \ \
| * | | | coccinelle: run no-if-assignments.cocci againLennart Poettering2018-03-231-1/+2
| * | | | coccinelle: run safe_fclose.cocci againLennart Poettering2018-03-231-2/+1
| * | | | coccinelle: run while-true.cocci againLennart Poettering2018-03-231-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #8559 from poettering/integration-test-fixesZbigniew Jędrzejewski-Szmek2018-03-232-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | coccinelle: run const-strlen.cocci againLennart Poettering2018-03-231-4/+4
| * | | stat-util: fix fd_is_network_ns()Lennart Poettering2018-03-231-1/+2
* | | | Partially revert "seccomp: add mmap and address family restrictions for MIPS"...James Cowgill2018-03-231-10/+4
|/ / /
* | | core: delay adding target dependencies until all units are loaded and aliases...Michal Sekletar2018-03-234-33/+65