summaryrefslogtreecommitdiff
path: root/e2fsprogs/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-1/+1
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* fsck: fix incorrect handling of child exitDenys Vlasenko2018-05-241-8/+9
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko2017-01-291-1/+1
* Code style fixes, no code changesDenys Vlasenko2016-11-281-1/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* fsck: use printf for message, not bb_info_msgDenys Vlasenko2016-03-301-3/+3
* Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-301-1/+1
* fsck: do not use staticsDenys Vlasenko2015-10-191-128/+133
* e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-181-0/+11
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-20/+20
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-2/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+1
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-2/+2
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-4/+4
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* 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