summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko4-40/+18
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2013-11-26devfsd: remove static variableDenys Vlasenko1-9/+11
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko12-30/+24
2010-01-28style fixes, no code changesDenys Vlasenko6-11/+11
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko22-346/+324
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-26style fixes, no code changesDenis Vlasenko11-19/+19
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-28whitespace fixesDenis Vlasenko7-46/+42
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko14-83/+60
2008-03-12nc: remove a bit of bloatDenis Vlasenko7-301/+308
2008-02-25*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko8-45/+32
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer17-51/+42
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko14-57/+94
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-30introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko14-43/+41
2007-08-17assorted fixes for breakage found by randomconfigDenis Vlasenko8-39/+54
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-07-21style fix (stray space before ';')Denis Vlasenko28-58/+58
2007-07-19stray trailing tabs removedDenis Vlasenko5-11/+11
2007-07-17remove accumulated stray trailing whitespaceDenis Vlasenko8-11/+11
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-07-01devfsd: futher sanitization by Tito <farmatito@tiscali.it>Denis Vlasenko1-118/+63
2007-07-01devfsd: indentation fixesDenis Vlasenko1-6/+6
2007-06-30introduce and use bb_basename()Denis Vlasenko14-73/+40
2007-06-27devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)Denis Vlasenko2-135/+48
2007-06-25devfsd: fix formatting (Tito <farmatito@tiscali.it>)Denis Vlasenko2-510/+447
2007-05-31delete tons of extra #includesDenis Vlasenko59-176/+68
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko16-83/+23
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-13teach find_root_device to deal with /dev/ subdirsDenis Vlasenko9-27/+71
2007-03-11kill superfluous returns at the end of void functionsDenis Vlasenko18-59/+17
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-29preparatory patch for -Wwrite-strings #5Denis Vlasenko11-60/+49
2006-12-26style fixesDenis Vlasenko39-118/+114
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko28-282/+273
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko36-219/+214
[next]