Age | Commit message (Expand) | Author |
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko |
2006-11-17 | add -Wundef, fix uncovered bugs | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-11 | build system: fix build in separate obj tree | Denis Vlasenko |
2006-10-05 | httpd: add -u user[:grp] support | Denis Vlasenko |
2006-10-05 | build system: small optimization | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko |
2006-09-09 | using [xa]sprintf for string concatenation is neat and saves | Denis Vlasenko |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-07-01 | Yet more "#if 0" content removed. | "Robert P. J. Day" |
2006-06-25 | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-19 | Remove unused function parameter, from Garrett. | Rob Landley |
2006-05-03 | Big 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-01 | The build broke for me on gcc 4.0.3 due to an #include having the wrong patch. | Rob Landley |
2006-04-01 | Ext2fs cleanup from Garrett Kajmowicz. | Rob Landley |
2006-03-28 | just whitespace fixes | Mike Frysinger |
2006-03-18 | need string.h as well as strings.h | Mike Frysinger |
2006-03-08 | import most of e2fsprogs 1.38 updates | Mike Frysinger |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley |
2006-02-24 | I was playing around with a dependency generator a couple weeks ago and I found | Rob Landley |
2006-01-30 | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen |
2006-01-25 | just whitespace | Tim Riker |
2006-01-23 | Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like | Rob Landley |
2005-10-10 | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" |
2005-09-25 | fix building with debugging enabled #413 | Mike Frysinger |
2005-09-24 | make sure we include local header files | Mike Frysinger |
2005-09-19 | mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ... | "Vladimir N. Oleynik" |
2005-09-07 | Fix warnings. | Rob Landley |
2005-07-30 | only declare do_swap if we need it | Mike Frysinger |
2005-06-28 | rip out all the non-linux code and ugly workarounds | Mike Frysinger |
2005-06-12 | use xmalloc instead of malloc | Mike Frysinger |
2005-06-11 | remove com_err.h includes | Mike Frysinger |
2005-06-11 | DOS only crap | Mike Frysinger |
2005-06-11 | fix signed/unsigned char pointers | Mike Frysinger |
2005-06-11 | need strings.h for ffs() | Mike Frysinger |
2005-06-11 | only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled | Mike Frysinger |
2005-05-09 | import ext2fs lib to prep for new e2fsprogs | Mike Frysinger |