summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-03-30fsck: use printf for message, not bb_info_msgDenys Vlasenko1-3/+3
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko6-17/+17
2015-10-19fsck: do not use staticsDenys Vlasenko1-128/+133
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko7-69/+55
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko9-27/+11
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko7-21/+17
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2009-11-15fsck: add comment clarifying exit codesDenys Vlasenko1-1/+10
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-09-13fsck: more clever (->smaller) handling of parametersDenys Vlasenko1-26/+25
2009-09-13fsck: remove a few staticsDenys Vlasenko1-51/+42
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-09-25whitespace fixesDenis Vlasenko7-13/+13
2008-08-20fsck: use getmntent_r instead of open-coded parsing. By VladimirDenis Vlasenko1-116/+17
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-03-17fsck: shrink (we were passing around some params which were unused)Denis Vlasenko1-137/+100
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko14-83/+60
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko14-57/+68
2008-02-02fsck: don't kill pid -1! (Roy Marples <roy at marples.name>)Denis Vlasenko1-0/+6
2007-12-26save a bit of code with *strchrnul = '\0' trickDenis Vlasenko5-19/+8
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer33-67/+67
2007-03-26zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko6-88/+100
2007-03-26Attempt to get more applets compile for NOMMU.Denis Vlasenko10-95/+769
2007-03-25add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko11-52/+31
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko22-28/+39
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-19fsck: dead code removal; also disable progress indicator codeDenis Vlasenko1-127/+81
2007-01-19fsck: stop using strtokDenis Vlasenko1-73/+84
2007-01-19fsck: move functions around so that related ones are nearbyDenis Vlasenko1-170/+185
2007-01-19fsck: small optimizationDenis Vlasenko1-42/+31
2006-12-26style fixesDenis Vlasenko39-118/+114
[next]