Start 1.33.0 development cycle
[oweals/busybox.git] / e2fsprogs / fsck.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-12-28 Denys Vlasenkoconfig: update size information
2018-05-24 Denys Vlasenkofsck: fix incorrect handling of child exit
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-29 Denys Vlasenkovi,fsck: do not use build timestamp unconditionally...
2016-11-28 Denys VlasenkoCode style fixes, no code changes
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-03-30 Denys Vlasenkofsck: use printf for message, not bb_info_msg
2016-03-30 Denys VlasenkoUse bb_error_msg instead of bb_info_msg in all commente...
2015-10-19 Denys Vlasenkofsck: do not use statics
2015-10-18 Denys Vlasenkoe2fsprogs/*: convert to new-style "one file" applets
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-04-06 Denys Vlasenkolibbb: add skip_dev_pfx()
2010-03-23 Denys Vlasenko*: merge some common strings
2009-11-15 Denys Vlasenkofsck: add comment clarifying exit codes
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-09-13 Denys Vlasenkofsck: more clever (->smaller) handling of parameters
2009-09-13 Denys Vlasenkofsck: remove a few statics
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-09-25 Denis Vlasenkowhitespace fixes
2008-08-20 Denis Vlasenkofsck: use getmntent_r instead of open-coded parsing...
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
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-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-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-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