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
2002-10-26last_patch64 from vodz:0_60_5Eric Andersen
2002-10-26A patch from Jouni Malinen to avoid some buffer overflows in vi,Eric Andersen
2002-10-26Ivan Popov noticed that handling of PREFIX was bad.Eric Andersen
2002-10-26A bugfix from Danny Lepage:Eric Andersen
2002-10-25This patch from Magnus Damm fixed a long standing problemEric Andersen
2002-10-23Fix warningEric Andersen
2002-10-23mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>Eric Andersen
2002-10-23vodz forgot to include the suid fieldEric Andersen
2002-10-22Apply patch from bug #1278 -- fix usage message for theEric Andersen
2002-10-22vodz writes:Eric Andersen
2002-10-22I committed the fflush in the wrong spot. I should go to bedEric Andersen
2002-10-22last_patch63 from vodz: add in crond and crontab appletsEric Andersen
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen
2002-10-22Apply last_patch51_3 from vodzEric Andersen
2002-10-22Be absurdly careful about flushing stdout.Eric Andersen
2002-10-22Move unzip.c uncompress.c from libbb to archiveal/libunarchiveGlenn L McGrath
2002-10-21gz_open is used anymore, use inflate directly, see how its done in get_header...Glenn L McGrath
2002-10-20Dont try and make the "/" directoryGlenn L McGrath
2002-10-19Update dpkg to use new unarchive codeGlenn L McGrath
2002-10-19Fix exclude/include problemGlenn L McGrath
2002-10-19Find a string in a listGlenn L McGrath
2002-10-19Remove entries from the accept list as they are matched so we can determine i...Glenn L McGrath
2002-10-19Dont use absolute pathname (dunno why i did that), fix tar filename/stdin pro...Glenn L McGrath
2002-10-19Put bac kthe code that handles cases where a '-' wasnt specified prior to the...Glenn L McGrath
2002-10-19Fix an obvious thinkoEric Andersen
2002-10-19disambiguate a testEric Andersen
2002-10-19Fix needless formatting differences vs modutilsEric Andersen
2002-10-19Fix needless difference vs GNUEric Andersen
2002-10-15missed add for udhcpRuss Dill
2002-10-15added full udhcp integrationRuss Dill
2002-10-12Doh! I screwed up applying vodz' patch.Eric Andersen
2002-10-12After thinking about it, I think this patch from Matt Kraai is probably theEric Andersen
2002-10-10last_patch61 from vodz:Eric Andersen
2002-10-10last_patch60 from vodz:Eric Andersen
2002-10-10last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'Eric Andersen
2002-10-10last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE optionEric Andersen
2002-10-09Fixed the script. It always put output to 'stdout' and never to"Steven J. Hill"
2002-10-08Remember to delete docs/busybox.podEric Andersen
2002-10-08Fix missing \n noticed by Robert SchwebelEric Andersen
2002-10-07Fix segfault when testing if reaidng from stdin "-"Glenn L McGrath
2002-10-01Fix init docsEric Andersen
2002-10-01Bugfix from Claudio Fleiner <claudio@fleiner.com>Eric Andersen
2002-10-01last_patch58 from vodz:Eric Andersen
2002-10-01Vodz' last_patch57:Eric Andersen
2002-10-01Fix dependancy so we rebuild busybox.o, usage.o and busybox.oEric Andersen
2002-10-01Use %m, not strerror, and strerror(err) was broken anyways and should have beenEric Andersen
2002-10-01Patch from Konstantin Isakov <ikm@pisem.net>:Eric Andersen
2002-10-01Don't even try to run ash on uClinux. It won't work.Eric Andersen
2002-10-01Set the close-on-exec flag, just to be safEric Andersen
2002-09-30Doh. We divide microseconds by 60?Eric Andersen