History log of /external/toybox/toys/other/blkid.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b2d8cf906502226904e149e20279a899ba22e035 31-Oct-2017 Rob Landley <rob@landley.net> Only show LABEL= when there is one.
/external/toybox/toys/other/blkid.c
5a7b147c18e0550536f888d531dea73696336902 23-Mar-2016 Rob Landley <rob@landley.net> Minor blkid cleanup. (There was a while(ptr[-1]==' ') ptr--; that could fall
off the start of the string. I pulled on the thread...)
/external/toybox/toys/other/blkid.c
c23186d3ee6001b78c843fc3609575306c687ba2 20-Mar-2016 Samuel Holland <samuel@sholland.org> blkid: Handle short/empty vfat labels; update tests

vfat labels have a fixed space allocated for them. In the case of a
shorter label, the remaining bytes are padded with spaces. A vfat
filesystem with no label (i.e. that will show up in Windows as "Local
Disk (X:)" or "Removable Disk (X:)") is stored as "NO NAME ".

Both of these changes match behavior from util-linux.
/external/toybox/toys/other/blkid.c
acf34f524d28fc51ac06dae6a1a6948d3e26bb68 31-Jan-2016 Rob Landley <rob@landley.net> Fix blkid typo (label wasn't detected in murderfs).
/external/toybox/toys/other/blkid.c
d3a435e53c94ec25b4ae5fa2614f49ef8884e08a 06-Jan-2016 Rob Landley <rob@landley.net> Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
checking, and fix up format checking complaints.

Added out(type, value) function to stat to avoid a zillion printf typecasts.
/external/toybox/toys/other/blkid.c
2a3ac1459f857f17e1c273c49a8df000b14fc8db 04-Dec-2015 Rob Landley <rob@landley.net> Tom Marshall reported that blkid was handling ext2 wrong.

Even though ext2 has a comment that it has to be at the start, I added swap
to the start of the array (oops). The test suite was also wrong (it was
matching the _incorrect_ output).
/external/toybox/toys/other/blkid.c
35c92f1e396d86f04616cd01ef3f045bc2dfb98e 17-Sep-2015 Rob Landley <rob@landley.net> Fix a couple things gcc is too dumb to figure out on its own.
/external/toybox/toys/other/blkid.c
1203ddf0e1110a107cbabf4855e07055fabe1e42 06-Aug-2015 Rob Landley <rob@landley.net> Detect swap partitions, inline loop_partitions(), various cleanups.
/external/toybox/toys/other/blkid.c
42b7d4b06b55e0090c3be1bc6ca1ed166bd6b2fd 06-Aug-2015 Dima Krasner <dima@dimakrasner.com> I've added support for running blkid without specifying a partition (so it scans /proc/partitions).
/external/toybox/toys/other/blkid.c
7a3f53ba446ae2600763ee37b7f8dcc91de3ec5f 03-Aug-2015 Rob Landley <rob@landley.net> Mark command-local functions static.
/external/toybox/toys/other/blkid.c
bce0e002dc5d25ae109e0b72da071986f211cf9c 18-Dec-2014 Rob Landley <rob@landley.net> Give fstype its own config symbol (separate from blkid), and fix blkid not using more accurate ext3/ext4 filesystem sub-type.
/external/toybox/toys/other/blkid.c
314f19e4d2099eb19824df49d71953946486f78f 03-Jun-2014 Rob Landley <rob@landley.net> Help text should have a blank line after usage: lines, and a couple other whitespace tweaks.
/external/toybox/toys/other/blkid.c
0cae7298fffccbd84e9d06e2d73dce9ed66a9c67 05-Dec-2013 Rob Landley <rob@landley.net> 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.
/external/toybox/toys/other/blkid.c
75cb924bbd82d00173038128947cc323dac524e9 18-Nov-2013 Rob Landley <rob@landley.net> Add test suite for blkid and clean up an editorial comment that shouldn't have been checked in.
/external/toybox/toys/other/blkid.c
03c1b0b202dd4179d472497b08667fad8d4c4530 09-Oct-2013 Rob Landley <rob@landley.net> Move blkid out of pending, default y.
/external/toybox/toys/other/blkid.c