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
2004-02-04Bump version number for release1_00_pre7Eric Andersen
2004-02-04Richard Kojedzinszky writes:Eric Andersen
2004-02-04Joe.C writes:Eric Andersen
2004-02-04Jean Wolter writes:Eric Andersen
2004-02-04Rob Landley writes:Eric Andersen
2004-02-04The variable 'complementaly' used to be allocated with calloc, which zeroed itEric Andersen
2004-02-04Bug fix from Tito.Glenn L McGrath
2004-02-04Vodz last_patch_125_2, this patch have: Glenn L McGrath
2004-02-01Rewrite parse_config_file(). Among the old version's problems:Manuel Novoa III
2004-02-01Use bb_xstrdup() instead of strdup().Manuel Novoa III
2004-01-31Fix http proxy use, bytes were swapped1_00_pre6Glenn L McGrath
2004-01-31Mention changes to the daily snapshotsEric Andersen
2004-01-31Update docs for releaseEric Andersen
2004-01-31Bump version for releaseEric Andersen
2004-01-31Use standard C99 typesEric Andersen
2004-01-31Use proper C99 typesEric Andersen
2004-01-31Fixup use of 'u_int' to instead use 'unsigned int'Eric Andersen
2004-01-31s/u_int/uint/gEric Andersen
2004-01-31s/u_int/unsigned int/gEric Andersen
2004-01-31Use proper C99 typesEric Andersen
2004-01-31Use proper C99 types throughout. So not use silly typedefs.Eric Andersen
2004-01-31Avoid symbol naming conflict with libmEric Andersen
2004-01-31Support new uClibc stdio core.Manuel Novoa III
2004-01-30Apply a couple of optimizationsEric Andersen
2004-01-27Teach busybox ps to get the correct uid when displaying stuffEric Andersen
2004-01-27New applet, seq. No options, just the basics.Glenn L McGrath
2004-01-27Align using spaces to furthurest character and then one tab, now theyGlenn L McGrath
2004-01-26A few little updates, mostly cosmeticEric Andersen
2004-01-26Sigh. TRENDware has released source -- only for busybox and udhcp.Eric Andersen
2004-01-26Pascal Brisset writes:Eric Andersen
2004-01-25Be stricter when converting strings to integers. Should fix the problemManuel Novoa III
2004-01-25Fix compile error when tab completion disabledGlenn L McGrath
2004-01-25Add the -r option as a synonym of -RGlenn L McGrath
2004-01-25Add the -h, --dereference option for archive creation.Glenn L McGrath
2004-01-24Enable long options, adds 150 bytes.Glenn L McGrath
2004-01-24Correct check for only one of K or S optionsGlenn L McGrath
2004-01-24Check valid options were givenGlenn L McGrath
2004-01-23Dont change ownership unless we created the directory.Glenn L McGrath
2004-01-23Remove unneeded conditions and logic, fix bug where ownership didntGlenn L McGrath
2004-01-22last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debianGlenn L McGrath
2004-01-22Check one and only one of start, stop are given.Glenn L McGrath
2004-01-22Vodz, last_patch_123, patch have new version getopt_ulflags.Glenn L McGrath
2004-01-21Patch from Atsushi Nemoto, recent MIPS kernel headersGlenn L McGrath
2004-01-21Patch by Richard Kojedzinszky, when using END at end of lines it wasGlenn L McGrath
2004-01-20Redo getconfigent, save 150 bytes, still small memory leak whenGlenn L McGrath
2004-01-20Patch from Tito, reduce size, merge functions that are only used once.Glenn L McGrath
2004-01-18Stephane Billiart writes:Eric Andersen
2004-01-18Fix up a couple of bugs i introduced in yesterdays cleanup.Glenn L McGrath
2004-01-18Fix a bug where `ls -le` would print the time twice.Glenn L McGrath
2004-01-18Use bb_getopt_ulflags, save 200-300 bytesGlenn L McGrath