| Commit message (Expand) | Author | Files | Lines |
2001-06-22 | Some cleanups for hush. Saves about 350bytes. | andersen | 2 | -196/+134 |
2001-06-22 | Remove obsolete function declaration. | kraai | 2 | -2/+0 |
2001-06-22 | stdlib.h defined free(), which this needs | andersen | 1 | -0/+1 |
2001-06-22 | Fix the build process so it does not do the evil #ifdef BB_FOO stuff. | andersen | 2 | -6/+32 |
2001-06-22 | Add in a missing header file | andersen | 1 | -0/+2 |
2001-06-22 | Dont change date or chmod on symlinks, lchown on symlinks if lchown available | bug1 | 1 | -6/+16 |
2001-06-22 | remove defines around unarchive, its always used | bug1 | 1 | -2/+0 |
2001-06-22 | heh | timr | 1 | -0/+3 |
2001-06-22 | comment cleanup | timr | 3 | -4/+3 |
2001-06-22 | create_path -> make_directory | timr | 1 | -1/+1 |
2001-06-21 | Add wget -P support, finishing off bug #1176 | andersen | 5 | -9/+20 |
2001-06-21 | Rewrote mkdir (and touched lots of things in the process). | kraai | 17 | -255/+233 |
2001-06-21 | Support tar -C, per bug #1176 | andersen | 5 | -19/+42 |
2001-06-21 | This commit guts lash, restoring it to what it was originally intended to do, | andersen | 2 | -1164/+64 |
2001-06-21 | Add in (and ignore) tar -p, since we preserver permissions automatically. | andersen | 2 | -6/+10 |
2001-06-21 | Remove documentation of unsupported sed options. | kraai | 3 | -6/+3 |
2001-06-21 | Always apply commands with no specified range. | kraai | 2 | -0/+8 |
2001-06-21 | Per a suggestion from Tom Oehser, fix up the leading-hyphen hack to | andersen | 2 | -10/+4 |
2001-06-20 | it turs out, there was a nasty tar bug where bb tar would create leading dirs | andersen | 2 | -16/+0 |
2001-06-20 | Initialise in_file to stdin, so it wont crash if no source specified | bug1 | 2 | -4/+4 |
2001-06-20 | Changed gz_open to ruturn a stream | bug1 | 2 | -2/+2 |
2001-06-20 | Reorganise unarchiving functions, more code re-use, only does single pass(no ... | bug1 | 16 | -702/+583 |
2001-06-19 | For m68k, use __mc68000__ (not __m68k__ ), since that is what the | andersen | 2 | -34/+34 |
2001-06-18 | Changed a hard-coded path to a variable defined path. | markw | 1 | -1/+1 |
2001-06-15 | With a bit of care I was able to save about 100 bytes. | andersen | 1 | -2/+15 |
2001-06-15 | Applied patch from Jim Gleason that makes it so busybox will still work even | markw | 2 | -2/+20 |
2001-06-15 | This isnt used anymore, replaced by seek_sub_file() in ./libbb/deb_extract.c | bug1 | 1 | -17/+0 |
2001-06-13 | I reworked make_human_readable_str so it now has a sane interface, | andersen | 9 | -108/+58 |
2001-06-13 | Reorganise unarchive functions, new files, removed some | bug1 | 8 | -263/+416 |
2001-06-13 | Reorganise archive extraction code | bug1 | 11 | -345/+332 |
2001-06-12 | A patch from Benjamin Zeckel <bzeckel@cisco.com> to allow | andersen | 2 | -78/+80 |
2001-06-12 | Add in Devil-Linux | andersen | 1 | -1/+2 |
2001-06-12 | Only use a login shell when it will run on a console. | kraai | 2 | -20/+22 |
2001-06-11 | - Fixed bug where you couldn't mix line number and regexes in two-address cmds | markw | 3 | -235/+273 |
2001-06-11 | Copy files until EOF, not the reported file size, to deal with bad sizes in | kraai | 2 | -30/+39 |
2001-06-08 | Add padding to struct sysinfo needed by m68k (note and patch by Richard | kraai | 2 | -0/+2 |
2001-06-07 | Another hush update from Larry: | andersen | 3 | -28/+61 |
2001-06-06 | Add the Linux Terminal Server Project | andersen | 1 | -0/+2 |
2001-06-06 | A patch from Larry to fix pathological things like '>""' | andersen | 2 | -10/+26 |
2001-06-05 | Added a new testcase from Larry Doolittle (inspired by a note from Vadim | kraai | 1 | -0/+6 |
2001-06-05 | Don't close file descriptors when we are duplicating them. | kraai | 2 | -2/+4 |
2001-06-04 | Do not purge the .cvsignore files on 'make release' so that | andersen | 1 | -5/+0 |
2001-06-04 | Revert the patch from Konstantin Boldyshev <konst@linuxassembly.org> to never | andersen | 2 | -14/+4 |
2001-06-03 | Loop forever instead of exiting. | kraai | 2 | -18/+24 |
2001-06-03 | Remove space between ar options | bug1 | 3 | -3/+3 |
2001-06-03 | Correct ar options | bug1 | 3 | -9/+6 |
2001-06-03 | Don't whine about already mounted filesystems when invoked with -a. | kraai | 2 | -12/+18 |
2001-06-01 | Vladimir's last_patch13, containing several bugfixes. | andersen | 7 | -64/+218 |
2001-05-31 | Cope gracefully when people type something, then hit ^C. | andersen | 2 | -2/+8 |
2001-05-31 | Patch from Vladimir to fix up autocompletion on a files/dirs with spaces in | andersen | 2 | -26/+8 |