summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-blkid.c
Commit message (Expand)AuthorAgeFilesLines
* udev: add missing short option nameYu Watanabe2021-01-131-2/+2
* udev-builtin-blkid: add support for --hint offsetsKarel Zak2021-01-131-8/+25
* udev-builtin-blkid: add VOLUME_ID, LOGICAL_VOLUME_ID, VOLUME_SET_ID and DATA_...Karel Zak2020-12-121-0/+16
* license: GPL-2.0+ -> GPL-2.0-or-laterYu Watanabe2020-11-091-1/+1
* libblkid: open device in nonblock mode.Michal Suchanek2019-11-081-1/+1
* tree-wide: drop blkid.h when blkid-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* util-lib: split shared/efivars into basic/efivars and shared/efi-loaderZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-111-1/+2
* udev: modernize udev-rules.cYu Watanabe2019-06-021-1/+1
* udev: use SYNTHETIC_ERRNO() macro in log_device_*_errno()Yu Watanabe2019-01-131-1/+1
* udev-builtin-blkid: add more debug log messagesYu Watanabe2018-10-241-14/+16
* udev-builtin: propagate negative errnoYu Watanabe2018-10-231-15/+14
* udev: replace udev_device by sd_device from prototype of udev builtin commandsYu Watanabe2018-10-231-2/+1
* udev: replace udev_device by sd_device in udev-builtin-blkid.cYu Watanabe2018-10-231-48/+45
* udev: make udev_builtin_add_property() take sd_device instead of udev_deviceYu Watanabe2018-10-231-20/+20
* udev-builtin: move definitions related to builtin commands to udev-builtin.hYu Watanabe2018-10-111-1/+2
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-1/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
* Drop more license boilerplateZbigniew Jędrzejewski-Szmek2018-06-141-12/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-2/+2
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-1/+1
* udevadm: prevent segfault in blkid builtin when offset not specifiedDouglas Christman2018-03-011-3/+10
* Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* udev: never ask libblkid for detecting superblocks with bad checksums (#6215)Lennart Poettering2017-06-281-12/+1
* udev-builtin-blkid: Use _cleanup_blkid_free_probe_ to free probe (#6108)Nate Clark2017-06-161-2/+2
* build-sys: correct blkid.h includesMatt Clarkson2017-04-061-1/+1
* udev-builtin-blkid: use -errno not -1 as error codeZbigniew Jędrzejewski-Szmek2017-02-211-1/+1
* tree-wide: simplify handling of blkid errorsZbigniew Jędrzejewski-Szmek2017-02-211-1/+1
* udev-builtin-blkid: fix GPT_FLAG_NO_AUTO check for ESP (#3450)Lennart Poettering2016-06-091-5/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-071-0/+2
* util-lib: split out allocation calls into alloc-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-5/+7
* gpt-auto-generator: apply partition-type flags only to specific partition-typesKay Sievers2015-08-111-0/+5
* udev: downgrade a few warnings to debug messagesLennart Poettering2015-04-141-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering2015-01-051-1/+1
* blkid: Warn when rejecting a superblock with a bad csumGabriel de Perthuis2014-12-141-1/+12
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-291-6/+3
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-2/+2
* udev-builtin-blkid: remove dead codeKay Sievers2014-03-071-4/+2
* udev: automatically create a symlink /dev/disk/by-id/gpt-auto-root if there's...Lennart Poettering2014-03-071-2/+13
* udev-builtin-blkid: when we find a GPT partition marked as root disk on the s...Lennart Poettering2014-03-071-0/+90
* udev-builtin-blkid: modernizations and minor fixesLennart Poettering2014-03-071-6/+6
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-1/+1