aboutsummaryrefslogtreecommitdiff
path: root/freeramdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-2/+2
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-2/+2
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Some #include updates.andersen2000-08-101-1/+0
* Extract usage information into a separate file.kraai2000-07-161-8/+0
* Always report the applet name when doing error reporting.kraai2000-07-121-2/+2
* a few minor cleanups.andersen2000-07-061-1/+3
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* This patchandersen2000-06-041-8/+4
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-2/+5
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-1/+2
* More doc updates for BusyBox, with fixes to apps for bugs revealederik2000-04-131-4/+4
* My latest ramblings.erik2000-03-231-1/+3
* Bug fixerik2000-03-141-1/+1
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyerik2000-03-041-0/+69