| Commit message (Expand) | Author | Age | Files | Lines |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | vda | 2007-02-06 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 9 | -0/+9 |
* | fsck: dead code removal; also disable progress indicator code | vda | 2007-01-19 | 1 | -127/+81 |
* | fsck: stop using strtok | vda | 2007-01-19 | 1 | -73/+84 |
* | fsck: move functions around so that related ones are nearby | vda | 2007-01-19 | 1 | -170/+185 |
* | fsck: small optimization | vda | 2007-01-19 | 1 | -42/+31 |
* | Trailing whitespace removal over entire tree | vda | 2007-01-11 | 1 | -1/+1 |
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | vda | 2006-12-28 | 1 | -2/+2 |
* | style fixes | vda | 2006-12-26 | 1 | -1/+1 |
* | chattr: bugfixes and size reduction | vda | 2006-12-26 | 1 | -38/+28 |
* | trivial size reduction | vda | 2006-12-26 | 1 | -24/+24 |
* | leftover of e2fsck surgery | vda | 2006-12-26 | 1 | -82/+36 |
* | put small subset of e2fsprogs back in the tree: | vda | 2006-12-26 | 142 | -0/+42719 |
* | remove e2fsprogs. Nobody volunteered to clean up that mess | vda | 2006-12-26 | 133 | -40208/+0 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 2006-12-21 | 4 | -8/+9 |
* | remove casts from xmalloc() | vda | 2006-12-19 | 2 | -3/+3 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 1 | -2/+2 |
* | fix remaining survivors of the return(a) cleanup | vda | 2006-11-27 | 1 | -1/+1 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 8 | -10/+10 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 8 | -13/+13 |
* | byteswap ops had extra mask ops - removed | vda | 2006-11-27 | 1 | -6/+6 |
* | safe_strtoXX interface proved to be a bit unconvenient. | vda | 2006-11-27 | 2 | -59/+27 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 1 | -1/+1 |
* | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 8 | -23/+23 |
* | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 1 | -2/+2 |
* | mostly style fixes | vda | 2006-11-01 | 2 | -25/+25 |
* | remove bb_printf and the like | vda | 2006-10-26 | 1 | -7/+7 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 5 | -6/+6 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 9 | -14/+14 |
* | build system: fix build in separate obj tree | vda | 2006-10-11 | 3 | -10/+10 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | vda | 2006-10-10 | 1 | -3/+3 |
* | correct largefile support, add comments about it. | vda | 2006-10-08 | 3 | -9/+9 |
* | dd: make it recognize not only 'k' but 'K' too; | vda | 2006-10-07 | 3 | -23/+2 |
* | httpd: add -u user[:grp] support | vda | 2006-10-05 | 1 | -2/+0 |
* | build system: small optimization | vda | 2006-10-05 | 5 | -25/+34 |
* | build system overhaul | vda | 2006-10-05 | 14 | -127/+94 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 2 | -3/+3 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -1/+1 |
* | Yet another silly little byte saving. couldn't -> cannot | vda | 2006-09-29 | 6 | -15/+15 |
* | whitespace cleanup | vda | 2006-09-17 | 9 | -19/+19 |
* | - Tito pointed out that Rob forgot to add e2fsprogs/blkid/list.c | aldot | 2006-09-11 | 1 | -0/+110 |
* | Build fixes for gcc 4.0 with -Werror, from Tito. | landley | 2006-09-11 | 4 | -127/+15 |
* | using [xa]sprintf for string concatenation is neat and saves | vda | 2006-09-09 | 1 | -2/+3 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | vda | 2006-09-06 | 2 | -14/+14 |
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | landley | 2006-08-03 | 2 | -3/+3 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 6 | -10/+10 |
* | Delete unused version.c file and corresponding function prototypes | rpjday | 2006-07-03 | 2 | -54/+0 |
* | Standardize on the vi editing directives being on the first line. | rpjday | 2006-07-02 | 126 | -0/+126 |
* | Yet more "#if 0" content removed. | rpjday | 2006-07-01 | 7 | -83/+0 |
* | Various cleanups I made while going through Erik Hovland's patch submissions, | landley | 2006-06-25 | 1 | -4/+2 |