summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | network: add missing link_ref()Yu Watanabe2019-08-112-0/+6
| * | network: fix potential memleaks related to set_put()Yu Watanabe2019-08-114-3/+15
* | | Merge pull request #13318 from ddstreet/s390_seccompLennart Poettering2019-08-142-2/+6
|\ \ \
| * | | src/shared/seccomp-util.c: Add mmap definitions for s390Dan Streetman2019-08-131-2/+4
| * | | src/basic/missing_syscall: add s390 syscall number for __NR_pkey_mprotectDan Streetman2019-08-131-0/+2
* | | | core: Avoid race when starting dbus servicesMattias Jernberg2019-08-144-13/+63
|/ / /
* | | Merge pull request #13303 from yuwata/bootctl-segfaultsFrantisek Sumsal2019-08-121-1/+6
|\ \ \
| * | | bootctl: arg_dolloar_boot_path() may return NULLYu Watanabe2019-08-121-1/+5
| * | | bootctl: clear arg_xbootldr_path when acquire_xbootldr() succeedsYu Watanabe2019-08-111-0/+1
| |/ /
* / / networkd: Keep track of static neighborsWilliam A. Kennington III2019-08-129-10/+508
|/ /
* | firstboot: drop duplicate trailing whitespace from root pw questionLennart Poettering2019-08-101-2/+2
* | Fix typo in `analyze-security.c`.Johannes Christ2019-08-101-1/+1
* | logind: set description for inhibitor event sourceLennart Poettering2019-08-081-0/+2
* | networkd: Routes should take the gateway into accountWilliam A. Kennington III2019-08-075-17/+28
* | Merge pull request #13265 from keszybz/timedated-ntp-loggingYu Watanabe2019-08-071-67/+79
|\ \
| * | timedated: always enable&start the service with highest priorityZbigniew Jędrzejewski-Szmek2019-08-061-39/+20
| * | timedated: log about unit enablement actions and enhance logs in generalZbigniew Jędrzejewski-Szmek2019-08-051-12/+52
| * | timedated: minor code simplificationsZbigniew Jędrzejewski-Szmek2019-08-041-18/+9
* | | systemctl: Add unit file states to state help messageRonan Pigott2019-08-061-0/+5
* | | meson: create (empty) /etc/systemd/system during installationZbigniew Jędrzejewski-Szmek2019-08-051-4/+3
* | | Merge pull request #12884 from mrc0mmand/numapolicy-testFrantisek Sumsal2019-08-052-3/+14
|\ \ \
| * | | shared/exit-status: fix off-by-one in commentZbigniew Jędrzejewski-Szmek2019-08-051-2/+2
| * | | shared/exit-status: fix lookupZbigniew Jędrzejewski-Szmek2019-08-052-1/+12
* | | | Merge pull request #13258 from yuwata/login-revert-handle-ignore-assertionZbigniew Jędrzejewski-Szmek2019-08-052-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "logind: remove unused check"Yu Watanabe2019-08-031-2/+6
| * | | login: drop space in empty lineYu Watanabe2019-08-031-1/+1
* | | | udev: do not try to import properties on commented out linesYu Watanabe2019-08-041-2/+8
| |/ / |/| |
* | | pid1: replace asprintf() with strjoin()Zbigniew Jędrzejewski-Szmek2019-08-031-10/+5
* | | sd-hwdb: use return value from ordered_hashmap_iterate()Zbigniew Jędrzejewski-Szmek2019-08-031-2/+1
* | | libsystemd-network: make option_append() atomic and make the code a bit clearerZbigniew Jędrzejewski-Szmek2019-08-031-27/+32
|/ /
* | udev-node: fix misleading log messagesYu Watanabe2019-08-021-5/+15
* | udev-event: log device name on spawning commandsYu Watanabe2019-08-021-19/+28
* | time-util: improve detection of synchronized clockMiroslav Lichvar2019-08-011-1/+4
* | Merge pull request #13243 from keszybz/two-cryptsetup-quickfixesZbigniew Jędrzejewski-Szmek2019-08-011-11/+15
|\ \ | |/ |/|
| * cryptsetup: don't assert on variable which is optionalZbigniew Jędrzejewski-Szmek2019-08-011-2/+6
| * cryptsetup: use unabbrieviated variable namesZbigniew Jędrzejewski-Szmek2019-08-011-9/+9
* | analyze-security: move assert above first use of the variable (#13238)Jan Synacek2019-07-311-1/+2
|/
* job: fix coverity issueLennart Poettering2019-07-311-2/+5
* test-chase-symlinks: fix coverity issueLennart Poettering2019-07-311-1/+5
* unit-file: fix coverity issueLennart Poettering2019-07-311-1/+1
* cryptsetup-generator: fix coverity issueLennart Poettering2019-07-311-8/+8
* test-execute: skip test_exec_systemcallfilter_system under ASanFrantisek Sumsal2019-07-311-1/+6
* analyze: declare dump_exit_status outside of HAVE_SECCOMP blockMike Gilbert2019-07-311-46/+46
* boot: fix build with gnu-efi older than 3.0.5v243-rc1Yu Watanabe2019-07-303-0/+57
* Merge pull request #13119 from keszybz/unit-loading-2Lennart Poettering2019-07-3011-360/+758
|\
| * test-unit-file: allow printing of information about specific unitsZbigniew Jędrzejewski-Szmek2019-07-301-2/+22
| * pid1: drop unit caches only based on mtimeZbigniew Jędrzejewski-Szmek2019-07-308-16/+83
| * analyze: add "unit-files" to dump the unit fragment mapZbigniew Jędrzejewski-Szmek2019-07-301-0/+50
| * pid1: use a cache for all unit aliasesZbigniew Jędrzejewski-Szmek2019-07-308-358/+507
| * shared/unit-file: add a function to validate unit alias symlinksZbigniew Jędrzejewski-Szmek2019-07-304-0/+112