archival/*: move "applet:" snippets into .c files
[platform/upstream/busybox.git] / util-linux / freeramdisk.c
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-16 Rob LandleyRemove warnings caused by #include <sys/mount.h> in...
2006-03-18 Bernhard Reutner... - explain what magic numbers we're using here.
2006-03-18 Bernhard Reutner... - whitespace cleanup (and also check against the const...
2006-03-14 Rob LandleyMissed one.
2006-03-14 Rob LandleyTito unified fdflush and freeramdisk. I tweaked the...
2005-09-08 Rob LandleyTito sent in a few patches converting instances of...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-15 Eric AndersenNeeds prototype for close()
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-05-08 Glenn L McGrathUse xopen instead of xfopen
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-07 Eric Andersenbe more careful about cleaning up
2001-10-05 Glenn L McGrathUse xfopen, saves 32 bytes !
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-10 Eric AndersenSome #include updates.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-06 Eric Andersena few minor cleanups.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-04 Eric AndersenThis patch
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-14 Erik AndersenBug fix
2000-03-04 Erik AndersenAdd in freeramdisk.c, which (duh) frees ramdisks. ...