aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some missing includes to kill warnings when building with the defaultManuel Novoa III2001-06-2912-0/+14
* This is a busybox port of the Minix shell. It is reasonably capable,Eric Andersen2001-06-292-0/+9598
* Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>.Eric Andersen2001-06-282-8/+18
* Allow xrealloc to act as a free() when size=0, per SuS2.Eric Andersen2001-06-281-1/+11
* Remove vodz from credits, per his requestEric Andersen2001-06-282-8/+4
* Scrub up the licensing blockEric Andersen2001-06-282-1664/+130
* This a an ash applet I put together. It is similar to the one putEric Andersen2001-06-283-0/+29709
* Remove unneeded stuff.Eric Andersen2001-06-282-12/+0
* More thrashing about trying to make hush behave itself wrt jobEric Andersen2001-06-282-32/+36
* don't whine if all we need to do is remove a bg jobEric Andersen2001-06-272-2/+4
* Fix a type promotion bug discivered and analyzed by Alan ModraEric Andersen2001-06-273-3/+3
* Re-enable globbing (I'd accidentaly removed it) and finish off the lastEric Andersen2001-06-272-20/+448
* Explicitly call setsid()Eric Andersen2001-06-262-0/+2
* Minor formatting changeEric Andersen2001-06-262-8/+8
* Don't choke if /etc/profile is not availableEric Andersen2001-06-262-16/+14
* Fix ps so it doesn't waste space showing group, as it is pretty muchEric Andersen2001-06-262-36/+10
* Make it so we don't segfault when /proc isn't mounted -- guess pid 1...Eric Andersen2001-06-261-0/+9
* Don't use void * to pass pointers of known typeEric Andersen2001-06-263-28/+37
* A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>Eric Andersen2001-06-262-0/+8
* Vladimir's last_patch_15Glenn L McGrath2001-06-2615-247/+269
* Patch from Gennady FeldmanGlenn L McGrath2001-06-262-4/+0
* rpm2cpio applet by Laurence AndersonGlenn L McGrath2001-06-2612-12/+222
* Fix the code for establishing a controlling terminal.Eric Andersen2001-06-252-56/+84
* Fix up some warnings that show up on ppcEric Andersen2001-06-254-4/+4
* This should finish off the job control issues with lash. Make certainEric Andersen2001-06-252-30/+92
* Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath2001-06-2411-50/+49
* Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to matchEric Andersen2001-06-242-2/+2
* These were broken when using dmalloc due to include file orderingEric Andersen2001-06-236-38/+26
* Leave BB_FEATURE_NFSMOUNT disabled by default.Eric Andersen2001-06-221-1/+1
* cpio applet, and changes to associated codeGlenn L McGrath2001-06-2213-19/+305
* Some more cleanups. Of special importance, never free a pipeEric Andersen2001-06-222-54/+104
* Some cleanups for hush. Saves about 350bytes.Eric Andersen2001-06-222-196/+134
* Remove obsolete function declaration.Matt Kraai2001-06-222-2/+0
* stdlib.h defined free(), which this needsEric Andersen2001-06-221-0/+1
* Fix the build process so it does not do the evil #ifdef BB_FOO stuff.Eric Andersen2001-06-222-6/+32
* Add in a missing header fileEric Andersen2001-06-221-0/+2
* Dont change date or chmod on symlinks, lchown on symlinks if lchown availableGlenn L McGrath2001-06-221-6/+16
* remove defines around unarchive, its always usedGlenn L McGrath2001-06-221-2/+0
* hehTim Riker2001-06-221-0/+3
* comment cleanupTim Riker2001-06-223-4/+3
* create_path -> make_directoryTim Riker2001-06-221-1/+1
* Add wget -P support, finishing off bug #1176Eric Andersen2001-06-215-9/+20
* Rewrote mkdir (and touched lots of things in the process).Matt Kraai2001-06-2117-255/+233
* Support tar -C, per bug #1176Eric Andersen2001-06-215-19/+42
* This commit guts lash, restoring it to what it was originally intended to do,Eric Andersen2001-06-212-1164/+64
* Add in (and ignore) tar -p, since we preserver permissions automatically.Eric Andersen2001-06-212-6/+10
* Remove documentation of unsupported sed options.Matt Kraai2001-06-213-6/+3
* Always apply commands with no specified range.Matt Kraai2001-06-212-0/+8
* Per a suggestion from Tom Oehser, fix up the leading-hyphen hack toEric Andersen2001-06-212-10/+4
* it turs out, there was a nasty tar bug where bb tar would create leading dirsEric Andersen2001-06-202-16/+0