hush: add #defines to switch off break/continue if loops are not supported
[oweals/busybox.git] / e2fsprogs /
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-12 Denis Vlasenkocpio: internalize archive_xread_all_eof. add a few...
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2008-06-07 Denis Vlasenkolibbb: introduce and use print_flags().
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-03-28 Denis Vlasenkofix a few stray unguarded strdup's
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-20 Denis Vlasenko*: use fopen_or_warn in few more places
2008-03-17 Denis Vlasenkovolume_id: disable detection routines which are not...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenkoclean up TODO file. No real code changes.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkofsck: shrink (we were passing around some params which...
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
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.
next