summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-blkid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* udev-builtin-blkid: export ID_PART_TABLE_UUIDDave Reisner2013-09-191-0/+3
* udev: expose new ISO9660 properties from libblkidZeeshan Ali (Khattak)2013-02-171-0/+16
* udev: move string copy functions to shared/Kay Sievers2013-01-091-1/+1
* use the same email address everywhereKay Sievers2012-11-121-1/+1
* udev: use startswith() and streq()Kay Sievers2012-04-161-10/+10
* udev: fix a few issues detected by the llvm static analyzerKay Sievers2012-04-131-3/+1
* udev: fix gcc warnings showing up after adding $(AM_CFLAGS)Kay Sievers2012-04-101-1/+0
* udev: switch to systemd logging functionsKay Sievers2012-04-081-3/+3
* move imported udev into placeKay Sievers2012-04-041-0/+207