summaryrefslogtreecommitdiff
path: root/freeramdisk.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a few minor cleanups.Eric Andersen2000-07-061-1/+3
| | | | -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* This patchEric Andersen2000-06-041-8/+4
| | | | | | | | - eliminates the need to have a buffer and strcpy to it - makes freeramdisk complain if it's given more than one argument Regards, Pavel Roskin
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-2/+5
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-281-1/+2
| | | | | compatability. -Erik
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-131-4/+4
| | | | | while trying to write docs . :-) -Erik
* My latest ramblings.Erik Andersen2000-03-231-1/+3
| | | | -Erik
* Bug fixErik Andersen2000-03-141-1/+1
| | | | -Erik
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen2000-03-041-0/+69
ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik