add compile-time check for correct DHCP packet size
[oweals/busybox.git] / e2fsprogs / fsck.c
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