summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2014-01-10fakeidentd: simplify ndelay manipulationsDenys Vlasenko1-10/+9
2014-01-09fakeidentd: fix use-after-freeRyan Mallon1-13/+12
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-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-03-08ftpd: code chrink, fixed some minor bugsDenis Vlasenko8-382/+401
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-05-15remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko2-2/+2
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-03-02actually add bb_qsort.cDenis Vlasenko21-20/+40
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer17-51/+42
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-19libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko9-20/+15
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-07random small shrinkage and elimination of staticsDenis Vlasenko4-7/+8
2007-03-26move everything to new NOMMU helpers, except udhcpDenis Vlasenko11-102/+40
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko15-54/+57
2007-01-14Rename bb_sanitize_stdio -> bb_sanitize_server_stdioDenis Vlasenko4-11/+16
2007-01-14small size optimizationDenis Vlasenko1-2/+3
2007-01-14fakeidentd: avoid extra fcntl callsDenis Vlasenko1-11/+13
2007-01-14fakeidentd: fix daemon mode (was thinking that it is inDenis Vlasenko2-23/+27
2007-01-14By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko7-24/+523