Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | This should finish off the job control issues with lash. Make certain | Eric Andersen | |
we have a controlling terminal... -Erik | |||
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 | |
the actual definition. -Erik | |||
2001-06-23 | These were broken when using dmalloc due to include file ordering | Eric Andersen | |
problems. busybox.h must be last. -Erik | |||
2001-06-22 | Leave BB_FEATURE_NFSMOUNT disabled by default. | Eric Andersen | |
-Erik | |||
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 | |
that still has running jobs. Instead, we ignore it and expect it to be cleaned by the background job stuff. -Erik | |||
2001-06-22 | Some cleanups for hush. Saves about 350bytes. | Eric Andersen | |
-Erik | |||
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 | |
Build exactly one .o file per function, and let the linker throw away the junk it doesn't want. -Erik | |||
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 | |
-Erik | |||
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 | |
-Erik | |||
2001-06-21 | This commit guts lash, restoring it to what it was originally intended to do, | Eric Andersen | |
just be a simple command line interpreter with basic pipe, redirect, and job control. For all the more fancy things, people should use hush or ash. -Erik | |||
2001-06-21 | Add in (and ignore) tar -p, since we preserver permissions automatically. | Eric Andersen | |
closes bug #1185 -Erik | |||
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 | |
make it general. Now all leading single hyphens are ignored for purposed of applet name matching, while argv[0] is still passed unaltered to applets, so leading-hyphen sensitive applets (such as sh) can react accordingly. -Erik | |||
2001-06-20 | it turs out, there was a nasty tar bug where bb tar would create leading dirs | Eric Andersen | |
with mode 0777 in all cases due to usask issues. Thanks to Matt Kraai for noticing and spotting the culprit. This makes bb tar behave just like GNU tar once again. -Erik | |||
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 | |
more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. It effects ar, dpkg-deb applets only | |||
2001-06-19 | For m68k, use __mc68000__ (not __m68k__ ), since that is what the | Eric Andersen | |
various m68k compilers seem to actually use... -Erik | |||
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 | |
-Erik | |||
2001-06-15 | Applied patch from Jim Gleason that makes it so busybox will still work even | Mark Whitley | |
if you rename it. | |||
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 | |
and then fixed up df, du, and ls to use the new interface. I also fixed up some formatting issues in ls while I was in there. -Erik | |||
2001-06-13 | Reorganise unarchive functions, new files, removed some | Glenn L McGrath | |
2001-06-13 | Reorganise archive extraction code | Glenn L McGrath | |
2001-06-12 | A patch from Benjamin Zeckel <bzeckel@cisco.com> to allow | Eric Andersen | |
nslookup.c to display the correct default nameservers. | |||
2001-06-12 | Add in Devil-Linux | Eric Andersen | |
2001-06-12 | Only use a login shell when it will run on a console. | Matt Kraai | |
2001-06-11 | - Fixed bug where you couldn't mix line number and regexes in two-address cmds | Mark Whitley | |
- Fixed bug where you couldn't use two addresses for a 'c' cmd - Moved the do_sed_cmd function into process_file to simplify some things - Reduced a buncha lines of code in the process | |||
2001-06-11 | Copy files until EOF, not the reported file size, to deal with bad sizes in | Matt Kraai | |
the proc filesystem. | |||
2001-06-08 | Add padding to struct sysinfo needed by m68k (note and patch by Richard | Matt Kraai | |
Hirst). | |||
2001-06-07 | Another hush update from Larry: | Eric Andersen | |
Fixes the interaction between if/then/else/fi syntax and variables. I planned to do it right from the beginning, but my implementation was buggy. Also adds the relevant test cases. Also adds some old Matt Kraai variable test cases that got left out somehow. | |||
2001-06-06 | Add the Linux Terminal Server Project | Eric Andersen | |
2001-06-06 | A patch from Larry to fix pathological things like '>""' | Eric Andersen | |
2001-06-05 | Added a new testcase from Larry Doolittle (inspired by a note from Vadim | Matt Kraai | |
Berkgaut). | |||
2001-06-05 | Don't close file descriptors when we are duplicating them. | Matt Kraai | |
2001-06-04 | Do not purge the .cvsignore files on 'make release' so that | Eric Andersen | |
people can properly import into their own CVS trees. -Erik | |||
2001-06-04 | Revert the patch from Konstantin Boldyshev <konst@linuxassembly.org> to never | Eric Andersen | |
change permissions on existing directories. This behavior is contrary to SUSv2 and contrary to GNU tar. Thanks to Matt Kraai for pointing this out. I should have been much more careful about accepting such a patch. -Erik |