| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Vladimir's last_patch_15 | Glenn L McGrath | 2001-06-26 | 15 | -247/+269 |
* | Patch from Gennady Feldman | Glenn L McGrath | 2001-06-26 | 2 | -4/+0 |
* | rpm2cpio applet by Laurence Anderson | Glenn L McGrath | 2001-06-26 | 12 | -12/+222 |
* | Fix the code for establishing a controlling terminal. | Eric Andersen | 2001-06-25 | 2 | -56/+84 |
* | Fix up some warnings that show up on ppc | Eric Andersen | 2001-06-25 | 4 | -4/+4 |
* | This should finish off the job control issues with lash. Make certain | Eric Andersen | 2001-06-25 | 2 | -30/+92 |
* | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath | 2001-06-24 | 11 | -50/+49 |
* | Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to match | Eric Andersen | 2001-06-24 | 2 | -2/+2 |
* | These were broken when using dmalloc due to include file ordering | Eric Andersen | 2001-06-23 | 6 | -38/+26 |
* | Leave BB_FEATURE_NFSMOUNT disabled by default. | Eric Andersen | 2001-06-22 | 1 | -1/+1 |
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 13 | -19/+305 |
* | Some more cleanups. Of special importance, never free a pipe | Eric Andersen | 2001-06-22 | 2 | -54/+104 |
* | Some cleanups for hush. Saves about 350bytes. | Eric Andersen | 2001-06-22 | 2 | -196/+134 |
* | Remove obsolete function declaration. | Matt Kraai | 2001-06-22 | 2 | -2/+0 |
* | stdlib.h defined free(), which this needs | Eric Andersen | 2001-06-22 | 1 | -0/+1 |
* | Fix the build process so it does not do the evil #ifdef BB_FOO stuff. | Eric Andersen | 2001-06-22 | 2 | -6/+32 |
* | Add in a missing header file | Eric Andersen | 2001-06-22 | 1 | -0/+2 |
* | Dont change date or chmod on symlinks, lchown on symlinks if lchown available | Glenn L McGrath | 2001-06-22 | 1 | -6/+16 |
* | remove defines around unarchive, its always used | Glenn L McGrath | 2001-06-22 | 1 | -2/+0 |
* | heh | Tim Riker | 2001-06-22 | 1 | -0/+3 |
* | comment cleanup | Tim Riker | 2001-06-22 | 3 | -4/+3 |
* | create_path -> make_directory | Tim Riker | 2001-06-22 | 1 | -1/+1 |
* | Add wget -P support, finishing off bug #1176 | Eric Andersen | 2001-06-21 | 5 | -9/+20 |
* | Rewrote mkdir (and touched lots of things in the process). | Matt Kraai | 2001-06-21 | 17 | -255/+233 |
* | Support tar -C, per bug #1176 | Eric Andersen | 2001-06-21 | 5 | -19/+42 |
* | This commit guts lash, restoring it to what it was originally intended to do, | Eric Andersen | 2001-06-21 | 2 | -1164/+64 |
* | Add in (and ignore) tar -p, since we preserver permissions automatically. | Eric Andersen | 2001-06-21 | 2 | -6/+10 |
* | Remove documentation of unsupported sed options. | Matt Kraai | 2001-06-21 | 3 | -6/+3 |
* | Always apply commands with no specified range. | Matt Kraai | 2001-06-21 | 2 | -0/+8 |
* | Per a suggestion from Tom Oehser, fix up the leading-hyphen hack to | Eric Andersen | 2001-06-21 | 2 | -10/+4 |
* | it turs out, there was a nasty tar bug where bb tar would create leading dirs | Eric Andersen | 2001-06-20 | 2 | -16/+0 |
* | Initialise in_file to stdin, so it wont crash if no source specified | Glenn L McGrath | 2001-06-20 | 2 | -4/+4 |
* | Changed gz_open to ruturn a stream | Glenn L McGrath | 2001-06-20 | 2 | -2/+2 |
* | Reorganise unarchiving functions, more code re-use, only does single pass(no ... | Glenn L McGrath | 2001-06-20 | 16 | -702/+583 |
* | For m68k, use __mc68000__ (not __m68k__ ), since that is what the | Eric Andersen | 2001-06-19 | 2 | -34/+34 |
* | Changed a hard-coded path to a variable defined path. | Mark Whitley | 2001-06-18 | 1 | -1/+1 |
* | With a bit of care I was able to save about 100 bytes. | Eric Andersen | 2001-06-15 | 1 | -2/+15 |
* | Applied patch from Jim Gleason that makes it so busybox will still work even | Mark Whitley | 2001-06-15 | 2 | -2/+20 |
* | This isnt used anymore, replaced by seek_sub_file() in ./libbb/deb_extract.c | Glenn L McGrath | 2001-06-15 | 1 | -17/+0 |
* | I reworked make_human_readable_str so it now has a sane interface, | Eric Andersen | 2001-06-13 | 9 | -108/+58 |
* | Reorganise unarchive functions, new files, removed some | Glenn L McGrath | 2001-06-13 | 8 | -263/+416 |
* | Reorganise archive extraction code | Glenn L McGrath | 2001-06-13 | 11 | -345/+332 |
* | A patch from Benjamin Zeckel <bzeckel@cisco.com> to allow | Eric Andersen | 2001-06-12 | 2 | -78/+80 |
* | Add in Devil-Linux | Eric Andersen | 2001-06-12 | 1 | -1/+2 |
* | Only use a login shell when it will run on a console. | Matt Kraai | 2001-06-12 | 2 | -20/+22 |
* | - Fixed bug where you couldn't mix line number and regexes in two-address cmds | Mark Whitley | 2001-06-11 | 3 | -235/+273 |
* | Copy files until EOF, not the reported file size, to deal with bad sizes in | Matt Kraai | 2001-06-11 | 2 | -30/+39 |
* | Add padding to struct sysinfo needed by m68k (note and patch by Richard | Matt Kraai | 2001-06-08 | 2 | -0/+2 |
* | Another hush update from Larry: | Eric Andersen | 2001-06-07 | 3 | -28/+61 |
* | Add the Linux Terminal Server Project | Eric Andersen | 2001-06-06 | 1 | -0/+2 |