summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko16-63/+62
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2014-08-05Android: update busybox def PATH and cron folderTanguy Pruvot5-3/+15
2011-02-10save 10 bytes on stringsDenys Vlasenko2-2/+2
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2010-09-01better shared strings trickDenys Vlasenko8-43/+33
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko9-18/+29
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko32-64/+97
2007-10-14remove trailing whitespaceDenis Vlasenko11-29/+29
2007-09-27libbb: make const_int_0 reside in rodataDenis Vlasenko1-1/+3
2007-09-27libbb: align bb_common_bufsiz1 to "long long"Denis Vlasenko1-1/+4
2007-09-07messages: by popular request allow PATH to be customized at build timeDenis Vlasenko2-10/+18
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-06-13*: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko12-31/+33
2007-06-12remove nearly-duplicate PATHs in several placesDenis Vlasenko7-16/+13
2007-06-12login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko4-15/+23
2007-06-12A few more string duplicates found & eliminatedDenis Vlasenko6-20/+18
2007-06-08make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko8-21/+15
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-04-19procps: remove all global variablesDenis Vlasenko5-45/+76
2007-03-15gzip: Improve ptr_to_globals trick, allowing gccDenis Vlasenko3-4/+8
2007-03-15modify ptr_to_globals trick so that we do not violateDenis Vlasenko4-13/+20
2007-03-14gzip: reduce global data footprint, part 3Denis Vlasenko3-6/+8
2007-03-14gzip: reduce global data footprint, part 2Denis Vlasenko2-44/+48
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko17-260/+231
2007-01-12random small size optimizationsDenis Vlasenko8-23/+34
2006-11-24tar:Denis Vlasenko4-181/+220
2006-11-21bb_INET_default[] is really just a const "default",Denis Vlasenko7-29/+29
2006-10-05build system overhaulDenis Vlasenko177-4114/+23530
2006-09-19change char *string = "foo" -> char string[] = "foo"Denis Vlasenko3-53/+53
2006-08-09Another whack at scripts/individual. Now builds 212 applets.Rob Landley9-47/+81
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"36-404/+36
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer22-86/+77
2006-05-26- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer5-13/+33
2006-04-05- include proper headers.Bernhard Reutner-Fischer7-33/+14
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer18-109/+47
2006-02-16moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"10-19/+33
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"11-33/+34
2005-10-12usage bb_dev_null"Vladimir N. Oleynik"12-15/+14
2005-10-12bb_dev_null"Vladimir N. Oleynik"4-7/+7
2005-04-16Add bb_msg_read_errorEric Andersen3-1/+5
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath14-37/+50
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
2002-10-10last_patch61 from vodz:Eric Andersen12-89/+76
[next]