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
2016-10-11more: accept and ignore a bunch of optionsDenys Vlasenko1-1/+10
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko3-5/+6
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-07more: fix tabs handlingDenys Vlasenko1-3/+6
2010-12-13more: smaller version of previous fixDenys Vlasenko1-3/+1
2010-12-13more: exit if write to stdout errors outDenys Vlasenko1-0/+3
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek8-72/+78
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
2010-07-12more: style fix. no code changesDenys Vlasenko1-2/+2
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko6-37/+41
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-06-05*: reduce #ifdef forestDenys Vlasenko3-47/+35
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko9-14/+25
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-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko14-35/+34
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko32-64/+97
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko14-90/+179
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-17assorted fixes for breakage found by randomconfigDenis Vlasenko8-39/+54
2007-08-15more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:Denis Vlasenko1-46/+62
2007-05-31more: stop using bssDenis Vlasenko2-13/+29
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-10more: do not mess with "/dev/console" (!);Denis Vlasenko3-47/+43
2007-02-17init: code readability enhancements; very small code changesDenis Vlasenko5-65/+62
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-10more: fix for case when _FILE_OFFSET_BITS is not #defined.Denis Vlasenko1-40/+28
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-05-28Fix some warnings in allbareconfig.Rob Landley2-5/+4
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen21-35/+35
2004-03-27Vladimir N. Oleynik (vodz) writes:Eric Andersen1-22/+21
2004-03-23Brian Pomerantz writes:Eric Andersen3-3/+5
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-12-23match changes made to cmdeditEric Andersen1-3/+0
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen10-95/+110
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
[next]