| Commit message (Expand) | Author | Age | Files | Lines |
* | remove e2fsprogs. Nobody volunteered to clean up that mess | Denis Vlasenko | 2006-12-26 | 16 | -3926/+0 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | 2006-12-21 | 1 | -2/+2 |
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -2/+2 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 3 | -3/+3 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 4 | -6/+6 |
* | byteswap ops had extra mask ops - removed | Denis Vlasenko | 2006-11-27 | 1 | -6/+6 |
* | add -Wundef, fix uncovered bugs | Denis Vlasenko | 2006-11-17 | 4 | -10/+10 |
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 2 | -2/+2 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 3 | -3/+3 |
* | build system: fix build in separate obj tree | Denis Vlasenko | 2006-10-11 | 1 | -8/+8 |
* | build system: small optimization | Denis Vlasenko | 2006-10-05 | 1 | -2/+7 |
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 4 | -6/+18 |
* | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 2 | -2/+2 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 5 | -14/+14 |
* | - Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.c | Bernhard Reutner-Fischer | 2006-09-11 | 1 | -0/+110 |
* | Build fixes for gcc 4.0 with -Werror, from Tito. | Rob Landley | 2006-09-11 | 1 | -115/+8 |
* | Delete unused version.c file and corresponding function prototypes | "Robert P. J. Day" | 2006-07-03 | 2 | -54/+0 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 15 | -0/+15 |
* | Yet more "#if 0" content removed. | "Robert P. J. Day" | 2006-07-01 | 1 | -25/+0 |
* | - Rich Felker writes: fix invalid printf format strings | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -1/+1 |
* | declare const id argument const for probe_{ext2,ext3,cramfs} | Mike Frysinger | 2006-03-18 | 1 | -3/+3 |
* | import most of e2fsprogs 1.38 updates | Mike Frysinger | 2006-03-08 | 9 | -80/+286 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 2 | -5/+5 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 5 | -22/+11 |
* | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -4/+4 |
* | just whitespace | Tim Riker | 2006-01-25 | 12 | -84/+84 |
* | more const, all data to text | "Vladimir N. Oleynik" | 2005-10-15 | 2 | -21/+21 |
* | usage bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 5 | -5/+5 |
* | more busyboxes, remove 1 extern function (mainstream also have for one fsck) | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -4/+0 |
* | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" | 2005-10-10 | 4 | -6/+4 |
* | hmm, forgoten remove llseek? | "Vladimir N. Oleynik" | 2005-09-19 | 1 | -55/+0 |
* | mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ... | "Vladimir N. Oleynik" | 2005-09-19 | 2 | -5/+10 |
* | rip out all the non-linux code and ugly workarounds | Mike Frysinger | 2005-06-28 | 1 | -87/+3 |
* | use malloc instead of xmalloc | Mike Frysinger | 2005-06-11 | 6 | -53/+29 |
* | import more libs to prep for new e2fsprogs | Mike Frysinger | 2005-05-09 | 16 | -0/+3939 |