| Commit message (Expand) | Author | Files | Lines |
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 |
2004-01-25 | Add the -h, --dereference option for archive creation. | bug1 | 1 | -5/+8 |
2004-01-23 | Enable long options, adds 150 bytes. | bug1 | 1 | -1/+12 |
2004-01-23 | Correct check for only one of K or S options | bug1 | 1 | -3/+2 |
2004-01-23 | Check valid options were given | bug1 | 1 | -0/+6 |
2004-01-23 | Dont change ownership unless we created the directory. | bug1 | 1 | -4/+6 |
2004-01-23 | Remove unneeded conditions and logic, fix bug where ownership didnt | bug1 | 1 | -33/+34 |
2004-01-22 | last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian | bug1 | 1 | -12/+11 |
2004-01-22 | Check one and only one of start, stop are given. | bug1 | 1 | -17/+17 |
2004-01-22 | Vodz, last_patch_123, patch have new version getopt_ulflags. | bug1 | 1 | -28/+20 |
2004-01-21 | Patch from Atsushi Nemoto, recent MIPS kernel headers | bug1 | 1 | -0/+4 |
2004-01-21 | Patch by Richard Kojedzinszky, when using END at end of lines it was | bug1 | 1 | -3/+5 |
2004-01-20 | Redo getconfigent, save 150 bytes, still small memory leak when | bug1 | 1 | -80/+75 |
2004-01-20 | Patch from Tito, reduce size, merge functions that are only used once. | bug1 | 1 | -93/+90 |
2004-01-18 | Stephane Billiart writes: | andersen | 1 | -1/+1 |
2004-01-18 | Fix up a couple of bugs i introduced in yesterdays cleanup. | bug1 | 1 | -18/+32 |
2004-01-18 | Fix a bug where `ls -le` would print the time twice. | bug1 | 1 | -13/+13 |
2004-01-18 | Use bb_getopt_ulflags, save 200-300 bytes | bug1 | 1 | -89/+131 |
2004-01-17 | Patch from Leif Lindholm (slightly modified by me), to fix http | bug1 | 1 | -1/+4 |
2004-01-17 | Modify bb_lookup_port to allow the protocol to be specified, allowing | bug1 | 8 | -32/+23 |
2004-01-17 | Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb | bug1 | 1 | -20/+23 |
2004-01-17 | The functions setconfig, enter and bump_nofile were only called once, marge t... | bug1 | 1 | -76/+50 |
2004-01-17 | Use 1 line for function name and return value, | bug1 | 1 | -116/+84 |
2004-01-17 | Remove some defined statements | bug1 | 1 | -14/+7 |
2004-01-17 | Changed #define names for common features (superficial) | bug1 | 1 | -31/+22 |
2004-01-17 | Use bb_get_chomped_line_from_file | bug1 | 1 | -18/+3 |
2004-01-16 | Minor updates from linux 2.6.1 | andersen | 2 | -13/+30 |
2004-01-15 | Patch by Tito, reduce size of deallocvt, also make the usage message | bug1 | 2 | -25/+20 |
2004-01-14 | Vodz last_patch_122, Check $PATH at runtime to fix tab completion | bug1 | 3 | -3/+18 |
2004-01-14 | Patch by Tito, use bb_xgetlarg, reduce size | bug1 | 1 | -2/+2 |
2004-01-13 | Fix a bug where mount could check the wrong device. st_rdev is the correct | andersen | 1 | -2/+5 |
2004-01-13 | Patch from Bastian Blank, allow the buildtime to be overriden with a | bug1 | 2 | -2/+11 |
2004-01-13 | Vodz last_patch_121, syncing with dash_0.4.19, reduce code size. | bug1 | 1 | -162/+127 |
2004-01-13 | Patch by Tito, remove some unneeded variables to save some space. | bug1 | 1 | -13/+4 |