aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/fsck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-111-1/+0
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-3/+3
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)vda2007-03-261-6/+1
* Attempt to get more applets compile for NOMMU.vda2007-03-261-13/+2
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyvda2007-03-251-1/+2
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* fsck: dead code removal; also disable progress indicator codevda2007-01-191-127/+81
* fsck: stop using strtokvda2007-01-191-73/+84
* fsck: move functions around so that related ones are nearbyvda2007-01-191-170/+185
* fsck: small optimizationvda2007-01-191-42/+31
* style fixesvda2006-12-261-1/+1
* leftover of e2fsck surgeryvda2006-12-261-82/+36
* put small subset of e2fsprogs back in the tree:vda2006-12-261-0/+1319
* remove e2fsprogs. Nobody volunteered to clean up that messvda2006-12-261-1392/+0
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-2/+2
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-2/+2
* style cleanup: return(a) -> return a, part 1vda2006-11-271-1/+1
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-2/+2
* silly size savings and capitalization fixesvda2006-10-261-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-7/+7
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-3/+3
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* Yet more "#if 0" content removed.rpjday2006-07-011-9/+0
* Big dead code elimination pass from Garrett.landley2006-05-031-11/+3
* kill off pointless malloc.h includevapier2006-04-161-1/+0
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...vapier2006-03-221-1/+0
* just whitespacetimr2006-01-251-2/+2
* remove bug: fsck do not know pathvodz2005-11-261-3/+1
* change the interface of libbb/compare_string_array (unsigned short to int), u...vodz2005-11-261-2/+2
* more use const for interface of libbb/compare_string_array, example usage for...vodz2005-11-261-9/+4
* another more constvodz2005-10-201-5/+6
* perror correctionvodz2005-10-121-1/+1
* create e2fs_set_sbin_path(), noticed by Tito, Thanksvodz2005-10-121-8/+1
* make fsck.h as common, e2fsck: includes correctvodz2005-10-121-0/+44
* more busyboxes, remove 1 extern function (mainstream also have for one fsck)vodz2005-10-121-0/+137
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-7/+6
* more busybox's style for fsck.c, size reducevodz2005-09-291-201/+142
* import the very fat e2fsck/fsck appletsvapier2005-09-241-0/+1302