summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: merge duplicated functionsYu Watanabe2018-05-114-42/+24
* core: send NULL instead of empty stringYu Watanabe2018-05-113-7/+5
* core: use offsetof() for Syslog{Level,Facility} dbus propertiesYu Watanabe2018-05-111-8/+8
* core: use bus_property_get_*() functions instead of NULLYu Watanabe2018-05-104-9/+9
* core: drop property_get_syscall_errno()Yu Watanabe2018-05-101-19/+1
* core: drop property_get_{capability_bounding_set,ambient_capabilities}()Yu Watanabe2018-05-101-38/+2
* core: use BUS_DEFINE_PROPERTY_GET_ENUM() macroYu Watanabe2018-05-101-19/+2
* core: drop 'bus_' prefix from bus_property_get_protect_{home,system}()Yu Watanabe2018-05-101-6/+4
* core: simplify property_get_cpu_affinity()Yu Watanabe2018-05-101-4/+1
* conf-parser: accept trailing backslash at the end of the file (#8941)Filipe Brandenburger2018-05-092-5/+36
* Merge pull request #8689 from davide125/staticZbigniew Jędrzejewski-Szmek2018-05-104-11/+32
|\
| * meson: recompile all sources for install_libudev_static and install_libsystem...Zbigniew Jędrzejewski-Szmek2018-05-083-12/+14
| * meson: only build test-lib{systemd,udev}-static-sym for picDavide Cavalca2018-05-081-1/+3
| * meson: add support for building static libsystemd and libudevDavide Cavalca2018-05-082-3/+20
* | timedate: use free_and_strdup()Yu Watanabe2018-05-101-11/+5
* | tree-wide: use strv_free_and_replace() macroYu Watanabe2018-05-109-63/+24
* | time-util: fix indentation for commentsYu Watanabe2018-05-091-9/+7
* | Merge pull request #8923 from yuwata/resolvectl-drop-funcsZbigniew Jędrzejewski-Szmek2018-05-091-40/+14
|\ \
| * | resolvectl: drop service_family_{from,to}_string()Yu Watanabe2018-05-081-40/+14
* | | Merge pull request #8938 from keszybz/sd-bus-automatic-cleanupYu Watanabe2018-05-091-99/+66
|\ \ \
| * | | sd-bus: add bus_freep and use _cleanup_Zbigniew Jędrzejewski-Szmek2018-05-091-64/+41
| * | | sd-bus: use automatic cleanup moreZbigniew Jędrzejewski-Szmek2018-05-091-24/+20
| * | | sd-bus: trivial simplificationZbigniew Jędrzejewski-Szmek2018-05-091-11/+5
* | | | use max. message size allowed by DBus spec (#8936)David Tardon2018-05-091-1/+1
* | | | bus-util: print a friendly message when PID1 is not systemdYu Watanabe2018-05-093-12/+20
* | | | analyze: merge acquire_full_bus() and acquire_systemd_bus()Yu Watanabe2018-05-091-20/+14
|/ / /
* | | network,udev: sort included headersYu Watanabe2018-05-092-3/+3
* | | network,udev: make MACAddress= in [Match] section take multiple MAC addressesYu Watanabe2018-05-099-19/+22
* | | test: add tests for config_parse_hwaddrs()Yu Watanabe2018-05-091-2/+49
* | | libsystemd-network: introduce config_parse_hwaddrs()Yu Watanabe2018-05-092-0/+78
* | | ether-addr-util: add hash_ops functions for struct ether_addrYu Watanabe2018-05-092-8/+19
* | | ether-addr-util: make ether_addr_from_string() stricterYu Watanabe2018-05-094-26/+26
* | | Merge pull request #8915 from yuwata/fix-8904Michael Biebl2018-05-081-2/+2
|\ \ \
| * | | login: do not wall message on cancelling shutdown when Manager.enable_wall_me...Yu Watanabe2018-05-071-1/+1
| * | | login: change variable type of enable_wall_messages as it matches Manager.ena...Yu Watanabe2018-05-071-1/+1
* | | | link: Add support to configure channels of the specified network device (#8882)Susant Sahani2018-05-085-0/+127
* | | | Merge pull request #8898 from poettering/nspawn-mount-blockZbigniew Jędrzejewski-Szmek2018-05-088-125/+203
|\ \ \ \ | |_|/ / |/| | |
| * | | namespace: extend list of masked files by ProtectKernelTunables=Lennart Poettering2018-05-031-8/+11
| * | | nspawn: move nspawn cgroup hierarchy one level down unconditionallyLennart Poettering2018-05-033-31/+38
| * | | nspawn: let's make use of SPECIAL_MACHINE_SLICE macro, after all we already s...Lennart Poettering2018-05-031-1/+2
| * | | nspawn: don't make /proc/kmsg node too specialLennart Poettering2018-05-031-19/+19
| * | | nspawn: mount boot ID from temporary file in /tmpLennart Poettering2018-05-031-9/+13
| * | | nspawn: lock down a few things in /proc by defaultLennart Poettering2018-05-032-29/+95
| * | | nspawn: use free_and_replace() at more placesLennart Poettering2018-05-031-6/+3
| * | | nspawn: size_t more stuffLennart Poettering2018-05-034-23/+23
* | | | networkd: add support to send DHCP user class option (#7499)Susant Sahani2018-05-077-1/+127
* | | | meson: generate m4 preprocessor from config.h (#8914)Yu Watanabe2018-05-072-3/+3
| |/ / |/| |
* | | meson: also try to search gnu-efi based on EFI_MACHINE_TYPE_NAME (#8900)Yu Watanabe2018-05-041-8/+13
* | | Merge pull request #8868 from yuwata/resolve-show-current-serverLennart Poettering2018-05-036-106/+199
|\ \ \
| * | | resolvectl: simplify map_{link,global}_domains()Yu Watanabe2018-05-031-22/+40