Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-04apply accumulated post 1.7.2 patches; bump version to 1.7.31_7_3Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-13trylink: produce even more info about final link stageDenis Vlasenko
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-08tail: fix SEGV on "tail -N"Denis Vlasenko
2007-04-17style fixes, no code changesDenis Vlasenko
2007-04-05- minor shrinkageBernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-30preparatory patch for -Wwrite-strings #1Denis Vlasenko
2007-01-25- remove nested function. Saves ~30 bytes.Bernhard Reutner-Fischer
2007-01-21- small size tweakBernhard Reutner-Fischer
2007-01-02Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko
2006-12-22tail: -50 text bytesDenis Vlasenko
2006-12-22convert "negaite" config option into reversed (INCLUDE_SUSv2)Denis Vlasenko
2006-12-21tail: fix tail +NDenis Vlasenko
2006-12-20remove casts from xmalloc()Denis Vlasenko
2006-12-19A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko
2006-12-17inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-11-27Provide our own isdigit macro. saves more than 400 bytes.Denis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-08-29- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-06-04- use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer
2006-01-30Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley
2005-12-15- Stephane Billiart writes:Bernhard Reutner-Fischer
2005-12-13- wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warningBernhard Reutner-Fischer
2005-12-11Add build options to control SuS compatability, allows numeric Glenn L McGrath
2005-08-13Very minor tweak to tail.Rob Landley
2005-07-27remove unused variable ret as reported by apgo in Bug 350 and touchup syntax ...Mike Frysinger
2005-07-20applying fix for:Paul Fox
2005-05-07Manuel points out that if printf needs a flush to act like dprintf, the resultRob Landley
2005-05-07Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf.Rob Landley
2004-09-30Patch from William Barsse to fix a segfault when multiple files are specified.Glenn L McGrath
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-10-31Move the tail -c option from FANCY_TAIL to the default tail, this makesGlenn L McGrath
2003-03-28trivial fix to make sure we have sufficient arguments beforeEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-23Support the obsolete '+' optionGlenn L McGrath
2002-05-28Added include for isdigit(); simplified -<num> detectionRobert Griebl
2002-05-18SUpport old style -[::digit::] options for head and tailRobert Griebl
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-18Scrub up some function prototypes.Eric Andersen
2001-06-26A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>Eric Andersen
2001-05-22Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugEric Andersen
2001-03-10A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-18Another patch from Vladimir to eliminate obsolete junk.Eric Andersen
2001-02-15This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-05Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.Matt Kraai