summaryrefslogtreecommitdiff
path: root/Changelog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for release1_00_pre5Eric Andersen2003-12-231-2654/+420
|
* prepare for release1_00_pre4Eric Andersen2003-12-111-716/+2230
|
* Final changelog updateEric Andersen2003-09-121-0/+102
|
* Update changelog for releaseEric Andersen2003-09-121-568/+953
|
* Update webpage and changelog for release1_00_pre2Eric Andersen2003-07-301-18787/+524
|
* Update changelog and docs1_00_pre1Eric Andersen2003-07-151-11/+19356
|
* Yet more preparation to make a release...Eric Andersen2003-07-151-1291/+11
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-4/+4
|
* - updated a few copyright/left file headersRobert Griebl2002-08-051-2/+30
| | | | - documented most of my 0.61 changes in the ChangeLog
* Patch from Tim Riker to allow tty* in inittab if the ttyEric Andersen2002-07-291-1/+2
| | | | actually exists -- serial console is not the issue...
* fix and shrink uuencodeTim Riker2002-05-011-0/+2
|
* Trying to commit Changelog and TODO. cvs is being weird :/Aaron Lehmann2001-12-061-1/+1
|
* Fix opt type in dpkg (closes: #118975).Matt Kraai2001-11-191-0/+1
|
* Latest patch from vodz:Eric Andersen2001-11-101-1/+5
| | | | | | | -- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-34/+32
| | | | -Erik
* Fix empty line substitutions (noted by Joshua Hudson).Matt Kraai2001-10-231-0/+1
|
* Fix tar segfault when include list is empty and exclude list is not.Matt Kraai2001-10-121-0/+2
|
* Patch from vodz to make ash cope with leading redirectionsEric Andersen2001-09-061-2/+3
| | | | (i.e. '2>/dev/null ls rubbish') will now work.
* Two patches from Magick <magick@linux-fan.com>:Eric Andersen2001-09-051-0/+3
| | | | | | | 1st makes init smaller, and fixes a bug with AskFirst. Reading from /dev/null gives EOF. 2nd makes init run the command's in the order of inittab, as in FIFO instead of LIFO.
* Fix ash exec (noted by Arne Bernin).Matt Kraai2001-08-271-0/+1
|
* Fix invocation of `-/bin/sh' (bug #1209).Matt Kraai2001-08-271-0/+1
|
* Fix s/[/]// handling (noted by Dumas Patrice).Matt Kraai2001-08-241-0/+2
|
* Merge with the stable branch0_60_1Eric Andersen2001-08-231-2/+53
|
* A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> toEric Andersen2001-08-221-0/+2
| | | | fixed sed handling of multiple -e commands
* Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5kEric Andersen2001-08-221-0/+21
| | | | | from gzip by careful optimization. Appears to work just fine (I've tested the changes on x86, ARM, and powerpc).
* Ok, here we go...Eric Andersen2001-08-021-2/+17
|
* Scrub away the last leftovers from BB_FEATURE_<shell>. Good thingEric Andersen2001-08-021-0/+2
| | | | | for multibuild.pl -- I would have missed this stupid mess otherwise. -Erik
* Allow multiple shells to be enabled.Matt Kraai2001-08-011-0/+1
|
* Always write record counts to stderr.Matt Kraai2001-07-311-0/+1
|
* I just wrote up a simple pidof applet, closing bug #1197Eric Andersen2001-07-311-0/+1
| | | | -Erik
* Give credit to Adam Slattery.Matt Kraai2001-07-311-1/+3
|
* I think this should be the final changelog update...Eric Andersen2001-07-311-24/+51
| | | | -Erik
* Note my uuencode workGlenn L McGrath2001-07-291-0/+1
|
* PArtial Changelog update. I'm still on vacation (I'm at a campgroundEric Andersen2001-07-281-6/+28
| | | | | | near the Grand Teton Mountains in Montana at the moment and my connection is terribly slow) so this is a partial update only, -Erik
* note dpkg rewriteGlenn L McGrath2001-07-241-1/+2
|
* Add support for devfs device names.Matt Kraai2001-07-231-0/+1
|
* Note that wget fix is important.Matt Kraai2001-07-191-1/+1
|
* Patch from vodz:Eric Andersen2001-07-121-2/+3
| | | | | | | Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function
* Patch from vodz to support 'tr a-z A-Z' syntax.Eric Andersen2001-07-091-0/+16
|
* Update changelogsEric Andersen2001-07-071-12/+34
|
* Note my activities (how immodest of me).Matt Kraai2001-07-051-0/+1
|
* gunzip, zcat were fixed just after 0.51 was releasedGlenn L McGrath2001-07-051-1/+1
|
* ash, hush and msh are new applets to 0.52Glenn L McGrath2001-07-051-0/+5
|
* Added entries for my commitsGlenn L McGrath2001-07-051-2/+13
|
* Several fixes from Sterling Huxley for the vi applet.Eric Andersen2001-04-161-1/+10
|
* This patch from Laurence Anderson <laurence@zxmail.com> fixesEric Andersen2001-04-101-9/+11
| | | | | wget HTTP 1.1 support and addes chunked encoding so bb wget is now fully RFC compliant.
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-6/+9
| | | | -Erik
* update the changelog, prepatory to the 0.51 release. Please reviewEric Andersen2001-04-091-5/+58
| | | | | for correctness! -Erik
* I said no new features till after the 0.51 release. Well, I lied. This is aEric Andersen2001-04-041-0/+2
| | | | | vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive!
* A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen2001-04-031-1/+6
| | | | | you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot.