aboutsummaryrefslogtreecommitdiff
path: root/util-linux/freeramdisk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Needs prototype for close()andersen2003-09-151-0/+1
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
* Use xopen instead of xfopenbug12003-05-081-5/+4
* Major coreutils update.mjn32003-03-191-3/+3
* be more careful about cleaning upandersen2003-03-071-3/+8
* Use xfopen, saves 32 bytes !bug12001-10-051-5/+4
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+1
* 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