sed: n cmd must reset "we had successful subst" flag. closes bug 1214.
[oweals/busybox.git] / e2fsprogs /
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-18 Denis Vlasenkosupport for mount by label (not yet tested)
2008-02-02 Denis Vlasenkofsck: don't kill pid -1! (Roy Marples <roy at marples...
2007-12-26 Denis Vlasenkosave a bit of code with *strchrnul = '\0' trick
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-10-30 Denis Vlasenkoe2fsprogs: code shrink
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-30 Denis Vlasenkoreplace printf with fputs where appropriate
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-16 Denis VlasenkoComment out "#include <strings.h>" everywhere
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-15 Denis Vlasenkoe2fsprogs: stop using statics in chattr. Minor code...
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-11 Denis Vlasenkostyle fixes, no code changes.
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-26 Denis Vlasenkozcip: make it work on NOMMU (+ improve NOMMU support...
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
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
next