aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/blkid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-2616-3926/+0
|
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-2/+2
|
* remove casts from xmalloc()Denis Vlasenko2006-12-191-2/+2
|
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-273-3/+3
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-274-6/+6
|
* byteswap ops had extra mask ops - removedDenis Vlasenko2006-11-271-6/+6
|
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-174-10/+10
|
* silly size savings and capitalization fixesDenis Vlasenko2006-10-262-2/+2
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-203-3/+3
|
* build system: fix build in separate obj treeDenis Vlasenko2006-10-111-8/+8
|
* build system: small optimizationDenis Vlasenko2006-10-051-2/+7
|
* build system overhaulDenis Vlasenko2006-10-054-6/+18
|
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-292-2/+2
|
* whitespace cleanupDenis Vlasenko2006-09-175-14/+14
|
* - Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.cBernhard Reutner-Fischer2006-09-111-0/+110
|
* Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley2006-09-111-115/+8
|
* Delete unused version.c file and corresponding function prototypes"Robert P. J. Day"2006-07-032-54/+0
| | | | | from blkid.h. If this file needs to be resurrected, it can be based on ext2fs/version.c.
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-0215-0/+15
|
* Yet more "#if 0" content removed."Robert P. J. Day"2006-07-011-25/+0
|
* - Rich Felker writes: fix invalid printf format stringsBernhard Reutner-Fischer2006-03-291-1/+1
| | | | | | | | | 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
* declare const id argument const for probe_{ext2,ext3,cramfs}Mike Frysinger2006-03-181-3/+3
|
* import most of e2fsprogs 1.38 updatesMike Frysinger2006-03-089-80/+286
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-062-5/+5
| | | | definitions. (That should only be on prototypes.)
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-015-22/+11
| | | | from before "if(x) free(x)".
* hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-4/+4
|
* just whitespaceTim Riker2006-01-2512-84/+84
|
* more const, all data to text"Vladimir N. Oleynik"2005-10-152-21/+21
|
* usage bb_dev_null"Vladimir N. Oleynik"2005-10-125-5/+5
|
* more busyboxes, remove 1 extern function (mainstream also have for one fsck)"Vladimir N. Oleynik"2005-10-121-4/+0
|
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"2005-10-104-6/+4
| | | | | e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep.
* hmm, forgoten remove llseek?"Vladimir N. Oleynik"2005-09-191-55/+0
|
* mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ↵"Vladimir N. Oleynik"2005-09-192-5/+10
| | | | 1 exporing, ext2fs_llseek/blkid_llseek->llseek
* rip out all the non-linux code and ugly workaroundsMike Frysinger2005-06-281-87/+3
|
* use malloc instead of xmallocMike Frysinger2005-06-116-53/+29
|
* import more libs to prep for new e2fsprogsMike Frysinger2005-05-0916-0/+3939