summaryrefslogtreecommitdiff
path: root/e2fsprogs/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* fsck: add comment clarifying exit codesDenys Vlasenko2009-11-151-1/+10
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* fsck: more clever (->smaller) handling of parametersDenys Vlasenko2009-09-131-26/+25
* fsck: remove a few staticsDenys Vlasenko2009-09-131-51/+42
* Fix forgotten license commentsDenis Vlasenko2008-12-071-4/+1
* whitespace fixesDenis Vlasenko2008-09-251-2/+2
* fsck: use getmntent_r instead of open-coded parsing. By VladimirDenis Vlasenko2008-08-201-116/+17
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-3/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* fsck: shrink (we were passing around some params which were unused)Denis Vlasenko2008-03-171-137/+100
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-5/+2
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-2/+2
* fsck: don't kill pid -1! (Roy Marples <roy at marples.name>)Denis Vlasenko2008-02-021-0/+6
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-261-3/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-22/+18
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-1/+0
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-3/+3
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-261-6/+1
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-13/+2
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-251-1/+2
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fsck: dead code removal; also disable progress indicator codeDenis Vlasenko2007-01-191-127/+81
* fsck: stop using strtokDenis Vlasenko2007-01-191-73/+84
* fsck: move functions around so that related ones are nearbyDenis Vlasenko2007-01-191-170/+185
* fsck: small optimizationDenis Vlasenko2007-01-191-42/+31
* style fixesDenis Vlasenko2006-12-261-1/+1
* leftover of e2fsck surgeryDenis Vlasenko2006-12-261-82/+36
* put small subset of e2fsprogs back in the tree:Denis Vlasenko2006-12-261-0/+1319
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-261-1392/+0
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-2/+2
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-2/+2
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-2/+2
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-7/+7
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-3/+3
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Yet more "#if 0" content removed."Robert P. J. Day"2006-07-011-9/+0
* Big dead code elimination pass from Garrett.Rob Landley2006-05-031-11/+3
* kill off pointless malloc.h includeMike Frysinger2006-04-161-1/+0