summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-device/device-private.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-device: introduce device_has_db() helper functionYu Watanabe2023-12-221-0/+13
* sd-device: modernize device_update_db() and friendsYu Watanabe2023-12-221-37/+75
* device-util: Declare iterator variables inlineDaan De Meyer2023-07-121-7/+3
* sd-device: do not read uevent file in device_clone_with_db()Yu Watanabe2023-07-051-47/+31
* sd-device,udev: tag must be a valid filenameYu Watanabe2023-04-071-0/+2
* tree-wide: use unlink_and_freep() moreoverLennart Poettering2023-02-231-2/+3
* udev: move device_rename() from device-private.cYu Watanabe2023-01-091-45/+0
* sd-device: do not directly access entry in sd-device objectYu Watanabe2023-01-091-5/+9
* sd-device: make device_set_syspath() clear sysname and sysnumYu Watanabe2023-01-091-4/+0
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* sd-device: make device_shallow_clone() staticYu Watanabe2022-10-251-1/+1
* sd-device: drop unused device_copy_properties()Yu Watanabe2022-10-251-26/+0
* tree-wide: use the term "initrd" at most places we so far used "initramfs"Lennart Poettering2022-09-231-4/+2
* sd-device: move device_new_from_watch_handle_at() to udev-watch.cYu Watanabe2022-09-111-138/+0
* sd-device: send udev database versionYu Watanabe2022-07-081-0/+13
* sd-device: make device_get_properties_{nulstr,strv}() take NULL for result valueYu Watanabe2022-07-081-8/+8
* sd-device: change type of properties nulstr from uint8_t* to char*Yu Watanabe2022-07-081-15/+13
* sd-device: rename arguments and variablesYu Watanabe2022-04-171-25/+24
* sd-device: fix possible use-of-uninitialized-valueYu Watanabe2022-04-171-1/+1
* sd-device: use ERRNO_IS_DEVICE_ABSENT() at one more placeYu Watanabe2022-04-171-4/+3
* sd-device: rename function arguments for storing resultsYu Watanabe2022-04-171-12/+12
* sd-device: use correct type and parser for device node uid and gidYu Watanabe2022-04-171-4/+4
* sd-device: shorten code a bitYu Watanabe2022-04-171-17/+9
* sd-device: reset sysname and sysnum on renamingYu Watanabe2022-04-171-0/+4
* sd-device: reduce indentationYu Watanabe2022-04-171-10/+8
* sd-device: verify new syspath on renamingYu Watanabe2022-04-171-6/+14
* sd-device: actually read diskseq if told soLennart Poettering2022-04-041-22/+0
* sd-device: introduce device_add_propertyf()Yu Watanabe2022-03-291-0/+21
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* sd-device: shorten code a bitYu Watanabe2022-03-181-14/+4
* sd-device: drop device_new_from_synthetic_event() from libsystemdYu Watanabe2022-02-021-25/+0
* sd-device: make device_set_action() take sd_device_action_tYu Watanabe2022-02-021-9/+17
* sd-device: do not recreate the same symlinks which store watch handleYu Watanabe2021-09-131-1/+1
* udev/sd: add support for DISKSEQLuca Boccassi2021-07-281-0/+26
* sd-device: let device_set_subsystem() accept NULLZbigniew Jędrzejewski-Szmek2021-06-161-10/+7
* sd-device: make cloned sd_device object can read udev database without uevent...Yu Watanabe2021-06-051-5/+31
* sd-device: set driver subsystem if the sd_device object is generated from nulstrYu Watanabe2021-06-051-0/+8
* sd-device: do not use ::subsystem member directlyYu Watanabe2021-06-021-3/+7
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+1
* udev,sd_device: also save map from device ID to watch handle in /run/udev/watchYu Watanabe2021-04-301-15/+124
* sd-device: rename device_get_id_filename() -> device_get_device_id()Yu Watanabe2021-04-301-3/+3
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-3/+3
* sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...Lennart Poettering2021-02-181-53/+13
* sd-device: don't compare pointers with numeric zeroLennart Poettering2021-02-181-3/+8
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* sd-device: use size_t for index in the loopYu Watanabe2021-01-261-3/+2
* sd-device: keep escaped strings in DEVLINK= propertyYu Watanabe2020-12-081-1/+4
* sd-device: introduce database version and save it in udev database V fieldYu Watanabe2020-11-251-0/+4
* sd-device: drop unwanted newline in netlink messageYu Watanabe2020-11-171-0/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1