summaryrefslogtreecommitdiff
path: root/miscutils (unfollow)
Commit message (Expand)AuthorFilesLines
2004-02-06Richard Kojedzinszky writes:Eric Andersen1-2/+2
2004-02-06Patch from vodz, based on bug report from Richard Kojedzinszky:Eric Andersen1-3/+1
2004-02-06Make the loop support stuff be much less evil, and make it copeEric Andersen4-81/+34
2004-02-06Eliminate use of a kernel scsi header file.Eric Andersen1-6/+5
2004-02-05Make sure stdlib.h is always included before dmalloc.h to avoid problemsManuel Novoa III2-0/+2
2004-02-05Vladimir N. Oleynik writes:Eric Andersen1-2/+2
2004-02-05Vladimir N. Oleynik writes:Eric Andersen1-3/+1
2004-02-05Elaborate on CONFIG_SELINUX, and explain that most people shouldEric Andersen1-0/+8
2004-02-04Grammar fixEric Andersen1-2/+2
2004-02-04Minor grammar fixupEric Andersen1-2/+2
2004-02-04Bump version number for release1_00_pre7Eric Andersen4-1148/+154
2004-02-04Richard Kojedzinszky writes:Eric Andersen1-5/+8
2004-02-04Joe.C writes:Eric Andersen1-1/+3
2004-02-04Jean Wolter writes:Eric Andersen1-1/+1
2004-02-04Rob Landley writes:Eric Andersen1-0/+17
2004-02-04The variable 'complementaly' used to be allocated with calloc, which zeroed itEric Andersen1-0/+2
2004-02-04Bug fix from Tito.Glenn L McGrath1-3/+4
2004-02-04Vodz last_patch_125_2, this patch have: Glenn L McGrath2-15/+66
2004-02-01Rewrite parse_config_file(). Among the old version's problems:Manuel Novoa III1-175/+220
2004-02-01Use bb_xstrdup() instead of strdup().Manuel Novoa III1-1/+1
2004-01-31Fix http proxy use, bytes were swapped1_00_pre6Glenn L McGrath1-2/+2
2004-01-31Mention changes to the daily snapshotsEric Andersen1-0/+9
2004-01-31Update docs for releaseEric Andersen3-433/+814
2004-01-31Bump version for releaseEric Andersen1-2/+1
2004-01-30Use standard C99 typesEric Andersen19-117/+117
2004-01-30Use proper C99 typesEric Andersen1-2/+2
2004-01-30Fixup use of 'u_int' to instead use 'unsigned int'Eric Andersen2-5/+5
2004-01-30s/u_int/uint/gEric Andersen4-48/+48
2004-01-30s/u_int/unsigned int/gEric Andersen1-4/+4
2004-01-30Use proper C99 typesEric Andersen2-43/+45
2004-01-30Use proper C99 types throughout. So not use silly typedefs.Eric Andersen1-47/+44
2004-01-30Avoid symbol naming conflict with libmEric Andersen1-4/+4
2004-01-30Support new uClibc stdio core.Manuel Novoa III1-4/+8
2004-01-29Apply a couple of optimizationsEric Andersen1-3/+5
2004-01-27Teach busybox ps to get the correct uid when displaying stuffEric Andersen1-3/+5
2004-01-27New applet, seq. No options, just the basics.Glenn L McGrath5-1/+64
2004-01-27Align using spaces to furthurest character and then one tab, now theyGlenn L McGrath1-60/+59
2004-01-26A few little updates, mostly cosmeticEric Andersen2-23/+17
2004-01-26Sigh. TRENDware has released source -- only for busybox and udhcp.Eric Andersen2-1/+1
2004-01-26Pascal Brisset writes:Eric Andersen2-3/+3
2004-01-25Be stricter when converting strings to integers. Should fix the problemManuel Novoa III1-9/+11
2004-01-25Fix compile error when tab completion disabledGlenn L McGrath1-1/+1
2004-01-25Add the -r option as a synonym of -RGlenn L McGrath1-1/+8
2004-01-25Add the -h, --dereference option for archive creation.Glenn L McGrath1-5/+8
2004-01-23Enable long options, adds 150 bytes.Glenn L McGrath1-1/+12
2004-01-23Correct check for only one of K or S optionsGlenn L McGrath1-3/+2
2004-01-23Check valid options were givenGlenn L McGrath1-0/+6
2004-01-23Dont change ownership unless we created the directory.Glenn L McGrath1-4/+6
2004-01-23Remove unneeded conditions and logic, fix bug where ownership didntGlenn L McGrath1-33/+34
2004-01-22last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debianGlenn L McGrath1-12/+11