summaryrefslogtreecommitdiffstats
path: root/src/libsystemd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20996 from yuwata/udevadm-trigger-debugZbigniew Jędrzejewski-Szmek2021-10-151-3/+3
|\
| * sd-device-monitor: update log message to clarify the error will be ignoredYu Watanabe2021-10-131-3/+3
* | alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-146-10/+11
* | journal: drop unnecessary +1 in newa() expressionLennart Poettering2021-10-141-4/+2
* | tree-wide: port all calls to alloca() to alloca_safe()Lennart Poettering2021-10-142-4/+3
|/
* Merge pull request #20985 from yuwata/test-bus-node-enumeratorYu Watanabe2021-10-121-0/+39
|\
| * test: add more node enumerator testsYu Watanabe2021-10-111-0/+39
* | test: use assert_se() instead of assert()Yu Watanabe2021-10-124-8/+8
* | homed: take BSD file lock on LUKS file while activatedLennart Poettering2021-10-112-0/+2
* | util: define initializer for 'struct ucred' that properly invalidates all fieldsLennart Poettering2021-10-112-1/+2
|/
* Merge pull request #20744 from yuwata/udev-netlinkZbigniew Jędrzejewski-Szmek2021-10-112-26/+18
|\
| * sd-device: expose device_cache_sysattr_value() and device_get_cached_sysattr_...Yu Watanabe2021-10-062-3/+5
| * sd-device: make device_get_cached_sysattr_value() distinguish if we have look...Yu Watanabe2021-10-061-24/+14
* | libsystemd/sd-id128: use only internal hmac, remove khash/OpenSSL supportLuca Boccassi2021-10-082-41/+5
* | xattr-util: merge various getxattr()/listxattr() helpers into getxattr_at_mal...Lennart Poettering2021-10-071-12/+8
|/
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* basic: split out inotify-related calls from fs-util.h → inotify-util.hLennart Poettering2021-10-053-1/+3
* basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...Lennart Poettering2021-10-051-1/+1
* basic: split out sync() family of calls from fs-util.[ch] into new c/h fileLennart Poettering2021-10-052-10/+6
* sd-netlink: add several attributes for nl80211Yu Watanabe2021-09-291-4/+9
* sd-netlink, wifi-util: fix attribute type of NL80211_ATTR_SSIDYu Watanabe2021-09-291-1/+2
* sd-netlink: introduce sd_netlink_message_read_data_suffix0()Yu Watanabe2021-09-291-0/+26
* sd-netlink: make sd_genl_message_new() or friends return -EOPNOTSUPP if a mod...Yu Watanabe2021-09-291-25/+40
* sd-netlink: also check multicast group to find suitable match callbackYu Watanabe2021-09-294-4/+13
* sd-netlink: allow to set dump flag for genl or netfilter messagesYu Watanabe2021-09-291-2/+2
* sd-netlink: add type safe macro for sd_genl_add_match()Yu Watanabe2021-09-291-0/+10
* sd-netlink: minor coding style fixesYu Watanabe2021-09-293-30/+35
* tree-wide: make format_ifname() or friends return negative errno on failureYu Watanabe2021-09-282-4/+6
* Merge pull request #20738 from mrc0mmand/ci-llvm-13Yu Watanabe2021-09-162-4/+7
|\
| * tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-152-4/+7
* | sd-journal: Ignore data threshold if set to zero in sd_journal_enumerate_fiel...Daan De Meyer2021-09-151-1/+1
* | sd-journal: Don't compare hashes from different journal filesDaan De Meyer2021-09-151-1/+5
|/
* sd-device: do not recreate the same symlinks which store watch handleYu Watanabe2021-09-131-1/+1
* sd-event: take ref on event loop object before dispatching event sourcesMichal Sekletar2021-09-081-1/+1
* tree-wide: fix typoYu Watanabe2021-09-051-1/+1
* Merge pull request #20603 from yuwata/udev-node-cleanupsYu Watanabe2021-09-022-0/+8
|\
| * sd-device: introduce device_has_devlink()Yu Watanabe2021-09-022-0/+8
* | sd-journal: use FILE streams to buffer write_uint64()Vito Caputo2021-09-021-24/+40
|/
* Merge pull request #20575 from vcaputo/verify_field_object_hashLennart Poettering2021-09-011-21/+49
|\
| * sd-journal: verify field object hashesVito Caputo2021-08-301-1/+17
| * sd-journal: move payload hashing to helper functionVito Caputo2021-08-301-20/+32
* | sd-netlink: introduce sd_netlink_message_get_max_attribute()Yu Watanabe2021-08-312-18/+28
* | sd-netlink: specify appropriate netlink attribute typeYu Watanabe2021-08-312-33/+33
* | sd-netlink: support more rtnl attributesYu Watanabe2021-08-311-336/+678
* | Merge pull request #20257 from bluca/seqnoLuca Boccassi2021-08-314-0/+45
|\ \ | |/ |/|
| * udev/sd: add support for DISKSEQLuca Boccassi2021-07-284-0/+45
* | sd-netlink: make type_system_get_*() and friends return value directlyYu Watanabe2021-08-297-145/+121
* | sd-netlink: introduce sd_genl_add_match()Yu Watanabe2021-08-294-3/+175
* | sd-netlink: split sd_netlink_add_match() into two partsYu Watanabe2021-08-293-71/+87
* | sd-netlink: introduce sd_genl_message_get_command()Yu Watanabe2021-08-292-0/+41