Commit History

Author SHA1 Message Date
  Elliott Hughes cb1af1882a blkid: more scanf fun. 2 years ago
  Elliott Hughes d294c99fe5 blkid: don't show empty tags. 3 years ago
  Elliott Hughes 9dc24d994e blkid: add -s, SEC_TYPE, f2fs LABEL, and fix vfat/ntfs UUID. 4 years ago
  Elliott Hughes 6d1eb1ce40 Consistently use ARRAY_LEN. 5 years ago
  Elliott Hughes d588ba7443 Improve help consistency. 5 years ago
  Rob Landley 6874839b97 Add blkid -U and -L. 5 years ago
  Rob Landley b2d8cf9065 Only show LABEL= when there is one. 6 years ago
  Rob Landley 5a7b147c18 Minor blkid cleanup. (There was a while(ptr[-1]==' ') ptr--; that could fall 8 years ago
  Samuel Holland c23186d3ee blkid: Handle short/empty vfat labels; update tests 8 years ago
  Rob Landley acf34f524d Fix blkid typo (label wasn't detected in murderfs). 8 years ago
  Rob Landley d3a435e53c Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format 8 years ago
  Rob Landley 2a3ac1459f Tom Marshall reported that blkid was handling ext2 wrong. 8 years ago
  Rob Landley 35c92f1e39 Fix a couple things gcc is too dumb to figure out on its own. 8 years ago
  Rob Landley 1203ddf0e1 Detect swap partitions, inline loop_partitions(), various cleanups. 9 years ago
  Dima Krasner 42b7d4b06b I've added support for running blkid without specifying a partition (so it scans /proc/partitions). 9 years ago
  Rob Landley 7a3f53ba44 Mark command-local functions static. 9 years ago
  Rob Landley bce0e002dc Give fstype its own config symbol (separate from blkid), and fix blkid not using more accurate ext3/ext4 filesystem sub-type. 9 years ago
  Rob Landley 314f19e4d2 Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. 10 years ago
  Rob Landley 0cae7298ff When building for 32-bit, the compiler can't figure out that a constant too big to fit in a long isn't trying to unless you explicitly postfix the constant with the type of the varable it's being assigned into. 10 years ago
  Rob Landley 75cb924bbd Add test suite for blkid and clean up an editorial comment that shouldn't have been checked in. 10 years ago
  Rob Landley 03c1b0b202 Move blkid out of pending, default y. 10 years ago