aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-29Add some missing includes to kill warnings when building with the defaultManuel Novoa III
2001-06-29This is a busybox port of the Minix shell. It is reasonably capable,Eric Andersen
2001-06-28Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>.Eric Andersen
2001-06-28Allow xrealloc to act as a free() when size=0, per SuS2.Eric Andersen
2001-06-28Remove vodz from credits, per his requestEric Andersen
2001-06-28Scrub up the licensing blockEric Andersen
2001-06-28This a an ash applet I put together. It is similar to the one putEric Andersen
2001-06-28Remove unneeded stuff.Eric Andersen
2001-06-28More thrashing about trying to make hush behave itself wrt jobEric Andersen
2001-06-27don't whine if all we need to do is remove a bg jobEric Andersen
2001-06-27Fix a type promotion bug discivered and analyzed by Alan ModraEric Andersen
2001-06-27Re-enable globbing (I'd accidentaly removed it) and finish off the lastEric Andersen
2001-06-26Explicitly call setsid()Eric Andersen
2001-06-26Minor formatting changeEric Andersen
2001-06-26Don't choke if /etc/profile is not availableEric Andersen
2001-06-26Fix ps so it doesn't waste space showing group, as it is pretty muchEric Andersen
2001-06-26Make it so we don't segfault when /proc isn't mounted -- guess pid 1...Eric Andersen
2001-06-26Don't use void * to pass pointers of known typeEric Andersen
2001-06-26A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>Eric Andersen
2001-06-26Vladimir's last_patch_15Glenn L McGrath
2001-06-26Patch from Gennady FeldmanGlenn L McGrath
2001-06-26rpm2cpio applet by Laurence AndersonGlenn L McGrath
2001-06-25Fix the code for establishing a controlling terminal.Eric Andersen
2001-06-25Fix up some warnings that show up on ppcEric Andersen
2001-06-25This should finish off the job control issues with lash. Make certainEric Andersen
2001-06-24Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath
2001-06-24Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to matchEric Andersen
2001-06-23These were broken when using dmalloc due to include file orderingEric Andersen
2001-06-22Leave BB_FEATURE_NFSMOUNT disabled by default.Eric Andersen
2001-06-22cpio applet, and changes to associated codeGlenn L McGrath
2001-06-22Some more cleanups. Of special importance, never free a pipeEric Andersen
2001-06-22Some cleanups for hush. Saves about 350bytes.Eric Andersen
2001-06-22Remove obsolete function declaration.Matt Kraai
2001-06-22stdlib.h defined free(), which this needsEric Andersen
2001-06-22Fix the build process so it does not do the evil #ifdef BB_FOO stuff.Eric Andersen
2001-06-22Add in a missing header fileEric Andersen
2001-06-22Dont change date or chmod on symlinks, lchown on symlinks if lchown availableGlenn L McGrath
2001-06-22remove defines around unarchive, its always usedGlenn L McGrath
2001-06-22hehTim Riker
2001-06-22comment cleanupTim Riker
2001-06-22create_path -> make_directoryTim Riker
2001-06-21Add wget -P support, finishing off bug #1176Eric Andersen
2001-06-21Rewrote mkdir (and touched lots of things in the process).Matt Kraai
2001-06-21Support tar -C, per bug #1176Eric Andersen
2001-06-21This commit guts lash, restoring it to what it was originally intended to do,Eric Andersen
2001-06-21Add in (and ignore) tar -p, since we preserver permissions automatically.Eric Andersen
2001-06-21Remove documentation of unsupported sed options.Matt Kraai
2001-06-21Always apply commands with no specified range.Matt Kraai
2001-06-21Per a suggestion from Tom Oehser, fix up the leading-hyphen hack toEric Andersen
2001-06-20it turs out, there was a nasty tar bug where bb tar would create leading dirsEric Andersen