summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-27makedevs: make special node creation idempotentDenys Vlasenko1-2/+7
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
2011-05-30makedevs: fix help-textBernhard Reutner-Fischer1-1/+1
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-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko27-44/+49
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2008-08-03makedevs: shrink by VladimirDenis Vlasenko1-17/+17
2008-08-01makedevs: shrink (by Vladimir); testsuiteDenis Vlasenko3-86/+375
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-21- use makedev to get device number, else it gives wrong major/minor numbers t...Bernhard Reutner-Fischer1-2/+2
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko12-152/+186
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-14add open_read_close() and similar stuffDenis Vlasenko38-234/+228
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko20-32/+33
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko14-35/+35
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer14-210/+137
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2006-04-24- return ret so we return something meaningful.Bernhard Reutner-Fischer1-1/+1
2006-04-12- patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer12-62/+46
2006-03-24- commentary typosBernhard Reutner-Fischer2-2/+2
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-12-21- fix check for group and user, remove some whitespace while at it.Bernhard Reutner-Fischer1-4/+4
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley5-160/+43
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer17-43/+47
2005-07-18Fixup makedevs to handle regular files, and also fixEric Andersen1-1/+32
2005-07-18a bit more polishEric Andersen2-6/+5
2005-07-18a bit of polish on makedevsEric Andersen2-2/+3
2005-07-18Fixup device table based makedevs so it actually worksEric Andersen2-34/+71
2005-06-09About time to just apply this and kill off the patchesEric Andersen4-324/+197
2004-07-30Fix incorrect arguments being passed to mknodEric Andersen1-2/+2
2004-07-30Fix up brain damage with the way major and minor are used toEric Andersen1-1/+1
2004-07-26BusyBox has no business hard coding the number of major and minor bits for aEric Andersen5-23/+17
2004-06-05Woops, the previous commit was an accident, its supplied in the patch,Glenn L McGrath3-203/+32
2004-06-05Device table support for makedevs, the previous behaviour can beenGlenn L McGrath4-32/+497
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
[next]