aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Implement suggestion from Adam Slattery, (don't default to killing closing bu...andersen2001-07-051-3/+16
* Fix a thinko (the symptoms of which were reported bykraai2001-07-052-2/+2
* A bit of testing today showed that ASH_BBAPPS_AS_BUILTINS wasandersen2001-07-052-12/+4
* gunzip, zcat were fixed just after 0.51 was releasedbug12001-07-051-1/+1
* ash, hush and msh are new applets to 0.52bug12001-07-051-0/+5
* Added entries for my commitsbug12001-07-051-2/+13
* Remove a redundant call to mkdir.kraai2001-07-032-18/+2
* Cleanups and sinze reduction for the vi applet from Aaron Lehmannandersen2001-07-022-28/+30
* Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton ofandersen2001-07-022-2258/+386
* Per patch from vodz, change a couple of consts to defines, sinceandersen2001-07-024-4/+12
* Some updates to ash from vodz. Makes ash smaller. I made a fewandersen2001-07-023-6567/+5576
* Patch from vodz to fix freeing a static in cmdedit.andersen2001-07-022-2/+4
* Simplify a commentandersen2001-06-301-2/+0
* Generalize comment -- no longer ls specificandersen2001-06-301-4/+3
* Pad the human readable output for 'ls -sh' to 6 chars, since we willandersen2001-06-302-2/+2
* Fix a silly logic error which caused symlinks to be printed twice, andandersen2001-06-302-10/+8
* Fixed scaling problems involving make_human_readable_str.mjn32001-06-302-10/+10
* ls -s was reporting bytes instead of blocks.mjn32001-06-302-2/+2
* All-integer version (but it does use an unsigned long long) which fixesmjn32001-06-301-47/+70
* A really nice patch from Manuel Novoa III for compile timeandersen2001-06-292-0/+372
* Add some missing includes to kill warnings when building with the defaultmjn32001-06-2912-0/+14
* This is a busybox port of the Minix shell. It is reasonably capable,andersen2001-06-292-0/+9598
* Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>.andersen2001-06-282-8/+18
* Allow xrealloc to act as a free() when size=0, per SuS2.andersen2001-06-281-1/+11
* Remove vodz from credits, per his requestandersen2001-06-282-8/+4
* Scrub up the licensing blockandersen2001-06-282-1664/+130
* This a an ash applet I put together. It is similar to the one putandersen2001-06-283-0/+29709
* Remove unneeded stuff.andersen2001-06-282-12/+0
* More thrashing about trying to make hush behave itself wrt jobandersen2001-06-282-32/+36
* don't whine if all we need to do is remove a bg jobandersen2001-06-272-2/+4
* Fix a type promotion bug discivered and analyzed by Alan Modraandersen2001-06-273-3/+3
* Re-enable globbing (I'd accidentaly removed it) and finish off the lastandersen2001-06-272-20/+448
* Explicitly call setsid()andersen2001-06-262-0/+2
* Minor formatting changeandersen2001-06-262-8/+8
* Don't choke if /etc/profile is not availableandersen2001-06-262-16/+14
* Fix ps so it doesn't waste space showing group, as it is pretty muchandersen2001-06-262-36/+10
* Make it so we don't segfault when /proc isn't mounted -- guess pid 1...andersen2001-06-261-0/+9
* Don't use void * to pass pointers of known typeandersen2001-06-263-28/+37
* A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>andersen2001-06-262-0/+8
* Vladimir's last_patch_15bug12001-06-2615-247/+269
* Patch from Gennady Feldmanbug12001-06-262-4/+0
* rpm2cpio applet by Laurence Andersonbug12001-06-2612-12/+222
* Fix the code for establishing a controlling terminal.andersen2001-06-252-56/+84
* Fix up some warnings that show up on ppcandersen2001-06-254-4/+4
* This should finish off the job control issues with lash. Make certainandersen2001-06-252-30/+92
* Nore unarchive (and doc) fixes from Laurence Andersonbug12001-06-2411-50/+49
* Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to matchandersen2001-06-242-2/+2
* These were broken when using dmalloc due to include file orderingandersen2001-06-236-38/+26
* Leave BB_FEATURE_NFSMOUNT disabled by default.andersen2001-06-221-1/+1
* cpio applet, and changes to associated codebug12001-06-2213-19/+305