aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2004-02-14Avoid naming conflict with symbol in newer glibc headersandersen1-4/+4
2004-02-13Accomodate the fact that newer libc versions may in fact notandersen1-6/+29
2004-02-10oops. Leave the default feature set enbled for now...andersen1-2/+2
2004-02-10Initial effort at disabling job control as wellandersen1-6/+35
2004-02-10Support disabling pipe and redirect supportandersen1-40/+67
2004-02-09Update URLandersen1-1/+1
2004-02-09Buffalo appears to have resolved their GPL problemsandersen2-1/+2
2004-02-06Richard Kojedzinszky writes:andersen1-2/+2
2004-02-06Patch from vodz, based on bug report from Richard Kojedzinszky:andersen1-3/+1
2004-02-06Make the loop support stuff be much less evil, and make it copeandersen4-81/+34
2004-02-06Eliminate use of a kernel scsi header file.andersen1-6/+5
2004-02-05Make sure stdlib.h is always included before dmalloc.h to avoid problemsmjn32-0/+2
2004-02-05Vladimir N. Oleynik writes:andersen1-2/+2
2004-02-05Vladimir N. Oleynik writes:andersen1-3/+1
2004-02-05Elaborate on CONFIG_SELINUX, and explain that most people shouldandersen1-0/+8
2004-02-04Grammar fixandersen1-2/+2
2004-02-04Minor grammar fixupandersen1-2/+2
2004-02-04Bump version number for releaseandersen4-1148/+154
2004-02-04Richard Kojedzinszky writes:andersen1-5/+8
2004-02-04Joe.C writes:andersen1-1/+3
2004-02-04Jean Wolter writes:andersen1-1/+1
2004-02-04Rob Landley writes:andersen1-0/+17
2004-02-04The variable 'complementaly' used to be allocated with calloc, which zeroed itandersen1-0/+2
2004-02-04Bug fix from Tito.bug11-3/+4
2004-02-04Vodz last_patch_125_2, this patch have: bug12-15/+66
2004-02-01Rewrite parse_config_file(). Among the old version's problems:mjn31-175/+220
2004-02-01Use bb_xstrdup() instead of strdup().mjn31-1/+1
2004-01-31Fix http proxy use, bytes were swappedbug11-2/+2
2004-01-31Mention changes to the daily snapshotsandersen1-0/+9
2004-01-31Update docs for releaseandersen3-433/+814
2004-01-31Bump version for releaseandersen1-2/+1
2004-01-30Use standard C99 typesandersen19-117/+117
2004-01-30Use proper C99 typesandersen1-2/+2
2004-01-30Fixup use of 'u_int' to instead use 'unsigned int'andersen2-5/+5
2004-01-30s/u_int/uint/gandersen4-48/+48
2004-01-30s/u_int/unsigned int/gandersen1-4/+4
2004-01-30Use proper C99 typesandersen2-43/+45
2004-01-30Use proper C99 types throughout. So not use silly typedefs.andersen1-47/+44
2004-01-30Avoid symbol naming conflict with libmandersen1-4/+4
2004-01-30Support new uClibc stdio core.mjn31-4/+8
2004-01-29Apply a couple of optimizationsandersen1-3/+5
2004-01-27Teach busybox ps to get the correct uid when displaying stuffandersen1-3/+5
2004-01-27New applet, seq. No options, just the basics.bug15-1/+64
2004-01-27Align using spaces to furthurest character and then one tab, now theybug11-60/+59
2004-01-26A few little updates, mostly cosmeticandersen2-23/+17
2004-01-26Sigh. TRENDware has released source -- only for busybox and udhcp.andersen2-1/+1
2004-01-26Pascal Brisset writes:andersen2-3/+3
2004-01-25Be stricter when converting strings to integers. Should fix the problemmjn31-9/+11
2004-01-25Fix compile error when tab completion disabledbug11-1/+1
2004-01-25Add the -r option as a synonym of -Rbug11-1/+8