summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2015-02-18trivial code shrinkDenys Vlasenko4-13/+14
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2012-06-11rdate: code shrinkDenys Vlasenko1-2/+2
2012-06-11rdate: code shrinkDenys Vlasenko1-11/+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
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko22-22/+22
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
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-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-11fix verbose output; remove commented-out includes.Denis Vlasenko4-19/+4
2007-01-11ipv6-ization efforts continue. Few bugs are found,Denis Vlasenko5-200/+191
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko36-219/+214
2006-10-26xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko6-12/+20
2006-10-05eject: -T fixDenis Vlasenko3-22/+24
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-06-03- No options should set the current system time.Bernhard Reutner-Fischer1-4/+4
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley40-46/+2
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-10-28bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi..."Vladimir N. Oleynik"2-4/+4
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley5-160/+43
2004-01-18Stephane Billiart writes:Eric Andersen1-1/+1
2003-12-20Change interface to bb_lookup_host, dont try and set port inside thisGlenn L McGrath6-49/+39
2003-12-19Patch from Fillod Stephane:Eric Andersen1-2/+8
2003-11-03Fix rdate and ftpget/ftpput so they compile with the new xconnect.Eric Andersen4-18/+34
2003-10-31Rework wget, the xconnect interface, and its various clientsEric Andersen6-67/+70
2003-10-09Patch from Steven Scholz, fix some warningsGlenn L McGrath3-3/+3
2003-09-15fix function prototypeEric Andersen1-1/+1
2003-09-12Remove final \nEric Andersen1-1/+1
2003-09-12Teach rdate to timeout in 10 seconds to avoid blocking foreverEric Andersen1-0/+10
2003-07-22Very minor rdate updatesEric Andersen3-3/+3
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-07-03A patch from Bart Visscher <magick@linux-fan.com> to add anEric Andersen4-117/+93
2001-10-01Use port 37 by default.Matt Kraai2-12/+12
2001-07-30Rework option handling to save space.Matt Kraai2-38/+22
2001-05-16Add xgethostbyname and herror_msg* functions.Matt Kraai25-96/+236
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen28-222/+221
2001-03-19Size optimization for rdate from VladimirEric Andersen2-68/+44
2001-03-09A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen48-158/+156
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen34-16/+40
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai106-610/+612
[next]