index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
other
/
blkid.c
Age
Commit message (
Expand
)
Author
2016-01-05
Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
Rob Landley
2015-12-04
Tom Marshall reported that blkid was handling ext2 wrong.
Rob Landley
2015-09-17
Fix a couple things gcc is too dumb to figure out on its own.
Rob Landley
2015-08-06
Detect swap partitions, inline loop_partitions(), various cleanups.
Rob Landley
2015-08-05
I've added support for running blkid without specifying a partition (so it sc...
Dima Krasner
2015-08-02
Mark command-local functions static.
Rob Landley
2014-12-18
Give fstype its own config symbol (separate from blkid), and fix blkid not us...
Rob Landley
2014-06-02
Help text should have a blank line after usage: lines, and a couple other whi...
Rob Landley
2013-12-04
When building for 32-bit, the compiler can't figure out that a constant too b...
Rob Landley
2013-11-18
Add test suite for blkid and clean up an editorial comment that shouldn't hav...
0.4.7
Rob Landley
2013-10-08
Move blkid out of pending, default y.
Rob Landley