summaryrefslogtreecommitdiffstats
path: root/src/basic/user-util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-04meson: escape dots in man/man helperZbigniew Jędrzejewski-Szmek1-1/+2
2019-06-04bash-completion: support "networkctl delete"Yu Watanabe1-1/+1
2019-06-04test-cpu-set-util: fix allocation size check on i386Zbigniew Jędrzejewski-Szmek1-1/+3
2019-06-04test-cpu-set-util: fix comparison for allocation sizeZbigniew Jędrzejewski-Szmek1-11/+11
2019-06-04network: fix UBSAN issueYu Watanabe1-1/+1
2019-06-04networkctl: re-cast value stored in Set with INT_TO_PTR()Yu Watanabe1-2/+3
2019-06-04shared/generator: voidify mkdir_parents() callZbigniew Jędrzejewski-Szmek1-1/+1
2019-06-04busctl: always prefix bus error message with local stringZbigniew Jędrzejewski-Szmek1-6/+17
2019-06-04sd-bus: improve bus error message for uknown propertiesZbigniew Jędrzejewski-Szmek1-4/+10
2019-06-04networkctl: log quietly if we fail to get bit ratesZbigniew Jędrzejewski-Szmek1-3/+5
2019-06-03cpu-set-util: use %d-%d format in cpu_set_to_range_string() only for actual ...Michal Sekletar2-9/+11
2019-06-03test-sleep: also print parsed modes and statesZbigniew Jędrzejewski-Szmek1-1/+20
2019-06-03test-network: disable SystemCallFilter= when *SAN is enabledYu Watanabe1-0/+2
2019-06-03test-network: add test for MTU field of 'networkctl status'Yu Watanabe2-0/+14
2019-06-03test-network: add tests for "networkctl delete"Yu Watanabe1-0/+12
2019-06-03test-network: move networkctl related tests to NetworkctlTests classYu Watanabe1-26/+81
2019-06-03udevadm: add --wait-for-initialization option to "udevadm info"Yu Watanabe3-14/+42
2019-06-03util: make device_wait_for_initialization() optionally takes timeout valueYu Watanabe4-6/+19
2019-06-03util: make argument "subsystem" in device_wait_for_initialization() optionalYu Watanabe1-4/+12
2019-06-03sd-boot: Remove unnecessary call to GetEventLogJoe Richey1-54/+11
2019-06-03execute: dump CPUAffinity as a range string instead of a list of CPUsMichal Sekletar1-5/+4
2019-06-03networkctl: drop unnecessary use of table_add_cell_full()Yu Watanabe1-39/+41
2019-06-03udev: check formatting of attribute or value earlierYu Watanabe4-14/+106
2019-06-03udev: evaluate formatting in RUN= key earlierYu Watanabe2-6/+5
2019-06-03udev: use delete_trailing_chars() at one more placeYu Watanabe1-4/+1
2019-06-03udev: replace xsprintf() + strpcpy() by strpcpyf()Yu Watanabe1-4/+2
2019-06-03udev: make parser for attribute of $result harderYu Watanabe1-29/+57
2019-06-03udev: split udev_event_apply_format() into small piecesYu Watanabe1-99/+101
2019-06-02udev: comment that $tempnode and $sysfs formats are deprecatedYu Watanabe1-2/+2
2019-06-02udev: pass format type to udev_event_subst_format()Yu Watanabe1-8/+9
2019-06-02udev: rename enum subst_type -> FormatSubstitutionTypeYu Watanabe1-56/+58
2019-06-02udev: modernize udev-rules.cYu Watanabe24-2302/+1986
2019-06-01networkctl: show link bit ratesYu Watanabe1-6/+117
2019-06-01network: monitor link bit ratesYu Watanabe12-8/+230
2019-06-01bash-completion: support --stats/-s option of networkctlYu Watanabe1-1/+1
2019-06-01networkctl: optionally show link statisticsYu Watanabe2-3/+73
2019-06-01netlink: set attribute size of IFLA_STATS and IFLA_STATS64Yu Watanabe1-2/+6
2019-06-01networkctl: shorten Minimum/Maximum to min/maxZbigniew Jędrzejewski-Szmek1-2/+2
2019-05-31dbus-execute: make transfer of CPUAffinity endian safe (#12711)Michal Sekletar1-1/+4
2019-05-31coredump: fixed bug - some coredump temp files could be lostKrayushkin Konstantin1-0/+5
2019-05-31networkctl: do not show zero maximum MTUYu Watanabe1-12/+18
2019-05-31test-network: show systemd-networkd.serviceYu Watanabe1-4/+3
2019-05-31test-network: stop service before editing unit fileYu Watanabe1-1/+4
2019-05-31test-network: add --lsan-options optionYu Watanabe1-1/+8
2019-05-30sd-journal: voidify callZbigniew Jędrzejewski-Szmek1-1/+1
2019-05-30networkd: shorter two error statements a bitZbigniew Jędrzejewski-Szmek1-7/+5
2019-05-30basic/memory-util: do not "return" anything from memzero() macroZbigniew Jędrzejewski-Szmek1-2/+2
2019-05-30systemctl: process all units matched by a glob in the cat verb by defaultFrantisek Sumsal1-0/+5
2019-05-30shared/varlink: add missing va_end()Zbigniew Jędrzejewski-Szmek1-3/+4
2019-05-30Revert "varlink: initialize Varlink with 0"Zbigniew Jędrzejewski-Szmek1-2/+1