summaryrefslogtreecommitdiff
path: root/util-linux/freeramdisk.c
Commit message (Expand)AuthorAgeFilesLines
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-5/+3
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-4/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+1
* Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley2006-06-161-2/+0
* - explain what magic numbers we're using here.Bernhard Reutner-Fischer2006-03-181-1/+6
* - whitespace cleanup (and also check against the const first and only then lookBernhard Reutner-Fischer2006-03-181-2/+2
* Missed one.Rob Landley2006-03-141-1/+1
* Tito unified fdflush and freeramdisk. I tweaked the result a bit.Rob Landley2006-03-141-40/+9
* Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley2005-09-081-3/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Needs prototype for close()Eric Andersen2003-09-151-0/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Use xopen instead of xfopenGlenn L McGrath2003-05-081-5/+4
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* be more careful about cleaning upEric Andersen2003-03-071-3/+8
* Use xfopen, saves 32 bytes !Glenn L McGrath2001-10-051-5/+4
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* 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