aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-05Implement suggestion from Adam Slattery, (don't default to killing closing bu...Eric Andersen
2001-07-05Fix a thinko (the symptoms of which were reported byMatt Kraai
2001-07-05A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS wasEric Andersen
2001-07-05gunzip, zcat were fixed just after 0.51 was releasedGlenn L McGrath
2001-07-05ash, hush and msh are new applets to 0.52Glenn L McGrath
2001-07-05Added entries for my commitsGlenn L McGrath
2001-07-03Remove a redundant call to mkdir.Matt Kraai
2001-07-02Cleanups and sinze reduction for the vi applet from Aaron LehmannEric Andersen
2001-07-02Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton ofEric Andersen
2001-07-02Per patch from vodz, change a couple of consts to defines, sinceEric Andersen
2001-07-02Some updates to ash from vodz. Makes ash smaller. I made a fewEric Andersen
2001-07-02Patch from vodz to fix freeing a static in cmdedit.Eric Andersen
2001-06-30Simplify a commentEric Andersen
2001-06-30Generalize comment -- no longer ls specificEric Andersen
2001-06-30Pad the human readable output for 'ls -sh' to 6 chars, since we willEric Andersen
2001-06-30Fix a silly logic error which caused symlinks to be printed twice, andEric Andersen
2001-06-30Fixed scaling problems involving make_human_readable_str.Manuel Novoa III
2001-06-30ls -s was reporting bytes instead of blocks.Manuel Novoa III
2001-06-30All-integer version (but it does use an unsigned long long) which fixesManuel Novoa III
2001-06-29A really nice patch from Manuel Novoa III for compile timeEric Andersen
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