aboutsummaryrefslogtreecommitdiff
path: root/toys/other/blkid.c
AgeCommit message (Expand)Author
2020-09-10blkid: don't show empty tags.Elliott Hughes
2019-08-12blkid: add -s, SEC_TYPE, f2fs LABEL, and fix vfat/ntfs UUID.Elliott Hughes
2019-03-04Consistently use ARRAY_LEN.Elliott Hughes
2019-03-02Improve help consistency.Elliott Hughes
2019-02-23Add blkid -U and -L.Rob Landley
2017-10-31Only show LABEL= when there is one.Rob Landley
2016-03-23Minor blkid cleanup. (There was a while(ptr[-1]==' ') ptr--; that could fallRob Landley
2016-03-22blkid: Handle short/empty vfat labels; update testsSamuel Holland
2016-01-31Fix blkid typo (label wasn't detected in murderfs).Rob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2015-12-04Tom Marshall reported that blkid was handling ext2 wrong.Rob Landley
2015-09-17Fix a couple things gcc is too dumb to figure out on its own.Rob Landley
2015-08-06Detect swap partitions, inline loop_partitions(), various cleanups.Rob Landley
2015-08-05I've added support for running blkid without specifying a partition (so it sc...Dima Krasner
2015-08-02Mark command-local functions static.Rob Landley
2014-12-18Give fstype its own config symbol (separate from blkid), and fix blkid not us...Rob Landley
2014-06-02Help text should have a blank line after usage: lines, and a couple other whi...Rob Landley
2013-12-04When building for 32-bit, the compiler can't figure out that a constant too b...Rob Landley
2013-11-18Add test suite for blkid and clean up an editorial comment that shouldn't hav...0.4.7Rob Landley
2013-10-08Move blkid out of pending, default y.Rob Landley