summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* macro: introduce DEFINE_TRIVIAL_REF_UNREF_FUNC() macro and friendsYu Watanabe2018-08-271-0/+49
* tree-wide: use unsigned for refcountYu Watanabe2018-08-279-9/+9
* dissect: rescan devices before creating partition list (#9930)Yu Watanabe2018-08-241-0/+4
* logind: make use of vtnr_from_tty() in seat_read_active_vt() (#9923)Franck Bui2018-08-241-13/+4
* Merge pull request #9917 from keszybz/cleanupsYu Watanabe2018-08-244-16/+21
|\
| * network: adjust some error messagesZbigniew Jędrzejewski-Szmek2018-08-231-3/+4
| * network: reword some error messagesZbigniew Jędrzejewski-Szmek2018-08-231-3/+4
| * test-socket-util: avoid "memleak" reported by valgrindZbigniew Jędrzejewski-Szmek2018-08-231-6/+9
| * analyze: use temporary var to simplify codeZbigniew Jędrzejewski-Szmek2018-08-231-4/+4
* | Merge pull request #8135 from shawnl/arg_hostZbigniew Jędrzejewski-Szmek2018-08-234-18/+158
|\ \ | |/ |/|
| * sd-bus: fix test cases on host handlingShawn Landden2018-08-062-13/+15
| * test-bus-address: a simple test for address parsingZbigniew Jędrzejewski-Szmek2018-08-062-0/+73
| * stdio-bridge: support --machineShawn Landden2018-08-061-3/+18
| * sd-bus rework host handlingShawn Landden2018-08-061-15/+65
* | networkd and sd-netlink: add support for Generic netlink And FooOverUDP to IP...Susant Sahani2018-08-2312-2/+285
* | Merge pull request #9406 from yuwata/rfe-9228Zbigniew Jędrzejewski-Szmek2018-08-2324-130/+637
|\ \
| * | network: accept additional time-value after ':' when DUIDType=link-layer-timeYu Watanabe2018-08-087-28/+115
| * | sd-dhcp: make time value for DUID-LLT configurableYu Watanabe2018-08-084-7/+46
| * | sd-dhcp: use MAC address when DUIDType=link-layer-time or link-layer but DUID...Yu Watanabe2018-08-084-2/+90
| * | sd-dhcp: adjust log messageYu Watanabe2018-08-081-1/+1
| * | sd-dhcp: adjust type of elements in duidYu Watanabe2018-08-081-4/+4
| * | network: request product UUID when DUIDType=uuid but DUIDRawData= is not setYu Watanabe2018-08-087-3/+212
| * | network: introduce dhcp4_set_client_identifier() to unify duplicated codesYu Watanabe2018-08-083-74/+53
| * | network: move and rename link_duid()Yu Watanabe2018-08-085-13/+16
| * | sd-dhcp: use application specific machine ID when DUIDType=uuid but DUIDRawDa...Yu Watanabe2018-08-084-16/+53
| * | hostname: expose product UUID on busYu Watanabe2018-08-084-0/+64
* | | Networkd: Start DHCP server when link is up.Susant Sahani2018-08-231-1/+1
* | | udev: move udev cleanup functions from udev-util.h to udev.hYu Watanabe2018-08-2214-22/+11
* | | udev-util: drop unused function udev_device_new_from_stat_rdev()Yu Watanabe2018-08-222-24/+0
* | | login/sysfs-show: replace udev_device by sd_deviceYu Watanabe2018-08-221-72/+70
* | | logind: replace udev_device by sd_deviceYu Watanabe2018-08-228-218/+177
* | | core: replace udev_device by sd_deviceYu Watanabe2018-08-225-149/+107
* | | core/umount: replace udev_device by sd_deviceYu Watanabe2018-08-221-48/+34
* | | rfkill: replace udev_device by sd_deviceYu Watanabe2018-08-221-63/+41
* | | network: replace udev_device by sd_deviceYu Watanabe2018-08-2221-85/+86
* | | nspawn: replace udev_device by sd_deviceYu Watanabe2018-08-222-34/+16
* | | journal: replace udev_device by sd_deviceYu Watanabe2018-08-224-55/+31
* | | sd-device: introduce device_new_from_stat_rdev()Yu Watanabe2018-08-222-0/+18
* | | dissect: replace udev_device by sd_deviceYu Watanabe2018-08-221-44/+32
* | | gpt-auto-generator: replace udev_device by sd_deviceYu Watanabe2018-08-221-31/+26
* | | mount-tool: replace udev_device by sd_deviceYu Watanabe2018-08-221-90/+62
* | | backlight: replace udev_device by sd_deviceYu Watanabe2018-08-221-150/+166
* | | libudev: introduce udev_monitor_receive_sd_device()Yu Watanabe2018-08-222-0/+16
* | | libudev: move cleanup functions from udev-util.h to libudev-private.hYu Watanabe2018-08-222-4/+8
* | | libudev: accept NULL as the argument 'struct udev*' for udev_monitor_new() or...Yu Watanabe2018-08-227-18/+0
* | | core: add IODeviceLatencyTargetSecTejun Heo2018-08-228-7/+296
* | | selinux-util: drop unused variablesYu Watanabe2018-08-221-2/+0
* | | util: do not use stack frame for parsing arbitrary inputsYu Watanabe2018-08-221-4/+12
* | | Merge pull request #9852 from poettering/namespace-errnoYu Watanabe2018-08-222-4/+18
|\ \ \
| * | | namespace: be more careful when handling namespacing failures gracefullyLennart Poettering2018-08-212-4/+18