summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* scsi_id: add missing options to getopt_long() (#6501)Jan Synacek2017-08-021-1/+1
* networkd: add scope to address section (#6449)Susant Sahani2017-08-013-1/+46
* Merge pull request #6420 from keszybz/gateway-nameLennart Poettering2017-08-017-10/+50
|\
| * resolved: add debug message about stub listenerZbigniew Jędrzejewski-Szmek2017-07-311-0/+8
| * resolved,nss-myhostname: use _gateway for the gatewayZbigniew Jędrzejewski-Szmek2017-07-314-7/+10
| * resolved: make sure idn2 conversions are roundtrippableZbigniew Jędrzejewski-Szmek2017-07-212-3/+32
* | core: check which MACs to use before a new mount ns is created (#6498)Fabio Kung2017-08-011-22/+36
* | journald: add minimal client metadata cachingLennart Poettering2017-07-3110-371/+851
* | string-util: optimize strshorten() a bitLennart Poettering2017-07-311-1/+1
* | alloc-util: add new helpers memdup_suffix0() and newdup_suffix0()Lennart Poettering2017-07-313-10/+34
* | string-util: add strlen_ptr() helperLennart Poettering2017-07-318-7/+24
* | process-util: slightly optimize querying of our own process metadataLennart Poettering2017-07-311-3/+27
* | journald: only accept valid unit names for log streamsLennart Poettering2017-07-311-11/+8
* | journald: add comment explaining journal rate limit return codesLennart Poettering2017-07-311-0/+7
* | execute: don't pass unit ID in --user mode to journald for stream loggingLennart Poettering2017-07-311-2/+2
* | execute: make some code shorterLennart Poettering2017-07-311-8/+4
* | parse-util: introduce pid_is_valid()Lennart Poettering2017-07-313-2/+7
* | core, sd-bus, logind: make use of uid_is_valid() in more placesLennart Poettering2017-07-313-7/+7
* | audit: introduce audit_session_is_valid() and make use of it everywhereLennart Poettering2017-07-315-10/+14
* | escape: fix systemd-escape description textLennart Poettering2017-07-311-1/+1
* | namespace: keep selinuxfs mounted read-write with ProtectKernelTunables (#5741)Nicolas Iooss2017-07-311-0/+1
* | mount-setup: mount xenfs filesystem (#6491)vliaskov2017-07-311-0/+2
* | core: Do not fail perpetual mount units without fragment (#6459)Abdó Roig-Maranges2017-07-311-1/+1
* | Merge pull request #6472 from yuwata/journal-gateway-fixLennart Poettering2017-07-313-4/+24
|\ \
| * | journal-remote: use MHD_OPTION_STRICT_FOR_CLIENT if MHD_USE_PEDANTIC_CHECKS i...Yu Watanabe2017-07-281-0/+10
| * | journal-gateway: use MHD_USE_POLL_INTERNAL_THREAD instead of MHD_USE_POLLYu Watanabe2017-07-282-1/+6
| * | journal-remote,gateway: use MHD_USE_TLS instead of MHD_USE_SSLYu Watanabe2017-07-283-3/+8
* | | rfkill: fix erroneous behavior when polling the udev monitor (#6489)S. Fan2017-07-311-2/+6
* | | cryptsetup: fix infinite timeout (#6486)Andrew Soutar2017-07-311-4/+4
* | | core: properly handle deserialization of unknown unit types (#6476)Zbigniew Jędrzejewski-Szmek2017-07-313-8/+47
* | | Merge pull request #6365 from keszybz/fast-testsMartin Pitt2017-07-288-16/+117
|\ \ \
| * | | test-daemon: sleep just a little bit by defaultZbigniew Jędrzejewski-Szmek2017-07-131-5/+14
| * | | test-resolved-packet: skip most of the loopZbigniew Jędrzejewski-Szmek2017-07-133-3/+9
| * | | test-watchdog: wait just one cycle unless $SYSTEMD_SLOW_TESTSZbigniew Jędrzejewski-Szmek2017-07-131-3/+13
| * | | test-compress-benchmark: look at $SYSTEMD_SLOW_TESTSZbigniew Jędrzejewski-Szmek2017-07-131-1/+11
| * | | test-hashmap: use $SYSTEMD_SLOW_TESTS variableZbigniew Jędrzejewski-Szmek2017-07-131-3/+70
| * | | libudev: unused variableZbigniew Jędrzejewski-Szmek2017-07-121-1/+0
* | | | boot/efi: don't hard fail on error for tpm measure (#6473)Harald Hoyer2017-07-282-4/+2
* | | | test-timesync: ignore failure to listen on /run/systemd/netif/links/ (#6463)Zbigniew Jędrzejewski-Szmek2017-07-281-0/+4
* | | | Merge pull request #6465 from keszybz/drop-kdbusMartin Pitt2017-07-2842-6480/+149
|\ \ \ \ | |_|/ / |/| | |
| * | | nspawn: do not mount /sys/fs/kdbusZbigniew Jędrzejewski-Szmek2017-07-231-3/+0
| * | | Drop kdbus bitsZbigniew Jędrzejewski-Szmek2017-07-2324-4851/+149
| * | | Drop bus-policy bitsZbigniew Jędrzejewski-Szmek2017-07-233-246/+0
| * | | Drop busname unit typeZbigniew Jędrzejewski-Szmek2017-07-2315-1380/+0
| | |/ | |/|
* | | basic: cosmetic changes (#6440)Yu Watanabe2017-07-244-4/+4
* | | core: when logging about dependency cycles, add UNIT= entries for all involve...Zbigniew Jędrzejewski-Szmek2017-07-221-29/+54
* | | shared/dropin: improve error messageZbigniew Jędrzejewski-Szmek2017-07-221-6/+3
* | | Revert "core: don't load dropin data multiple times for the same unit (#5139)"Zbigniew Jędrzejewski-Szmek2017-07-221-16/+7
|/ /
* | core: fix typo (#6417)Yu Watanabe2017-07-211-2/+2
* | tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-2123-185/+185