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