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
2011-03-28mesg: operate on stdin, not on stderr (compat)Denys Vlasenko
2011-03-22mesg: make group/all writability configurableDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2008-12-24libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-05- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-30preparatory patch for -Wwrite-strings #2Denis Vlasenko
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-10-06change strange depend to libbb.h, but require busybox.h"Vladimir N. Oleynik"
2004-08-27Quiet a few warningsEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-09-16mesg applet by Manuel Novoa IIIGlenn L McGrath