aboutsummaryrefslogtreecommitdiff
path: root/procps/free.c
AgeCommit message (Expand)Author
2020-11-27free: code shrinkDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-06-25free: include SReclaimable in cached valueLukas Rusak
2018-12-28config: update size informationDenys Vlasenko
2018-11-27free: ensure there is a least one space between numbersDenys Vlasenko
2018-10-30free: add 'available' memory if provided by the kernelGuillermo Rodriguez
2017-10-05free: no longer include common_bufsiz.hDenys Vlasenko
2017-10-05free: make it NOFORKDenys Vlasenko
2017-08-07free,stat: make NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-01-05free: handle "cached" value tooGuillermo Rodriguez
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-01-16remove a few aliasing warningsDenys Vlasenko
2010-10-01free: add -b/k/m/g options; remove 4 TB limitation. +100 bytesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12free: more compatible output. +16 bytes. Closes bug 2383.Denys Vlasenko
2010-02-26free: silence warning about unused argvBernhard Reutner-Fischer
2010-02-21free: code shrinkDenys Vlasenko
2010-02-21Replace __uClinux__ define with !BB_MMUDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-24random style fixes (extra spaces deleted)Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-11Patch from Daniel J Walsh at redhat to make free work for systemsEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-03-09Added some more '/* getopt not needed */' lines.Mark Whitley
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-10Update free for current 2.4.x behavior...Eric Andersen
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Don't use strings directly in calls to usage(). This is in preparationMatt Kraai
2000-06-26Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen