| Commit message (Expand) | Author | Files | Lines |
2004-02-14 | Avoid naming conflict with symbol in newer glibc headers | andersen | 1 | -4/+4 |
2004-02-13 | Accomodate the fact that newer libc versions may in fact not | andersen | 1 | -6/+29 |
2004-02-10 | oops. Leave the default feature set enbled for now... | andersen | 1 | -2/+2 |
2004-02-10 | Initial effort at disabling job control as well | andersen | 1 | -6/+35 |
2004-02-10 | Support disabling pipe and redirect support | andersen | 1 | -40/+67 |
2004-02-09 | Update URL | andersen | 1 | -1/+1 |
2004-02-09 | Buffalo appears to have resolved their GPL problems | andersen | 2 | -1/+2 |
2004-02-06 | Richard Kojedzinszky writes: | andersen | 1 | -2/+2 |
2004-02-06 | Patch from vodz, based on bug report from Richard Kojedzinszky: | andersen | 1 | -3/+1 |
2004-02-06 | Make the loop support stuff be much less evil, and make it cope | andersen | 4 | -81/+34 |
2004-02-06 | Eliminate use of a kernel scsi header file. | andersen | 1 | -6/+5 |
2004-02-05 | Make sure stdlib.h is always included before dmalloc.h to avoid problems | mjn3 | 2 | -0/+2 |
2004-02-05 | Vladimir N. Oleynik writes: | andersen | 1 | -2/+2 |
2004-02-05 | Vladimir N. Oleynik writes: | andersen | 1 | -3/+1 |
2004-02-05 | Elaborate on CONFIG_SELINUX, and explain that most people should | andersen | 1 | -0/+8 |
2004-02-04 | Grammar fix | andersen | 1 | -2/+2 |
2004-02-04 | Minor grammar fixup | andersen | 1 | -2/+2 |
2004-02-04 | Bump version number for release | andersen | 4 | -1148/+154 |
2004-02-04 | Richard Kojedzinszky writes: | andersen | 1 | -5/+8 |
2004-02-04 | Joe.C writes: | andersen | 1 | -1/+3 |
2004-02-04 | Jean Wolter writes: | andersen | 1 | -1/+1 |
2004-02-04 | Rob Landley writes: | andersen | 1 | -0/+17 |
2004-02-04 | The variable 'complementaly' used to be allocated with calloc, which zeroed it | andersen | 1 | -0/+2 |
2004-02-04 | Bug fix from Tito. | bug1 | 1 | -3/+4 |
2004-02-04 | Vodz last_patch_125_2, this patch have:
| bug1 | 2 | -15/+66 |
2004-02-01 | Rewrite parse_config_file(). Among the old version's problems: | mjn3 | 1 | -175/+220 |
2004-02-01 | Use bb_xstrdup() instead of strdup(). | mjn3 | 1 | -1/+1 |
2004-01-31 | Fix http proxy use, bytes were swapped | bug1 | 1 | -2/+2 |
2004-01-31 | Mention changes to the daily snapshots | andersen | 1 | -0/+9 |
2004-01-31 | Update docs for release | andersen | 3 | -433/+814 |
2004-01-31 | Bump version for release | andersen | 1 | -2/+1 |
2004-01-30 | Use standard C99 types | andersen | 19 | -117/+117 |
2004-01-30 | Use proper C99 types | andersen | 1 | -2/+2 |
2004-01-30 | Fixup use of 'u_int' to instead use 'unsigned int' | andersen | 2 | -5/+5 |
2004-01-30 | s/u_int/uint/g | andersen | 4 | -48/+48 |
2004-01-30 | s/u_int/unsigned int/g | andersen | 1 | -4/+4 |
2004-01-30 | Use proper C99 types | andersen | 2 | -43/+45 |
2004-01-30 | Use proper C99 types throughout. So not use silly typedefs. | andersen | 1 | -47/+44 |
2004-01-30 | Avoid symbol naming conflict with libm | andersen | 1 | -4/+4 |
2004-01-30 | Support new uClibc stdio core. | mjn3 | 1 | -4/+8 |
2004-01-29 | Apply a couple of optimizations | andersen | 1 | -3/+5 |
2004-01-27 | Teach busybox ps to get the correct uid when displaying stuff | andersen | 1 | -3/+5 |
2004-01-27 | New applet, seq. No options, just the basics. | bug1 | 5 | -1/+64 |
2004-01-27 | Align using spaces to furthurest character and then one tab, now they | bug1 | 1 | -60/+59 |
2004-01-26 | A few little updates, mostly cosmetic | andersen | 2 | -23/+17 |
2004-01-26 | Sigh. TRENDware has released source -- only for busybox and udhcp. | andersen | 2 | -1/+1 |
2004-01-26 | Pascal Brisset writes: | andersen | 2 | -3/+3 |
2004-01-25 | Be stricter when converting strings to integers. Should fix the problem | mjn3 | 1 | -9/+11 |
2004-01-25 | Fix compile error when tab completion disabled | bug1 | 1 | -1/+1 |
2004-01-25 | Add the -r option as a synonym of -R | bug1 | 1 | -1/+8 |