aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/blkid
AgeCommit message (Collapse)Author
2006-03-29- Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer
http://busybox.net/lists/busybox/2006-March/019568.html text data bss dec hex filename 900619 10316 1038724 1949659 1dbfdb busybox.oorig 900603 10316 1038724 1949643 1dbfcb busybox
2006-03-18declare const id argument const for probe_{ext2,ext3,cramfs}Mike Frysinger
2006-03-08import most of e2fsprogs 1.38 updatesMike Frysinger
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
definitions. (That should only be on prototypes.)
2006-03-01Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley
from before "if(x) free(x)".
2006-01-30hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-25just whitespaceTim Riker
2005-10-15more const, all data to text"Vladimir N. Oleynik"
2005-10-12usage bb_dev_null"Vladimir N. Oleynik"
2005-10-12more busyboxes, remove 1 extern function (mainstream also have for one fsck)"Vladimir N. Oleynik"
2005-10-10bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep.
2005-09-19hmm, forgoten remove llseek?"Vladimir N. Oleynik"
2005-09-19mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ↵"Vladimir N. Oleynik"
1 exporing, ext2fs_llseek/blkid_llseek->llseek
2005-06-28rip out all the non-linux code and ugly workaroundsMike Frysinger
2005-06-11use malloc instead of xmallocMike Frysinger
2005-05-09import more libs to prep for new e2fsprogsMike Frysinger