summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01modprobe-small: make applets individually selectableDenys Vlasenko8-32/+41
2016-11-23Convert all modutils/* applets to "new style" applet definitionsDenys Vlasenko9-118/+119
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2011-01-11lsmod: fox unsafe usage of strlen() - 1Denys Vlasenko1-1/+2
2010-10-15modutils/*: move help bits into corresponding .c filesDenys Vlasenko6-21/+69
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko7-21/+29
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko19-596/+481
2010-01-30further work on unicodizationDenys Vlasenko7-41/+146
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko10-98/+410
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko11-105/+183
2009-11-04lsmod: beautify. no code changesDenys Vlasenko1-9/+8
2009-10-26lsmod: unicode-aware column formattingTomas Heinrich1-0/+18
2008-11-01gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko8-28/+69
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko12-5745/+4698
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-05replace single-char printf's with bb_putcharDenis Vlasenko3-20/+22
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko36-58/+156
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-02insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko4-381/+313
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
2006-12-26style fixesDenis Vlasenko39-118/+114
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko36-219/+214
2006-10-26silly size savings and capitalization fixesDenis Vlasenko24-81/+81
2006-10-14add open_read_close() and similar stuffDenis Vlasenko38-234/+228
2006-09-30lsmod: repair indentationDenis Vlasenko3-128/+124
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-08-28No real need for my_query_module() and this eliminates some type-punnedRob Landley5-79/+37
2006-08-15Bernhard Fischer pointed out some leftover debris needing cleanup.Rob Landley2-13/+1
2006-08-03Try to make a "type-punned pointer" warning go away for somebody on theRob Landley1-3/+2
2006-08-03These should have been part of 15767 too.Rob Landley9-61/+34
2006-06-06fix from uClinux-dist for proper exit status if reading /proc/modules failedMike Frysinger1-5/+5
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer4-35/+9
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley28-194/+244
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-25just whitespaceTim Riker254-2027/+2027
2006-01-03just use bb_xfopen()Mike Frysinger1-4/+1
2005-05-04Tweak the "pretty lsmod for 2.6" patch to be seperately selectable.Rob Landley2-5/+14
2005-05-03Takeharu Kato said:Rob Landley1-1/+42
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-08-06Steven Scholz writes:Eric Andersen1-1/+0
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2003-01-11Patch from Robert Schwebel fixing a missing \nEric Andersen1-0/+1
[next]