summaryrefslogtreecommitdiffstats
path: root/semaphoreci (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-30test-user-util: add simple test for make_salt()Zbigniew Jędrzejewski-Szmek1-0/+16
2019-05-30bash-completion: correctly react to an unescaped unit nameFrantisek Sumsal2-7/+31
2019-05-30nspawn: also support ifindex when specifying network interfaceYu Watanabe1-10/+10
2019-05-30dhcp4: use memdup_suffix0() instead of strndup() for binary dataYu Watanabe1-1/+1
2019-05-30pager: Fix deadlock when using built-in pagerFelix Riemann1-1/+3
2019-05-30cryptsetup: Add dependency for detached headerRoberto Santalla1-24/+56
2019-05-30tests: skip test-bpf only when we're 100% sure it's run in containersEvgeny Vereshchagin1-1/+1
2019-05-29shared/cpu-set-util: only force range printing one timeZbigniew Jędrzejewski-Szmek2-5/+12
2019-05-29systemctl: present CPUAffinity mask as a list of CPU index rangesMichal Sekletar1-0/+22
2019-05-29shared/cpu-set-util: introduce cpu_set_to_range()Michal Sekletar3-0/+89
2019-05-29test-cpu-set-util: add test for dbus conversionsZbigniew Jędrzejewski-Szmek1-0/+31
2019-05-29shared/cpu-set-util: make transfer of cpu_set_t over bus endian safeMichal Sekletar4-2/+53
2019-05-29hwdb: add axis range corrections for the Asus N53SVFeldwor1-0/+7
2019-05-29test-network: bump time limit for wait_address()Yu Watanabe1-1/+1
2019-05-29shared/cpu-set-util: drop now-unused cleanup functionZbigniew Jędrzejewski-Szmek1-3/+0
2019-05-29test-execute: use CPUSet tooZbigniew Jędrzejewski-Szmek3-39/+8
2019-05-29pid1: when reloading configuration, forget old settingsZbigniew Jędrzejewski-Szmek1-49/+97
2019-05-29pid1: don't reset setting from /proc/cmdline upon restartZbigniew Jędrzejewski-Szmek1-10/+16
2019-05-29pid1: parse CPUAffinity= in incremental fashionZbigniew Jędrzejewski-Szmek3-15/+35
2019-05-29test-cpu-set-util: add a smoke test for test_parse_cpu_set_extend()Zbigniew Jędrzejewski-Szmek1-0/+25
2019-05-29test-cpu-set-util: add simple test for cpus_in_affinity_mask()Zbigniew Jędrzejewski-Szmek1-0/+9
2019-05-29Move cpus_in_affinity_mask() to cpu-set-util.[ch]Zbigniew Jędrzejewski-Szmek6-39/+40
2019-05-29Rework cpu affinity parsingZbigniew Jędrzejewski-Szmek14-256/+295
2019-05-29man: re-indent systemd.netdev.xmlYu Watanabe1-347/+360
2019-05-29test-network: drop 25-nlmon.networkYu Watanabe3-8/+2
2019-05-29man: add vrf sectionFranz Pletz1-0/+15
2019-05-29tree-wide: replace if_indextoname() with format_ifname()Yu Watanabe7-22/+29
2019-05-29util: introduce format_ifname()Yu Watanabe3-0/+14
2019-05-29networkctl: use Table for 'lldp' commandYu Watanabe1-15/+43
2019-05-29networkctl: use Table for 'label' commandYu Watanabe1-3/+25
2019-05-29networkctl: use Table for 'status' commandYu Watanabe1-131/+323
2019-05-29networkctl: use Table for 'list' commandYu Watanabe1-11/+51
2019-05-29table: add TABLE_IFINDEX typeYu Watanabe2-0/+33
2019-05-29table: add more basic typesYu Watanabe2-0/+108
2019-05-29table: add teble_add_string_cell()Yu Watanabe2-0/+15
2019-05-29networkctl: use parse_ifindex_or_ifname()Yu Watanabe1-6/+3
2019-05-29resolvectl: use parse_ifindex_or_ifname()Yu Watanabe1-26/+12
2019-05-29util: add assertionsYu Watanabe1-0/+3
2019-05-29util: introduce parse_ifindex_or_ifname()Yu Watanabe2-0/+20
2019-05-29networkctl: add support to delete virtual netdevsSusant Sahani2-0/+68
2019-05-28systemd-sleep: replace rtc wakealarm with CLOCK_BOOTTIME_ALARM s2hZach Smith3-50/+29
2019-05-28seccomp: add new 5.1 syscall pidfd_send_signal() to filter set listLennart Poettering1-0/+1
2019-05-28test: exit cleanly on successLennart Poettering1-0/+1
2019-05-28cryptsetup: Add LUKS2 token support.Milan Broz1-0/+12
2019-05-28test-network: add a basic test for nlmonYu Watanabe3-0/+17
2019-05-28network: add nlmon supportYu Watanabe9-3/+53
2019-05-28network: add NetDevVTable::generate_mac flagYu Watanabe16-1/+29
2019-05-28cryptsetup: call crypt_load() for LUKS only onceMilan Broz1-14/+12
2019-05-28cryptsetup: Do not fallback to PLAIN mapping if LUKS data device set fails.Milan Broz1-4/+7
2019-05-28network: do not send DHCPRELEASE when CriticalConnection= is enabledYu Watanabe1-2/+15