'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
[platform/upstream/busybox.git] / e2fsprogs / fsck.c
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
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-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
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-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
2006-12-26 Denis Vlasenkostyle fixes
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-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
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-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-05-03 Rob LandleyBig dead code elimination pass from Garrett.
2006-04-16 Mike Frysingerkill off pointless malloc.h include
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
2006-01-25 Tim Rikerjust whitespace
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...
2005-11-26 "Vladimir N. Oleynik"more use const for interface of libbb/compare_string_ar...
2005-10-20 "Vladimir N. Oleynik"another more const
2005-10-12 "Vladimir N. Oleynik"perror correction
2005-10-12 "Vladimir N. Oleynik"create e2fs_set_sbin_path(), noticed by Tito, Thanks
2005-10-12 "Vladimir N. Oleynik"make fsck.h as common, e2fsck: includes correct
2005-10-12 "Vladimir N. Oleynik"more busyboxes, remove 1 extern function (mainstream...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-29 "Vladimir N. Oleynik"more busybox's style for fsck.c, size reduce
2005-09-24 Mike Frysingerimport the very fat e2fsck/fsck applets