Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | just whitespace fixes | Mike Frysinger | 2006-03-28 | 9 | -10/+10 |
| | |||||
* | need string.h as well as strings.h | Mike Frysinger | 2006-03-18 | 1 | -0/+1 |
| | |||||
* | import most of e2fsprogs 1.38 updates | Mike Frysinger | 2006-03-08 | 6 | -14/+15 |
| | |||||
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 16 | -99/+47 |
| | | | | from before "if(x) free(x)". | ||||
* | I was playing around with a dependency generator a couple weeks ago and I found | Rob Landley | 2006-02-24 | 1 | -2/+2 |
| | | | | some #include files that aren't in the tree. No biggie... | ||||
* | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
| | |||||
* | just whitespace | Tim Riker | 2006-01-25 | 69 | -660/+660 |
| | |||||
* | Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like | Rob Landley | 2006-01-23 | 2 | -28/+1 |
| | | | | PPC, with an obligatory couple of swipes from me. | ||||
* | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" | 2005-10-10 | 6 | -23/+9 |
| | | | | | e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep. | ||||
* | fix building with debugging enabled #413 | Mike Frysinger | 2005-09-25 | 3 | -679/+472 |
| | |||||
* | make sure we include local header files | Mike Frysinger | 2005-09-24 | 1 | -2/+2 |
| | |||||
* | mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ↵ | "Vladimir N. Oleynik" | 2005-09-19 | 2 | -67/+17 |
| | | | | 1 exporing, ext2fs_llseek/blkid_llseek->llseek | ||||
* | Fix warnings. | Rob Landley | 2005-09-07 | 1 | -2/+2 |
| | |||||
* | only declare do_swap if we need it | Mike Frysinger | 2005-07-30 | 1 | -2/+4 |
| | |||||
* | rip out all the non-linux code and ugly workarounds | Mike Frysinger | 2005-06-28 | 1 | -85/+6 |
| | |||||
* | use xmalloc instead of malloc | Mike Frysinger | 2005-06-12 | 3 | -34/+10 |
| | |||||
* | remove com_err.h includes | Mike Frysinger | 2005-06-11 | 3 | -5/+0 |
| | |||||
* | DOS only crap | Mike Frysinger | 2005-06-11 | 2 | -609/+0 |
| | |||||
* | fix signed/unsigned char pointers | Mike Frysinger | 2005-06-11 | 1 | -3/+3 |
| | |||||
* | need strings.h for ffs() | Mike Frysinger | 2005-06-11 | 1 | -0/+1 |
| | |||||
* | only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled | Mike Frysinger | 2005-06-11 | 3 | -3/+13 |
| | |||||
* | import ext2fs lib to prep for new e2fsprogs | Mike Frysinger | 2005-05-09 | 82 | -0/+17575 |