aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs
AgeCommit message (Expand)Author
2006-07-01Yet more "#if 0" content removed."Robert P. J. Day"
2006-06-25Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-19Remove unused function parameter, from Garrett.Rob Landley
2006-05-03Big dead code elimination pass from Garrett.Rob Landley
2006-04-04- remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set()Bernhard Reutner-Fischer
2006-04-01The build broke for me on gcc 4.0.3 due to an #include having the wrong patch.Rob Landley
2006-04-01Ext2fs cleanup from Garrett Kajmowicz.Rob Landley
2006-03-28just whitespace fixesMike Frysinger
2006-03-18need string.h as well as strings.hMike Frysinger
2006-03-08import most of e2fsprogs 1.38 updatesMike Frysinger
2006-03-01Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley
2006-02-24I was playing around with a dependency generator a couple weeks ago and I foundRob Landley
2006-01-30hopefully the last of the annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-25just whitespaceTim Riker
2006-01-23Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems likeRob Landley
2005-10-10bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"
2005-09-25fix building with debugging enabled #413Mike Frysinger
2005-09-24make sure we include local header filesMike Frysinger
2005-09-19mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ..."Vladimir N. Oleynik"
2005-09-07Fix warnings.Rob Landley
2005-07-30only declare do_swap if we need itMike Frysinger
2005-06-28rip out all the non-linux code and ugly workaroundsMike Frysinger
2005-06-12use xmalloc instead of mallocMike Frysinger
2005-06-11remove com_err.h includesMike Frysinger
2005-06-11DOS only crapMike Frysinger
2005-06-11fix signed/unsigned char pointersMike Frysinger
2005-06-11need strings.h for ffs()Mike Frysinger
2005-06-11only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabledMike Frysinger
2005-05-09import ext2fs lib to prep for new e2fsprogsMike Frysinger