Tweak INSTALL text
[oweals/busybox.git] / e2fsprogs /
2007-03-25 Denis Vlasenkoadd NOMMU fixme's; move move_fd from runit_lib to libbb...
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-19 Denis Vlasenkofsck: dead code removal; also disable progress indicato...
2007-01-19 Denis Vlasenkofsck: stop using strtok
2007-01-19 Denis Vlasenkofsck: move functions around so that related ones are...
2007-01-19 Denis Vlasenkofsck: small optimization
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-26 Denis Vlasenkostyle fixes
2006-12-26 Denis Vlasenkochattr: bugfixes and size reduction
2006-12-26 Denis Vlasenkotrivial size reduction
2006-12-26 Denis Vlasenkoleftover of e2fsck surgery
2006-12-26 Denis Vlasenkoput small subset of e2fsprogs back in the tree:
2006-12-26 Denis Vlasenkoremove e2fsprogs. Nobody volunteered to clean up that...
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-27 Denis Vlasenkofix remaining survivors of the return(a) cleanup
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-27 Denis Vlasenkobyteswap ops had extra mask ops - removed
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-11 Denis Vlasenkobuild system: fix build in separate obj tree
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-07 Denis Vlasenkodd: make it recognize not only 'k' but 'K' too;
2006-10-05 Denis Vlasenkohttpd: add -u user[:grp] support
2006-10-05 Denis Vlasenkobuild system: small optimization
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-11 Bernhard Reutner... - Tito pointed out that Rob forgot to add e2fsprogs...
2006-09-11 Rob LandleyBuild fixes for gcc 4.0 with -Werror, from Tito.
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-03 "Robert P. J. Day"Delete unused version.c file and corresponding function...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Yet more "#if 0" content removed.
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-05-29 Rob LandleyRemove _() and N_() from platform.h. #define them...
2006-05-28 Rob LandleyFix hdparm to use PRIu64 instead of typecasting to...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-19 Rob LandleyRemove unused function parameter, from Garrett.
2006-05-19 Bernhard Reutner... - forgot to make busybox_unstripped depend on the apple...
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-17 Rob LandleyTypo that hits big endian systems.
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-11 Mike Frysingermove the dir related rules to the end so the E2FSPROGS_...
2006-05-11 Mike Frysingerdont use tabs people
2006-05-05 Rob LandleyAnother patch from Garrett: remove bad block bitmap...
2006-05-03 Rob LandleyBig dead code elimination pass from Garrett.
2006-05-03 Rob LandleyPatch from Garrett Kajmowicz to move a lot of #defines...
2006-04-16 Mike Frysingerkill off pointless malloc.h include
2006-04-06 Rob LandleyAnother size reduction patch from Garrett.
2006-04-04 Bernhard Reutner... - remove unused ext2fs_find_first_bit_set() and ext2fs_...
2006-04-04 Bernhard Reutner... - pull in prototype for e2fsck_main.
2006-04-01 Rob LandleyThe build broke for me on gcc 4.0.3 due to an #include...
2006-04-01 Rob LandleyExt2fs cleanup from Garrett Kajmowicz.
2006-03-30 Bernhard Reutner... - rename clean_up in tune2fs and mke2fs to be prefixed...
2006-03-29 Bernhard Reutner... - Rich Felker writes: fix invalid printf format strings
2006-03-28 Mike Frysingerjust whitespace fixes
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
2006-03-18 Mike Frysingerdeclare const id argument const for probe_{ext2,ext3...
2006-03-18 Mike Frysingerneed string.h as well as strings.h
2006-03-18 Mike Frysingerneed EXT2FS_OBJS for fsck
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-08 Mike Frysingerimport most of e2fsprogs 1.38 updates
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-06 Bernhard Reutner... - workaround bug in make-3.81beta4:
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-24 Rob LandleyI was playing around with a dependency generator a...
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-30 Eric Andersenhopefully the last of the annoying signed/unsigned...
2006-01-25 Tim Rikerjust whitespace
2006-01-24 Rob LandleyOnce more, with fewer inappropriate semicolons.
2006-01-23 Rob LandleyKen McGuire's patch to make mke2fs and e2fsck work...
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-11-26 "Vladimir N. Oleynik"remove bug: fsck do not know path
2005-11-26 "Vladimir N. Oleynik"change the interface of libbb/compare_string_array...
next