summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device/device-private.c
Commit message (Expand)AuthorAgeFilesLines
* sd-device: introduce dump_device_action_table()Yu Watanabe2019-06-291-0/+4
* tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-251-3/+2
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-1/+1
* sd-device: store parsed ACTION= and SEQNUM= udev propertiesYu Watanabe2019-03-121-49/+95
* Remove now-unused refcnt.hZbigniew Jędrzejewski-Szmek2019-03-041-1/+0
* sd-device: fix device_copy_properties()Yu Watanabe2019-02-061-2/+2
* sd-device: do not save e.g., DEVPATH or INTERFACE properties to udev databaseYu Watanabe2019-01-221-2/+13
* Revert "sd-device: ignore bind/unbind events for now"Yu Watanabe2019-01-021-9/+0
* sd-device: ignore bind/unbind events for nowDmitry Torokhov2018-12-211-0/+9
* sd-device: pass timestamp internally as usec_t not char*Zbigniew Jędrzejewski-Szmek2018-12-161-15/+11
* sd-device: reduce the number of implementations of device_read_db() we keep a...Zbigniew Jędrzejewski-Szmek2018-12-161-174/+0
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* sd-device: fix possible use of uninitialized valueYu Watanabe2018-11-101-2/+2
* sd-device: normalize debug messagesYu Watanabe2018-11-061-26/+26
* sd-device: make several sd_device_get_*() accepts NULL pointer for buffer of ...Yu Watanabe2018-10-291-8/+8
* sd-device: make sd_device_get_*() return -ENOENT if the values are not setYu Watanabe2018-09-231-0/+12
* sd-device: introduce device_new_from_stat_rdev()Yu Watanabe2018-08-231-0/+16
* tree-wide: add a space after (void)Yu Watanabe2018-07-031-1/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-4/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-10/+5
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-6/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Add handling for bind/unbind actions (#6720)Lennart Poettering2017-09-041-0/+2
* udev: use interface before the string that interface points to is freed by de...Evgeny Vereshchagin2017-06-181-3/+3
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-3/+3
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-5/+5
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-13/+13
* tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering2015-09-301-5/+3
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-5/+3
* sd-device: ensure update_properties_buf() is a noop on failureTom Gundersen2015-06-011-10/+16
* sd-device: fix invalid property strv pointersMartin Pitt2015-06-011-10/+13
* sd-device: fix device_get_properties_strv()Tom Gundersen2015-05-271-1/+1
* udevd: fix REMOVE handlingTom Gundersen2015-04-231-0/+6
* sd-device: don't use alloca() within loopsTom Gundersen2015-04-051-4/+6
* sd-device,udevd: fix spelling /ammend/amend/Tom Gundersen2015-04-031-2/+2
* sd-device: fix deserialization from netlinkTom Gundersen2015-04-031-16/+14
* sd-device: get_properties_{nulstr,strv} - don't recreate the buffer unnecessa...Tom Gundersen2015-04-031-5/+6
* libsystemd: add sd-device libraryTom Gundersen2015-04-021-0/+1101