| Commit message (Expand) | Author | Age | Files | Lines |
* | remove e2fsprogs. Nobody volunteered to clean up that mess | Denis Vlasenko | 2006-12-26 | 78 | -15579/+0 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | 2006-12-21 | 1 | -1/+1 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 3 | -4/+4 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -1/+1 |
* | add -Wundef, fix uncovered bugs | Denis Vlasenko | 2006-11-17 | 1 | -5/+5 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | build system: fix build in separate obj tree | Denis Vlasenko | 2006-10-11 | 1 | -1/+1 |
* | httpd: add -u user[:grp] support | Denis Vlasenko | 2006-10-05 | 1 | -2/+0 |
* | build system: small optimization | Denis Vlasenko | 2006-10-05 | 1 | -9/+14 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -0/+18 |
* | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 1 | -2/+2 |
* | using [xa]sprintf for string concatenation is neat and saves | Denis Vlasenko | 2006-09-09 | 1 | -2/+3 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 77 | -0/+77 |
* | Yet more "#if 0" content removed. | "Robert P. J. Day" | 2006-07-01 | 3 | -39/+0 |
* | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley | 2006-06-25 | 1 | -4/+2 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | Remove unused function parameter, from Garrett. | Rob Landley | 2006-05-19 | 2 | -4/+1 |
* | Big dead code elimination pass from Garrett. | Rob Landley | 2006-05-03 | 17 | -245/+40 |
* | - remove unused ext2fs_find_first_bit_set() and ext2fs_find_next_bit_set() | Bernhard Reutner-Fischer | 2006-04-04 | 1 | -45/+0 |
* | The build broke for me on gcc 4.0.3 due to an #include having the wrong patch. | Rob Landley | 2006-04-01 | 1 | -1/+1 |
* | Ext2fs cleanup from Garrett Kajmowicz. | Rob Landley | 2006-04-01 | 5 | -838/+90 |
* | 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 |
* | I was playing around with a dependency generator a couple weeks ago and I found | Rob Landley | 2006-02-24 | 1 | -2/+2 |
* | 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 |
* | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" | 2005-10-10 | 6 | -23/+9 |
* | 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 |
* | 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 |