Age | Commit message (Expand) | Author |
2001-06-27 | Fix a type promotion bug discivered and analyzed by Alan Modra | Eric Andersen |
2001-06-27 | Re-enable globbing (I'd accidentaly removed it) and finish off the last | Eric Andersen |
2001-06-26 | Explicitly call setsid() | Eric Andersen |
2001-06-26 | Minor formatting change | Eric Andersen |
2001-06-26 | Don't choke if /etc/profile is not available | Eric Andersen |
2001-06-26 | Fix ps so it doesn't waste space showing group, as it is pretty much | Eric Andersen |
2001-06-26 | Make it so we don't segfault when /proc isn't mounted -- guess pid 1... | Eric Andersen |
2001-06-26 | Don't use void * to pass pointers of known type | Eric Andersen |
2001-06-26 | A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> | Eric Andersen |
2001-06-26 | Vladimir's last_patch_15 | Glenn L McGrath |
2001-06-26 | Patch from Gennady Feldman | Glenn L McGrath |
2001-06-26 | rpm2cpio applet by Laurence Anderson | Glenn L McGrath |
2001-06-25 | Fix the code for establishing a controlling terminal. | Eric Andersen |
2001-06-25 | Fix up some warnings that show up on ppc | Eric Andersen |
2001-06-25 | This should finish off the job control issues with lash. Make certain | Eric Andersen |
2001-06-24 | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath |
2001-06-24 | Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to match | Eric Andersen |
2001-06-23 | These were broken when using dmalloc due to include file ordering | Eric Andersen |
2001-06-22 | Leave BB_FEATURE_NFSMOUNT disabled by default. | Eric Andersen |
2001-06-22 | cpio applet, and changes to associated code | Glenn L McGrath |
2001-06-22 | Some more cleanups. Of special importance, never free a pipe | Eric Andersen |
2001-06-22 | Some cleanups for hush. Saves about 350bytes. | Eric Andersen |
2001-06-22 | Remove obsolete function declaration. | Matt Kraai |
2001-06-22 | stdlib.h defined free(), which this needs | Eric Andersen |
2001-06-22 | Fix the build process so it does not do the evil #ifdef BB_FOO stuff. | Eric Andersen |
2001-06-22 | Add in a missing header file | Eric Andersen |
2001-06-22 | Dont change date or chmod on symlinks, lchown on symlinks if lchown available | Glenn L McGrath |
2001-06-22 | remove defines around unarchive, its always used | Glenn L McGrath |
2001-06-22 | heh | Tim Riker |
2001-06-22 | comment cleanup | Tim Riker |
2001-06-22 | create_path -> make_directory | Tim Riker |
2001-06-21 | Add wget -P support, finishing off bug #1176 | Eric Andersen |
2001-06-21 | Rewrote mkdir (and touched lots of things in the process). | Matt Kraai |
2001-06-21 | Support tar -C, per bug #1176 | Eric Andersen |
2001-06-21 | This commit guts lash, restoring it to what it was originally intended to do, | Eric Andersen |
2001-06-21 | Add in (and ignore) tar -p, since we preserver permissions automatically. | Eric Andersen |
2001-06-21 | Remove documentation of unsupported sed options. | Matt Kraai |
2001-06-21 | Always apply commands with no specified range. | Matt Kraai |
2001-06-21 | Per a suggestion from Tom Oehser, fix up the leading-hyphen hack to | Eric Andersen |
2001-06-20 | it turs out, there was a nasty tar bug where bb tar would create leading dirs | Eric Andersen |
2001-06-20 | Initialise in_file to stdin, so it wont crash if no source specified | Glenn L McGrath |
2001-06-20 | Changed gz_open to ruturn a stream | Glenn L McGrath |
2001-06-20 | Reorganise unarchiving functions, more code re-use, only does single pass(no ... | Glenn L McGrath |
2001-06-19 | For m68k, use __mc68000__ (not __m68k__ ), since that is what the | Eric Andersen |
2001-06-18 | Changed a hard-coded path to a variable defined path. | Mark Whitley |
2001-06-15 | With a bit of care I was able to save about 100 bytes. | Eric Andersen |
2001-06-15 | Applied patch from Jim Gleason that makes it so busybox will still work even | Mark Whitley |
2001-06-15 | This isnt used anymore, replaced by seek_sub_file() in ./libbb/deb_extract.c | Glenn L McGrath |
2001-06-13 | I reworked make_human_readable_str so it now has a sane interface, | Eric Andersen |
2001-06-13 | Reorganise unarchive functions, new files, removed some | Glenn L McGrath |